Home Forums WoodMart support forum Testimonial Problems

Testimonial Problems

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #64386

    lavitasarim
    Participant

    Hello there.

    I have a few problems with the testimonial. I’m glad you helped me.

    1) The title is not centered.
    2) When I hold the mouse over the testimonial section, the slider stops. But then it does not continue automatically.
    3) Why is it only a visual green line on the side. Why do not the “” signs, which are quoted, appear?
    4) How do I change the font size without giving the H tag?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #64433

    Hello,

    1. Make sure you have set “Align Center” in the Testimonial Settings.
    2. Please provide the page URL we shall check.
    3. Please provide the screen of the problem.
    4. It can be changed by means of Custom CSS assigning to a class not to tag.

    Please provide your valid site admin access.

    Best Regards

    #64455

    lavitasarim
    Participant

    1) I sent in the attachment how the settings are. It’s centered, but it’s not working.

    2) https://www.lavitasarim.com/ – Home Page – The mouse does not automatically advance again after holding it on a long length.

    3) Picture of testimo2. Can not it have different designs?

    4) What I will do to change the font size.

    Attachments:
    You must be logged in to view attached files.
    #64463

    Hello,

    Please provide your site admin access. Those you provided earlier are not valid

    Best Regards

    #64475

    lavitasarim
    Participant

    Hello there.

    Please be careful.

    The Slider Revolotion mobile also opens late. The slider on the top. You can examine this too.

    Thank you.

    #64483

    Hello,

    1. The title of the testimonial element does not have option to be aligned center, so you can use this CSS:

    .slider-title{
        text-align: center;
    }
    .slider-title:before {
        content: " ";
        position: absolute;
        top: 100%;
        left: inherit;
        width: 40px;
        height: 2px;
        margin: 0 auto;
    }

    2. After I move mouse away slider keeps on rotating. You have set 5 sec, change to 2 to get convinced.

    3. Testimonial stipulates a quote that is why this line appears it can be removed with custom CSS

    4. What text do you want to change, specify I will provide CSS

    Best Regards

    #64485

    lavitasarim
    Participant

    Hi.

    1) Thank you for the heading. However, if the line under the headline is short, it does not look good. It must be a solution. (testimo3)

    2) Can not I have the slider automatically resume automatically after dragging the mouse over the text.

    3) I did not understand what you said. I want the design to be a little more customizable.

    4) How do I change the text font size? (testimo4)

    Attachments:
    You must be logged in to view attached files.
    #64503

    Hello,

    1. We can hide this with CSS

    .slider-title:before {
    display:none;
    }

    2. I have checked with and that is the way how it works. We shall probably fix in future

    3. This line cannot be customized, it can be removed with custom CSS

    4. You can change the text with custom CSS

    blockquote p{
    font-size:15;x
    }

    Change font size as per your needs.

    Best Regards

    #68942

    lavitasarim
    Participant

    Hello there.

    How do I change the H label of the heading of the Testimonial section?

    Thank you.

    #68950

    Hello,

    There is no option to set H tag for the testimonial element. You can leave empty the field and use Custom Heading element instead.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)