oiwa
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] DemoHi,
Thanks for the answer. I know this is free version. But before upgrading to pro, it would be nice to test pro-features on a demo site.
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] RSS in page not showing any postsNo problem. Glad you got it working. 🙂
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] RSS in page not showing any postsCan you post a link to a page where you´re trying to put the code to?
Have you tried to install the plugin again?
Do you use graphical “WYSIWYG” text editor when editing a code?
If you do, try to switch to a code editor, as WYSIWYG editor might render the code unuseful. (you can switch it from up/right of the text input area.Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] How to change the size of the title link?Yoy can use the basic font syntax as shown below. (again Y is the title with link.)
<FONT SIZE=2>Y</FONT>You can use a number in the range 1 – 7.
For the gap, check your code for unnecessary
<br>codes which are line breaks.Tho i´m not sure if it´s theme related attribute to have a certain gap.
Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] RSS in page not showing any postsDoes this work for you?
[rssinpage rssfeed='http://caggm.blogspot.com/feeds/posts/default' rssformat='x: <b>Y</b>><br>w<br><br>' rssitems='50' rssdateformat='H:i' rssdescriptionlength='100' rsstarget='_blank']Forum: Plugins
In reply to: [RSS in Page] [Plugin: RSS in Page] How to change the size of the title link?As ‘Y’ is the title with a link, you can use
<b>Y</b>to make the title bolder.To change the font size you can use for example
<h2>Y</h2>.. or h1, h3 etc..i hope this helps.