Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1348196

    Hi,
    I created a test page to try out the Content Slider.
    I’ve set the style to “Yes, display dot control buttons” but I don’t see the buttons. why?
    How can I solve the problem?
    Thanks for the support,
    Manuela

    #1348224

    are these dot realy not seen or are there shown on a place where you do not expect them?
    you can test this in quick css to get better dot navigation colours.

    #top .avia-slideshow-dots a {
      background-color: #f00707 !important;
    }
    #top .main_color .avia-slideshow-dots a.active, 
    #top .main_color .avia-slideshow-dots a:hover {
      background-color: #f00707 !important;
    }

    on my testpage they are on top right of the slider.

    #1348225

    Hi,

    Thank you for the inquiry.

    The navigation dots are not visible because of the following css code, which was probably added in the Quick CSS field.

    .avia-slideshow-dots a {
        display: none;
    }
    

    You have to remove the code or override it using this css.

    .avia-slideshow-dots a {
        display: inline-block;
    }
    

    Best regards,
    Ismael

    #1348231

    Hi,
    sorry, but I don’t see the dot on the top right: https://monosnap.com/file/n4tQcGLV38NyfuDJDRP0PsypphGDSS
    Also, I clean the cache.
    Thank you for your support,
    Manuela

    #1348239

    Hi,

    Thank you for the screenshot.

    Did you remove the css code that we mentioned above? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings after removing the css.

    Best regards,
    Ismael

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