• Resolved julescameron

    (@julescameron)


    Hello. I inherited a site from a client and made some minor text / mobile edits. The clients comes back and reports that the desktop site on Chrome is flashing and glitching on every page (the entire site is built with the slider). The site loads fine on my end and I cannot fix a problem that I can’t see. Is there any insights on how to eliminate this issue across platforms? Thank you!

    Examples of what the client sees

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Robert

    (@robertnextendweb)

    Hi @julescameron

    Unfortunately I wasn’t able to reproduce this either. I checked on Windows 10 Chrome, Android Chrome and even on iPad Safari and Chrome, but the slider appeared just fine. In this case, could you please ask your client if it happens on other websites and pages as well? And ask them to try other browsers. Preferably one without any extensions. If the issue remains, please let us know their system information, what device they are on exactly, and the version of their OS and the version of Chrome they are using.

    Additionally, could you please ask them to take a look at some of our template sliders on our website?:
    https://smartslider3.com/sample-sliders/
    and see if the issue happens there as well?

    Plugin Support Robert

    (@robertnextendweb)

    @julescameron

    On second thought, we have managed to find out what the problem is. The problem is caused by the fact that you have set the slider size similar to the browser’s size. So these are the events that lead to the problem:

    • You need to look at the slider on a browser size that is just a little bit smaller than the slider itself. Like this the slider’s height is e.g. 5px bigger than the browser’s. Because of this, the browser’s scrollbar will appear.
    • Since the scrollbar appeared, the width of the browser gets reduced by that much.
    • Our slider by default uses a size ratio to determine the size. So since the browser became smaller in width, the slider become smaller in width and height to keep the size ratio.
    • Since the slider’s height has become smaller (and you have no other content on the page), the slider is no longer bigger than the browser, thus the browser hides the scrollbar, since there is nothing to scroll to.
    • And the issue from now on repeats, since that way the browser becomes bigger -> the slider becomes bigger in width and height due to the size ratio, and we end up at the beginning of the cycle again.

    There are 2 possible solutions to this:
    1. Use the following CSS code to always show the scrollbar:

    body{
    overflow-y: scroll;
    }

    You could go to the slider’s settings -> Developer tab and insert the code into the CSS field:
    https://smartslider.helpscoutdocs.com/article/1806-slider-settings-developer#css

    2. In the Pro version we have a Fullpage layout:
    https://smartslider.helpscoutdocs.com/article/1777-fullpage-layout
    which achieves the design you originally intended to achieve, so it makes the slider as big as the browser.

    However due to the forum guidelines, we can only provide support for the Free version here, so in case you have further questions related to Pro features, please rather contact us here:
    https://smartslider3.com/contact-us/support/

    Thread Starter julescameron

    (@julescameron)

    Thank you for looking into this further! The CSS code fixed the client’s issue. Appreciate the speedy reply and assistance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.