Joe Lifer
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] ERROR: This is not a valid feededit: double post
- This reply was modified 9 years, 3 months ago by Joe Lifer.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] ERROR: This is not a valid feedTry using http://conversationswithcreamer.com/?feed=podcast instead of /feed/podcast.
See here for full explanation: https://wordpress.org/support/topic/feed-missing/
- This reply was modified 9 years, 3 months ago by Joe Lifer.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] remove quotation marksHi kereszteslevente,
Open plugins/rich-reviews/rich-reviews.php and look for this code around line 427.
$output .= '<div class="rr_review_text"><span class="drop_cap">“</span>' . $rText . '”</div>';That last double quotation mark is the trailing tiny one you want to remove. The one after the drop_cap class is the big guy.
Hope this helps!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Don't want to manually collapse the reviewHi Mik1234,
You’ll need to edit this file in your plugin editor, “rich-reviews/js/rich-reviews.js”
Look for this line,
var max_length = 1500;Change the 1500 to any value longer than the amount of characters in your review. For example 20000. Hope this helps!