Hello, dear lindsayedm.
Thank you for contacting us. Our team is always ready to help you.
Please, can you tell us how you want us to show the header? You can take a screenshot and show us how you want us to change the code.
Customer satisfaction is our priority and we do our best to make your experience even better.
Enjoy the plugin, but in the meantime, feel free to open a new thread if you have more questions.
Thank You very much.
thank you, I would like the information to be displayed on 4 lines, always on hover as currently, I cannot add the photo here
Hello, dear lindsayedm.
Thank you for contacting us and reporting your problem.
Edit our apublic\theme_partials\tsvg-classic-gallery.php. Find code in line 451
.tsvg-lightbox-block-inner-:has(.tsvg-block-title-hover-layout-[data-hover=’hovTit12′]) .tsvg-block-image-items- { {
overflow: hidden;
width: 100%;
aspect-ratio: 16/9;
top: 0;
position: absolute;
border-radius: var(–tsvg_general_bd_r_);
border: var(–tsvg_general_bd_w_) var(–tsvg_general_bd_cl_);
}
We are always happy to hear from you and solve all problems. We will develop the plugin with you. For us, the most important thing is that the plugin should be used by the developers themselves.
Customer satisfaction is our priority and we do our best to make your experience even better.
Enjoy the plugin, but in the meantime, feel free to open a new topic if you have more questions.
Have a good day!
sorry, this doesn’t work, how can I modify if I want a title, a subtitle and the description when hovering?
ON FILE public\theme_partials\tsvg-classic-gallery.php
ADD THIS CODE IN LINE 451
(.tsvg-classic-blocks-list-[data-tsvg-effect='effect04'] .tsvg-classic-title-hover-span-)
.tsvg-classic-blocks-list-[data-tsvg-effect='effect04'] .tsvg-classic-title-hover-span-{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
max-width: 60%;
max-height: 80%;
}