Plugin Author
Allen
(@amweiss98)
are you using the templates.css file in the templates folder?
None of the 5 css files I have works.
The only thing that affect the style of the list is the setting in “widget for shortcodes” sidebar in the Style->Widget option.
Furthermore when I use the “shortcodes parameters” (i.e. [do_widget “rssmulti importer hdsize=”16px”] option it doesn’t change anything.
When I use Chrome inspect element to check the html code and styling I see that the some of the style elements are in the code (i.e. <div class=”imagefix” style=”float: left;”>
Thanks,
Guy
Plugin Author
Allen
(@amweiss98)
can you give me and an example of where this is happening…that is style elements you noted. Here is a movie that shows the template.css file
http://www.screencast.com/t/AtphGG5HK
now, the first thing is know if you are using:
1. The feed to post option
2. The shortcode
3. The widget (which is different from the shortcode).
This is my website: http://www.cig-re.com/new/
In the bottom you can see rss multi importer.
I use plugin called “amr shortcode any widget”.
I add the line “[do_widget “RSS Multi-Importer” ]” to my page.
I hope it’s what you need.
Thanks,
Guy
Plugin Author
Allen
(@amweiss98)
first of all, since you are using the widget, the parameters in don’t work in the do_widget code.
If you want to increase the headline size, I would go into templates.css and add this:
.news > a{
font-size:18px; //or whatever size you want
}
then save the templates.css file by going to template options tab.
Thanks. Since I would like to make many more changes, how else can I use the plug-in in a page to enjoy all the templates & parameters ?
I would like to use the boxes-image template (not just to change the heading size).
Plugin Author
Allen
(@amweiss98)
If you use the shortcode you can use the parameters and the template.css file already had most of the css that you can change