titusbicknell
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS in Page] "rsssection" no showingI checked the link and can see the a number of paragraphs marked rsssection in your side bar. If this is not what you are referring to can you provide more detail on the issue?
Forum: Plugins
In reply to: [RSS in Page] Issue with version 2.9.1, some appearedsorry the comment box is interptretting the html tag – you need to render a < as & lt ; without the spaces.
Forum: Plugins
In reply to: [RSS in Page] Issue with version 2.9.1, some appearedI 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 ??
Forum: Plugins
In reply to: [RSS in Page] Issue with version 2.9.1, some appearedplease 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.
Forum: Plugins
In reply to: [Adminimize] unable to hide contact fomr 7 admin menu itemI upgraded the plugin and contact still does nto appear int the menu options – I looked in the position above appearance and throughout the listing. I am using custom post types and role scoper in case that makes a difference?
Thanks for your assistance.
Forum: Plugins
In reply to: [Adminimize] unable to hide contact fomr 7 admin menu itemThe Contact menu item does not show up in the adminimize menu option for me to diable it – how do I hide it from non admin users?
Forum: Plugins
In reply to: Want to show Podcast RSS Feed on a pageI’ll add author as part of the next release but my day job means that is unlikely to be for a few weeks – sorry.
Forum: Plugins
In reply to: Want to show Podcast RSS Feed on a pagePlease send me the fee URL so I can examine it
The tag is in the feed itself ??
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] FeedburnerFormat the feed as https://feeds.feedburner.com/SixApartNews?format=xml and it will work.
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] Where do I enterHave a look at https://www.titusbicknell.com/wordpress/rss-in-page for examples.
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] rsstimezone valuePlease review the php list of supported timezones at https://www.titusbicknell.com/wordpress/rss-in-page/php-timezones to find a city in your timezone.
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] Collapsible DescriptionIt would require some custom coding on the display which I was not planning in the next release; if you want to define the action exactly I can quote to program it for you.
Forum: Plugins
In reply to: Plugin: RSS in Page – remove feed title?create a custom rssformat without w e.g. rssformat=’x: y – z’
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] RSSFORMAT not workingyou need to add an html tag
<br>
to make a line break