• Resolved shlomof

    (@shlomof)


    Hey Guys,
    Nice to see it’s an active forum!

    I wanted to redesign my testimonial, thinking I need someone to change the CSS. I hired someone who did add a CSS , but also added a blockqoute needed to be added in order for this to work.

    Further problem is that whenever there is an upgrade, the files are over written. I told him I have additional plugin called “my custom CSS” which would help overcoming the upgrade. He said that it’s okay, but even then the “blockqoute” can be added automatically by PHP code, so you would still encounter the problem need to update your file manually after an apgrade, since this is not a CSS thing but a PHP file code change, which I totally get.

    I’ve got the feeling , I somehow got over complicated and this should be much much simpler thing to do.

    What you have in mind? How do you keep a design you want, putting it on files and overcome plugin upgrades.
    Thanks,
    Shlomo

    http://wordpress.org/extend/plugins/testimonials-widget/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    I’m glad to help.

    Your CSS changes as you think should be kept in a custom CSS file outside of the plugin directory. Usually, folks put those changes into their theme’s styles.css file.

    Why is the blockquote tag being added, when you can update the already used q tag CSS to act the same?

    Lastly, you could use the filter testimonials_widget_content to wrap your testimonial content before the q tag is applied.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘CSSing my testimonial’ is closed to new replies.