Feed with images
-
I searched for everything, I found BOX template but it’s not like that. It’s not showing pictures.
I want to have something like that,… how can I do it?
-
at this point, I’ve created the templates a series of examples…if you want to customize a template, just go in and do that (then save it using the template options so it doesn’t get overwritten). I don’t personally customize templates for users of the plugin (else, all I would be doing is free customization work all day long 🙂
Yes yes of course 🙂
But which one is best to costumize to get something like that?
I discovered that they dont have pictures,…I would start with the boxes.php template…it’s already set up with most of the code you need to customize…there is one parameter in the showexcerpt function that handles whether the image shows or not.
showexcerpt($items["mydesc"],15,$openWindow,1,$items["mylink"],$adjustImageSize,$float,$noFollow,$items["myimage"])the 1 after the $openWindow parameter indicates whether an image should show..you can change the 15 to 0 (which gets rid of all text)
it’s there in the plugin
also, please spend a moment and rate my plugin by going to
http://ww.wp.xz.cn/extend/plugins/wp-rss-multi-importer/It helps a lot with motivation since I don’t make any money supporting and improving this plugin 🙂
Of course i will 🙂
Sorry, up there I see that the link wasent published.
Loogking for this div, want to align picture on center and resize it 🙂
link to picturecan you post a link to where this is happening…I can then give you the css to hopefully do what you want.
Its moj-kuponcek.si/vsi-kuponi thanks!
ok…let’s try this…can you give me the rss feed url you are using?
Yes, its this one
Ok..go into the templates.css and find the selector shown and add some padding, like this:
div.wprssmi-excerpt { font-size: 12px; padding-left: 15px; }resizing the images is much more difficult since my plugin can’t recognize the image and resize it, except for changing the width to, say 150 – which it’s doing now..so it’s a standard width for all images – if you want to change that to a smaller size you’ll need to change that in the excerpt_functions.php file (at the bottom of that file)
Thank you very much! 🙂
No matter what settings I choose, I am unable to get any images to show. I am currently using shortcode settings boxed template, but have tried all others and non show images. Any suggestions?
did you follow the instructions given to specter911 in this thread…he asked the same question and I showed him how to get images to show – the template is not currently configured to show images.
The topic ‘Feed with images’ is closed to new replies.