• Resolved blazer380

    (@blazer380)


    I’m using Crocoblock Jet Elements, latest version and the Testimonials widget doesn’t load if Page scroll to id is active. Can you please see what the issue might be.

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

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author malihu

    (@malihu)

    I’m not sure how the plugin affects the testimonials but there’s a CSS rule in your theme that hides the testimonials:

    .jet-testimonials__instance:not(.slick-initialized) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
    }

    Visibility value should visible:

    .jet-testimonials__instance:not(.slick-initialized) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }

    What happens when you temporarily de-active the plugin? Can you de-active it and let me know so I can check your page again?

    Thread Starter blazer380

    (@blazer380)

    If I change that to visible, the testimonials do show up, but ALL of them (instead of just 3 at a time) and the slideshow effect doesn’t work. So that CSS rule is correct, because it hides all testimonials except for 3 that are supposed to be shown at a time.
    I’ve disabled the plugin to show what it’s supposed to look like.

    Plugin Author malihu

    (@malihu)

    OK, try the following and let me know when you do:

    Re-activate “page scroll to id”.

    Go to plugin settings and set “Highlight selector(s)” option value to:

    nothing

    Disable “Prevent other scripts from handling plugin’s links” option.

    Save changes, test and let me know so I can check it.

    Thread Starter blazer380

    (@blazer380)

    Done, but still not working.

    Plugin Author malihu

    (@malihu)

    OK, in plugin settings, set “Selector(s)” option value to:

    a[href='#test']

    Disable “Enable on WordPress Menu links” and “Auto-generate #ps2id-dummy-offset element” options.

    Save changes and let me know

    Thread Starter blazer380

    (@blazer380)

    Done, but still not working ??

    Plugin Author malihu

    (@malihu)

    Have you used any of plugin’s shortcodes in Elementor in your page(es)?

    Plugin Author malihu

    (@malihu)

    Also disable “Display widgets id attribute” option in plugin settings.

    Thread Starter blazer380

    (@blazer380)

    Done. I don’t have any shortcodes on that page.

    Plugin Author malihu

    (@malihu)

    One last thing:

    Download plugin’s development version here:

    https://downloads.www.ads-software.com/plugin/page-scroll-to-id.zip

    and replace the “Page scroll to id” version you have with the one above.

    Thread Starter blazer380

    (@blazer380)

    Unfortunately same issue…

    Thread Starter blazer380

    (@blazer380)

    I’d be more than happy to send you WP Admin login so you can test.

    Plugin Author malihu

    (@malihu)

    Can you temporarily disable Cloudflare rocket-loader?

    Thread Starter blazer380

    (@blazer380)

    That was it! Turning off rocket-loader fixed the issue. Please let me know if at some point your plugin will be compatible with rocket-loader so I can turn it back on.
    Thank you!

    Plugin Author malihu

    (@malihu)

    Great ??

    The plugin usually works with rocket-loader. I think it’s the combination of rocket-loader, “Jet Elements testimonials” and “Page scroll to id” that causes the issue.

    Maybe there’s a way to exclude some scripts from rocket-loader or to manually set which scripts the rocket-loader will use? If yes, try excluding either “Jet Elements testimonials” or “Page scroll to id” and see if it works.

    In any case, you can revert the changes we did in plugin settings (esp. the “Selector(s)” and “Prevent other scripts from handling plugin’s links” options).

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Issue with JetElements Testimonials’ is closed to new replies.