One of the latest updates seems to mess up the RSS display on my site. I’ve added the short code several months ago and it was working fine, but all of a sudden there is a parsing issue. I’ve already contacted Thrive support and this is their reply:
==
I reviewed the logs you sent, and it appears that it is definitely the RSS plugin causing this issue. The reason that Thrive appears in the log is because Thrive’s rendering engine is ultimately responsible for displaying the shortcode (since you’ve used a shortcode block in our editor).
The issue is likely the result of the urls argument, which seems to be breaking the parsing of the shortcode. I suggest that you reach out to that plugin author and ensure that you’re properly using the urls argument and see if they have any recommendations for solving this parsing problem.
===
This is the shortcode I’ve been using for a long time:
==
[srr_feed display_type=”vertical_ticker” order_by=”random” ticker_speed=”5″ count=”20″ visible_items=”5″ link_desc=”0″ urls=”https://golf.com/news/, https://feeds.bbci.co.uk/sport/golf/rss.xml, https://golfweek.usatoday.com/” merge_feeds=”1″ color_style=”twitter” thumbnail_position=”align_left” thumbnail_size=”150px” read_more=””]
==
Do I need to change the shortcode? Any suggestions?
Victor