• Resolved lindsayedm

    (@lindsayedm)


    Hello, it is not possible to customize the layout of the text in the title?? Because I have several pieces of information that I would like personalized -> title size 9 under title size 6 etc… lla I have everything on the same line

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author totalsoft

    (@totalsoft)

    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.

    Thread Starter lindsayedm

    (@lindsayedm)

    thank you, I would like the information to be displayed on 4 lines, always on hover as currently, I cannot add the photo here

    Plugin Author totalsoft

    (@totalsoft)

    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!

    Thread Starter lindsayedm

    (@lindsayedm)

    sorry, this doesn’t work, how can I modify if I want a title, a subtitle and the description when hovering?

    Plugin Author totalsoft

    (@totalsoft)

    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%;
    }

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Title’ is closed to new replies.