Tag Div Slider Gallery – Change the appearance

Posted in: Newspaper
Post count: 48

Hi,

In Tag Div Slider Gallery,

I want:
1) The Caption for each image comes below the image. I want 3-4 lines to describe each image.
2) Increase the font size & font type of the Caption text.

Rest everything should remain the same.

Is it possible?

Please advise.

Post count: 48

In addition to #70025

I need the slider something similar to this:
http://www.mensxp.com/gallery/actors/21763-leonardo-dicaprio-p5.html

I want content for the slide at the bottom or on the side. I don’t want content to be on image layer. Is it possible via tagDiv Slider Gallery.
Is this possible via Revolution Slider? Can you please point out?
Or can you point any other plugin who can do this?

Post count: 22421

Hello g10ktk,

1)You can add captions when you create your gallery, under the image: http://screencast.com/t/uO4FynvtL
http://screencast.com/t/uO4FynvtL. http://screencast.com/t/SAw2mGshYaI

2) You can add this custom CSS code in the theme panel and you can change size (i set it to 15 pixels)

.td-gallery-slide-copywrite{
font-size:15px;
font-family:"Times New Roman", Times, serif;
}

Result: http://screencast.com/t/NF8QP7Zv
You can chose your fonts from this list of web-safe fonts: http://www.cssfontstack.com/

I hope this helps

Thank you.

Post count: 22421

Hi,

If you want to change the design of the slider you need to customize the core files of the theme and is no easy job to do. As for a plugin that can replicate that slider, we tested only ‘Revolution Slider’ which comes with the theme.
Revolution Slider supports a lot of customization. You can try and have a go at it and see how it turns out.
You can read more about it and see some demos here: http://revolution.themepunch.com/

Thank you!

Post count: 48

Thank you for your reply.

I guess I need Revolution Slider. But I can’t use any predefined template sliders. It says import from Local or Online, then it does not support any.

Could you guide me how can I load those predefined templates. I have already upload the plugin revslider 5 provided by you last week. I think it has all the examples, but I wonder why I can’t I use them. Do I need to buy from codecanyon, as they say.

Thank you.

Post count: 48

Hi this worked…
.td-gallery-slide-copywrite{
font-size:15px;
font-family:”Times New Roman”, Times, serif;
}

BUT as I click on the image, the font size goes back to default and image becomes full screen. Can we maintain the size even while zoom in.

Thank you.

Post count: 22421

Hi,

You can add this code under the other part and it should fix the font when zoomed in

.mfp-bottom-bar {
font-size: 15px;

As for the revolution slider, make sure you select the right examples/demos to load.You need to load the ones from v5 (if you have this version). First you must create a new slider. Next find the import/export section below the main slider settings. Click “Choose File” button and select your zip file then click “Import”.
You will find this slider exchange site very usefull:
http://revolution.themepunch.com/free-slider-exchange/

Thank you!

Post count: 135

This was very helpful to increase the size of the caption in the gallery. Is there anyway to make the caption appear under the photo when clicked vs. over the photo?

  • This reply was modified 10 years by sejpost.
Post count: 22421

Hi,

You can use this CSS to do it:

.mfp-bottom-bar{
margin-bottom:15px!important;
}

Thanks.

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.