Smart List Issue

Posted in: Newspaper
Post count: 10

Hey, I must say this is a Awesome theme. Well i have small query. This is the post i have created with Smart List : http://www.tollywoodshow.com/jabardasth-rashmi-new-movie-opening-photos
My Website is a photo gallery Website.
I Would like to add a Small Text Box below the images : Which is same for all images. I tried couple of ways, but no luck. Is there any that i can add a 10 lines description below the image which should not change with list. The description is same for all images ( complete list ) Thanks in Advance. 🙂

Post count: 23312

Hello crmnldan1729,

Unfortunately, there is no option for this. You will have to edit the theme core files in order to implement such a feature. You can use a do_shortcode function and use a visual composer single image element shortcode like so:
Add a text block element and place your image inside it. Use the settings for the block element to adjust size and other options: http://screencast.com/t/4tCoPuOs then enter classic mode and text mode to get the shortcode for the element: http://screencast.com/t/BEgP9Zgmn
Then you can use this code: $buffy .= do_shortcode('enter visual composer element here');
You have to place the code in the smartlist file corresponding to the smartlist you use:
http://screencast.com/t/ScY7NcJzeAhf .

This will make the text appear on the bottom of every slide.

The result you should see here: http://screencast.com/t/maQIoCfB4JQm

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.