• Hi @aurovrata,

    I added this code you gave me for the slider

    .cf7sg-collapsible.glider-slide:not(.visible) {
      height: 0 !important;
    }

    It seems to work only in firefox browser (desktop & mobile), in chrome/edge (desktop & mobile) ect it works on only the first slide, then it doesn’t show the rest of the slides. it changes the slide but the slide doesn’t adjust so you cannot see the information.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter mallyz

    (@mallyz)

    Actually it seems to be working on desktops just not on mobile browsers.

    Thread Starter mallyz

    (@mallyz)

    Also is there a way to make the scroll to top of page on prev & next? not scroll to top of form as it does now.

    Regards

    Thread Starter mallyz

    (@mallyz)

    Hi @aurovrata,

    Here is a link to see what is happening:
    Inspection Form Error

    Regards

    Thread Starter mallyz

    (@mallyz)

    Hi @aurovrata

    It seems the problem is due to Android 12 beta release and nothing to do with the script.

    Sorry about that, the only question I have now is can we make the next prev button scroll to top of page #header and not to top of form?

    Regards

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Hi @mallyz

    sorry, I was travelling for the last week and could not answer.

    It seems the problem is due to Android 12 beta release and nothing to do with the script.

    are you referring to the CSS style to adjust the size of each slide? It is working on all devices, including chrome?

    I have now is can we make the next prev button scroll to top of page #header and not to top of form?

    for now you will need to fire your own sroll event when the event 'glider-slide-visible' is fired by the slider on the div.glider slide container.

    Thread Starter mallyz

    (@mallyz)

    Hi @aurovrata

    are you referring to the CSS style to adjust the size of each slide? It is working on all devices, including chrome?

    Yes it is working across all devices expect some android devices as you can see in the video below

    Here is a link to see what is happening:
    Inspection Form Error

    for now you will need to fire your own sroll event when the event 'glider-slide-visible' is fired by the slider on the div.glider slide container.

    Also I’m not very good with CSS but I will look into the information you have supplied me and try to figure out the coding.

    Thankyou very much for your reply and I hope you had a good break.

    Regards

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Also I’m not very good with CSS but I will look into the information you have supplied me and try to figure out the coding.

    it’s javascript 🙂 You’ll need to do a tutorial on JQuery Event handling, especially JQuery’s on() method which allows you to execute custom code when the ‘glider-slide-visible’ event is triggered on the $('div.glider') element.

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

The topic ‘CSS Rule’ is closed to new replies.