New Landing How can we help? Cardinal RSS Feed images not showing

Viewing 15 posts - 1 through 15 (of 19 total)
  • Posted in: Cardinal
  • #159092
    shanehogan
    Member
    Post count: 115

    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&#8217;);

    $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.

    #159294
    shanehogan
    Member
    Post count: 115

    Anyone got any ideas on how to resolve this?

    Thanks

    #159802
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url and wordpress admin login detail to check and resolve the issue.

    Thanks
    Mohammad

    #165717
    shanehogan
    Member
    Post count: 115

    Hello 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

    #165783
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok.
    Thanks
    Mohammad

    #165913
    shanehogan
    Member
    Post count: 115
    This reply has been marked as private.
    #165927
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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
    Mohammad

    #165989
    shanehogan
    Member
    Post count: 115

    Hi 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.

    #166450
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please install NewsBoard plugin. You need to insert only feed url to display images at sidebar.
    Thanks
    Mohammad

    #166552
    shanehogan
    Member
    Post count: 115

    Hello Mohammad

    I installed, activated and set the feed, but unfortunately it still shows now images.

    Thanks

    Shane

    #166555
    shanehogan
    Member
    Post count: 115

    The 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

    #166666
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue and attach a marked screenshot.
    Thanks
    Mohammad

    #167253
    shanehogan
    Member
    Post count: 115

    Hi 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

    http://scaleviz.co.uk/feed/

    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.
    #168301
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will have to forward this topic to the development team. I’m not understanding exactly the issue.

    -Rui

    #168369
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The link you need to enter in the social profiles options is:

    
    http://scaleviz.co.uk/?feed=rss2

    not

    
    ?feed=rss2

    – Ed

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.