Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter racingdb

    (@racingdb)

    Also, another couple of things I noticed…

    1. The link color seems to be coming from my own stylesheet and not from your plugin controls, so it maybe needs to be set it to !important.

    2. It would be useful if external links could be set to open in a new window.

    Otherwise, it’s very nice indeed – I really like what you’ve done!

    Thread Starter racingdb

    (@racingdb)

    Sorry to harass you here, but I noticed that the dates and excerpts aren’t showing when you select an external RSS feed either. They do exist though, because I’m using this Google feed…

    https://www.google.co.uk/alerts/feeds/00719666150100621034/1430496623924569100

    And they show in the news section I’ve got in the sidebar here too…

    https://dunfermline.mobi

    Plugin Author beke_ro

    (@beke_ro)

    Hi,
    1. The link color seems to be coming from my own stylesheet and not from your plugin controls, so it maybe needs to be set it to !important.
    I’ll do an update next week .
    2. It would be useful if external links could be set to open in a new window.
    Via FTP go to wp-content/plugins/bknewsticker/ticker.php and change this:
    <span class="tickerLink"><a href="<?php echo $item['link']; ?>"><?php echo $item['title']; ?></a><?php echo $item['description']; ?></span>
    with this:

    <span class="tickerLink"><a href="<?php echo $item['link']; ?>" target="_blank"><?php echo $item['title']; ?></a><?php echo $item['description']; ?></span>

    About linking to the page.

    I think the problem is your link for feed.
    Please try this:
    https://time.com/feed/ or this
    https://news.yahoo.com/rss/
    or this
    https://www.telegraph.co.uk/rss

    Thread Starter racingdb

    (@racingdb)

    Thanks very much for your fast reply!

    That’s all good and you were absolutely right about the linking problem. It’s working fine when i try other feeds, so the problem was with the Google News feed. I remember now that the GN feeds aren’t recognised by Feedburner either.

    One thing – I don’t get the little icon showing next to the excerpt when using an external feed, but I notice that it does work when using the post feeds.

    Thanks again – great service! I’ll leave you a nice review!

    Plugin Author beke_ro

    (@beke_ro)

    I will try to fix this in the next update.

    Thread Starter racingdb

    (@racingdb)

    That would be great if you could – many thanks! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘External RSS feeds not linking correctly’ is closed to new replies.