mohitnavandar
Forum Replies Created
-
@audrey7291 Could you please share a complete screen-recording of your concern? It will help us to understand the challenge you are facing.
Forum: Reviews
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Looks goodHi @julianwave ,
Thank you for taking the time and providing a feedback.
Please do not hesitate to reach out to us if you have any questions, we will be more than happy to help you.
Hi @johnroyce ,
From the shortcode given
[feedzy-rss feeds="https://www.bing.com/news/search?q=%22show+jumping%22&FORM=HDRSC6&format=RSS, https://news.google.com/news/rss/search/section/q/%22show%20jumping%22/%22show%20jumping%22?hl=en&gl=US&ned=us, http://www.worldofshowjumping.com/documents.rdf?idz=32&cids=9678, http://www.worldofshowjumping.com/documents.rdf?idz=32&cids=9680, http://www.worldofshowjumping.com/documents.rdf?idz=32&cids=9681, http://www.worldofshowjumping.com/documents.rdf?idz=32&cids=9682" max="17" feed_title="yes" target="_blank" title="" meta="yes" summary="yes" summarylength="160" thumb="yes" size="80" default="https://www.clean-round.com/wp-content/uploads/tb_FRA_DelaveauPatrice_ORIENT-EXPRESS.png"]if you remove the following mentioned first URL ( which is an invalid feed URL ) :
https://www.bing.com/news/search?q=%22show+jumping%22&FORM=HDRSC6&format=RSS, you can refer the Screenshot of the RSS ValidatorThe shortcode works fine.
Hello @panther_26,
I hope you are doing well.
Since we haven’t heard back from you for a while, I am marking this ticket as closed due to inactivity.
If our previous response did not help, please do not hesitate to let us know by replying to this thread.
Hello @johnroyce ,
The first URL mentioned in the shortcode is not a valid feed URL, but a site URL :
https://www.bing.com/news/search?q=%22show+jumping%22&FORM=HDRSC6&format=RSSYou can visit https://validator.w3.org/feed/ and test the URL if it is a valid feed URL or not.
And also, the shortcode posted here is an incomplete shortcode. kindly use
codetag as suggested by @rozroz while pasting the shortcode which will prevent the shortcode from getting mangled or cutoff.Hope this helps.
- This reply was modified 6 years, 4 months ago by mohitnavandar. Reason: Added a tag, edited my answer