Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › RSS Feed images not showing
New Landing › How can we help? › Cardinal › RSS Feed images not showing
- This topic has 18 replies, 4 voices, and was last updated 9 years by Rui Guerreiro – SUPPORT.
-
Posted in: Cardinal
-
March 19, 2015 at 2:59 pm #159092
Hello there
I am migrating my old blog to cardinal however the RSS feed is not showing pics.
only my old blog, I had this code in the sidebar.php
<div class=”widget”>
<h4><span>RSS Feed</span></h4>
<?php if (function_exists(‘fetch_feed’)) { ?>
<?php include_once(ABSPATH . WPINC . ‘/feed.php’);$feed = fetch_feed(‘http://www2.gibson.com/Community/RSS-Feeds/Electric-Guitars.aspx’);
$limit = $feed->get_item_quantity(4);
$items = $feed->get_items(0, $limit);
if (!$items) {
echo “problem”;
} else {
// everything’s cool
foreach ($items as $item) { ?>
<div class=”sidebar-post”>
<p class=”date”><?php echo $item->get_date(‘F j, Y’); ?></p>
<h5>get_permalink(); ?>”><?php echo $item->get_title(); ?></h5>
<p><?php echo $item->get_content(); ?></p>
</div>
<?php }} ?>
<?php } ?>
</div><!– end widget –>However, I am using a child theme with your blog as it changes frequently and the RSS widget does now show up any images, which I am using on the currently hidden blog page, you can compare the two blogs to see what I mean, links at the top in the page URL section, any help????
Thanks.
March 20, 2015 at 8:54 am #159294Anyone got any ideas on how to resolve this?
Thanks
March 23, 2015 at 10:56 am #159802Hi,
Please provide me specific page url and wordpress admin login detail to check and resolve the issue.Thanks
MohammadApril 16, 2015 at 5:45 pm #165717Hello sorry I must have missed this post, I’ll update as soon as possible, but I’m currently moving servers, someone smashed up my sports car yesterday and my email has gone crazy.
Thanks to all of you for your help
Shane
April 17, 2015 at 5:13 am #165783Hi,
Its ok.
Thanks
MohammadApril 17, 2015 at 10:33 am #165913This reply has been marked as private.April 17, 2015 at 10:45 am #165927Hi,
Do you want to display rss feed with images at right sidebar? In which page do you want to display? Please provide me wordpress admin login detail.
Thanks
MohammadApril 17, 2015 at 12:58 pm #165989Hi Mohammad
I would like the rss feed images in the location of the current rss feed for gibson, which is in widgets sidebar one on the left and it shows up on every post page, but not the home page, thanks Shane.
April 20, 2015 at 12:24 pm #166450Hi,
Please install NewsBoard plugin. You need to insert only feed url to display images at sidebar.
Thanks
MohammadApril 20, 2015 at 6:21 pm #166552Hello Mohammad
I installed, activated and set the feed, but unfortunately it still shows now images.
Thanks
Shane
April 20, 2015 at 6:35 pm #166555The RSS Social Icon seems to have broken as well now, instead of coming up with the feed it is either blank of adds on the url of the post, category or just displays one link.
If you click on the RSS feed social icon from the home page, it works as it should and displays the last 10 posts.
I think my installation has gone wrong somewhere, especially with the spacing issue (the remove top and bottom post keeps unchecking them sleves)
Thanks
Shane
April 21, 2015 at 4:47 am #166666Hi,
Please provide me specific page url with issue and attach a marked screenshot.
Thanks
MohammadApril 22, 2015 at 11:17 am #167253Hi Mohammad
I will get back to you, I need to sort my car out, some stupid woman wrote it off.
it’s fairly straight forward.
If you click on the RSS feed social icon from the home page, it works as it should and displays the last 10 posts. try it, there is your screen shot
The actual link from teh social icon is http://scaleviz.co.uk/?feed=rss2
If you try and click it from any other location like the blog, the folder structure gets appended to the link and messes the link up, here is the link from the rss social icon from the blog page, again there is yout screen shot
http://scaleviz.co.uk/blog/?feed=rss2
it will also do the same from any location on the site, the only page that works is the home page http://scaleviz.co.uk/
Thanks, see attached picture.
Shane
Attachments:
You must be logged in to view attached files.April 24, 2015 at 3:58 pm #168301Hi,
Will have to forward this topic to the development team. I’m not understanding exactly the issue.
-Rui
April 24, 2015 at 9:40 pm #168369The link you need to enter in the social profiles options is:
http://scaleviz.co.uk/?feed=rss2
not
?feed=rss2
– Ed
-
Posted in: Cardinal
You must be logged in to reply to this topic.