Forums

[Plugin: Quotes Collection] Removing Quotation Marks (3 posts)

  1. HappyBob
    Member
    Posted 9 months ago #

    First of all, I couldn't be happier with this widget. Hats off to the auothor, if he/she reads this.

    I'm using Quotes Collection (Plugin URL: http://srinig.com/wordpress/plugins/quotes-collection/) a slightly different way than intended: as a Random Fact box. This means I'd have to remove the quotation marks. I've had a look in the theme editor, but considering the huge amount of code behind the scenes, I don't even know where to begin.

    Could anyone more CSS savvy than I point me in the right direction?

    Thanks in advance.

  2. vangrog
    Member
    Posted 2 months ago #

    on quotes-collection.php file, find this line (should b line 159)

    $display = "<p><q>". $random_quote['quote'] ."</q>";

    replace for:

    $display = "<p>". $random_quote['quote'] ."</p>";

  3. sharkbite
    Member
    Posted 2 weeks ago #

    This is awesome, thanks!

Reply

You must log in to post.

About this Topic