Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Sebastian Echeverry

    (@sebaxtian)

    The last release didn’t change anything in the rss-reader code. Could you please give me a link to see the bug?

    Thread Starter rtomasso

    (@rtomasso)

    It’s on a staging server, so I can’t. The two feeds are:
    https://feeds.feedburner.com/RRNDNews
    https://reason.tv/news/index.xml
    Both of which appear fine.

    I can paste the html output so you can see what’s happening.
    Before, the output I got looked like this:

    <div class="right-widget">
    <div id="lexi351972" class="lexi"><h2 class="widgettitle"><a class="rsswidget" href="https://rationalreview.news-digests.com" title="Rational Review News">Rational Review News</a></h2>
    <ul>
    <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/qFBN37uD7jA/28070" title="&quot;Forces loyal to Col Muammar Gaddafi...&quot;" target="_blank">Libya: Civil war breaks out as Gaddafi mounts rearguard fight</a></li>
    <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/m2qF4qlZChY/28014" title="&quot;The Obama administration said...&quot;" target="_blank">Obama regime drops defense of federal marriage apartheid law</a></li>
    <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/PfRrA90gFYE/28075" title="&quot;The Justice Department under President....&quot;" target="_blank">DoJ drops direct defense of war crimes defendants</a></li>
    <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/QZS9H8bBc9o/28193" title="&quot;Anti-government demonstrations continued...&quot;" target="_blank">Iraq: Three killed, 55 wounded</a></li>
    <li><a class="rsswidget" href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/Uh60IiWRozc/28175" title="&quot;Yar Mohammad was in Iran one afternoon...&quot;" target="_blank">US soldier faces trial for murder of Afghan civilian</a></li>
    </ul>
    </div></div>

    And the output from today looks like this:

    <div class="right-widget">
    <div id="lexi178088" class="lexi"><p><a href="https://rationalreview.news-digests.com" title="Rational Review News">Rational Review News</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/BVA_agFri7M/30142" title="&quot;The Pentagon has asked...&quot;">Anonymous probed for hack threat against Manning abductors</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/mgPJAebCtn8/30160" title="&quot;NPR's chief fundraiser, Ron Schiller...&quot;">Exec: NPR would be better off without taxpayer funding</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/E5Av0qhj7vo/30109" title="&quot;More than 65 people have been killed...&quot;">At least 65 killed in Southern Sudan</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/AzEtjW8Hp4A/30163" title="&quot;At least eight Iraqis were killed and 13....&quot;">Iraq: Eight killed, 13 wounded</a><a href="https://feedproxy.google.com/%7Er/RRNDNews/%7E3/ixutWGeWCEo/30009" title="&quot;A car bomb exploded near an office of Pakistan's main...&quot;">Pakistan: Bombing near intelligence office kills 25</a></p>
    </div></div>

    Plugin Author Sebastian Echeverry

    (@sebaxtian)

    Disable all other plugins and check again. Maybe another plugin is ‘cutting’ the list items.

    Thread Starter rtomasso

    (@rtomasso)

    Disabling all other plugins and forcing a refresh didn’t help.

    Plugin Author Sebastian Echeverry

    (@sebaxtian)

    Are you usign the default theme or are you using a special one? Check changing the theme too in case you are using a different one.

    Thread Starter rtomasso

    (@rtomasso)

    I found what was causing the problem, the return line from the rss function was stripping out all the formatting
    return apply_filters('comment_text', $answer).$footer;

    Removing the filter the

      remained intact in the output. I haven’t added any comment filters, but somewhere in my theme I’m guessing it won’t allow for lists in them.

    Independently of that, I notice if you set the content to be a rollover title, all the html tags of the content remain in there, cluttering up the text.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Lexi] feeds not displaying as lists anymore’ is closed to new replies.