• Resolved twgerber

    (@twgerber)


    https://theelitebeautygroup.com/

    See below the “What our customers say” I entered two testimonials and changed text color to white. Nothing shows up.

    I can’t even select it so it’s like the block isn’t getting rendered when inside a Section block.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey,

    I see a caching plugin is used on this website.

    You need to skip the testimonial js file from the Caching plugin.

    It is causing a console error here – https://bsf.io/-wyak

    Let me know if that resolves your doubts.

    Regards,
    Vrunda Kansara

    lyden

    (@lydenyardley)

    I had the same issue and found the offending CSS applied:

    .uagb-tm__items {
        visibility: hidden;
    }

    Why is this set to hidden? When I override with custom CSS to visibility: initial it re-appears! Can this be changed in the shipped code?

    Thread Starter twgerber

    (@twgerber)

    What did you change this to?

    Thread Starter twgerber

    (@twgerber)

    NOte that I have eliminated the testimonial.js file from the caching – still not working…

    Thread Starter twgerber

    (@twgerber)

    If I change that CSS
    .uagb-tm__items {
    visibility: hidden;
    }

    to
    .uagb-tm__items {
    visibility: visible;
    }

    I can see the testimonials.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey,

    The visibility hidden is done on purpose. This is to avoid abrupt JS initialization on the page.

    You need to eliminate the Slick JS too from caching plugin.

    Regards,
    Vrunda Kansara

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Testimonial not working inside section block.’ is closed to new replies.