Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author titusbicknell

    (@titusbicknell)

    please update your code:

    [rssinpage rssfeed='https://feeds.feedburner.com/joantorrens' rssitems='3' rsstarget='_blank' rssdescriptionlength='150' rssformat='Y<br />z']

    the spacing you are using is causing issues.

    Thread Starter joant6

    (@joant6)

    Fine, thanks for your answer.

    Anyway, this new update doesn’t allow me to use headers for titles, for example. I had it spaced as “Y” had an <h2> tag. Now that I can’t use breaks, wordpress doesn’t allow me to use a <h2> tag for a single element in a line, it must be set to the whole line and so on I can’t have bigger titles and use custom headers.

    Also, I’m trying to make description lenght longer, changing from 150 to 400 and the changes are not affecting the final display so it still shows the old lenght. Is there any problem with it?

    Thanks for your support!

    Plugin Author titusbicknell

    (@titusbicknell)

    I did some testing and the following works:

    [rssinpage rssfeed='https://feeds.feedburner.com/joantorrens'?rssitems='3'?rsstarget='_blank'?rssformat='<h2>Y</h2>z']

    I shall work on a fix that will allow you to use html tags without using the entity variables and make it part fo the next release.

    The length of the description is set in the feed – if you look you will see:

    <description><![CDATA[Es tracta d’un curs d’iniciació a la fotogr […]]]></description>

    the plugin cannot return more data than is in the feed ??

    Plugin Author titusbicknell

    (@titusbicknell)

    sorry the comment box is interptretting the html tag – you need to render a < as & lt ; without the spaces.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with version 2.9.1, some appeared’ is closed to new replies.