How to add and edit the Tag Div slide gallery

Posted in: Newspaper
Post count: 32

Hello,

I would like to add a Tag Div slide gallery on my category page, but the only way I know is by using the guntenberg editor like this :
https://www.screencast.com/t/BATKJofKe
https://www.screencast.com/t/QfPExWUNHIVL

But I don’t know how to set it up correctly in your code, do you have any intels ?

Also I would like to edit the colors and font here ( https://www.screencast.com/t/vNK6AVlrrab3) so it’ll match our theme, is it possible ?

Thank you for your help,

Louis

  • This topic was modified 4 years by Louis.
  • This topic was modified 4 years by Louis.
Post count: 21065

Hello @Louis !

You can add the TagDiv Slide Gallery like this: https://www.screencast.com/t/iLHVZ4dHe
Unfortunately, there are no settings to change the colors of this gallery, sorry.

Thank you!

Post count: 32

Hello Bettina,

Ok, I’ll try it this way, thank you for your quick answer !

Have a nice day,

Louis

Post count: 32

It works well but I got a little problem, my captions are not centered as you can see below :

https://terredesarbres.com/category/au-coeur-du-perche/

Also, I saw this post and it seems possible to modify the color of the gallery, is it worth trying ?

https://forum.tagdiv.com/topic/tagdiv-gallery-change-colour/

thank you,

Louis

  • This reply was modified 4 years by Louis.
Post count: 21065

Hello @louis !

In this gallery, the images will appear exactly at the size they have uploaded.
We do not have any settings in the theme, so you can try with CSS code.

Thank you!

Post count: 32

The problem isn’t the size of images but the caption which is aligned on the right and I would prefer centered.

Post count: 35449

Hi,
This can be done only using a custom css, for this you can try this one
.td-slide-caption .td-gallery-slide-copywrite {
float: none;
text-align: center;
display: block;
}

You need to set the code in the theme panel> custom code> custom css.
We hope this will help you!

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