Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1483786

    Hello,
    I made a content slider but it dosn’t work well as soon as i refesh the page.
    When i manualy change of slide, i can see a picture behind which doesn’t belong to my slider and which is always the same.

    when i pass all my slides manually after it works well!

    This is the page where i have the problem:

    Thanks for your help!

    #1483809

    Hey Pierre,

    Thank you for the inquiry.

    Looks like you’re using a custom gallery from a plugin in the content slider. Please edit the gallery settings and check if there’s an option for a slider background. If not, consider reaching out to the plugin developers for further assistance.

    Best regards,
    Ismael

    #1483817

    Hi,
    There is nothing to do with a background image because when i put my photo gallery in a simple text block it works fine!

    Thanks for your help!

    • This reply was modified 3 weeks, 6 days ago by spray.
    • This reply was modified 3 weeks, 6 days ago by spray.
    #1483825

    Hi,

    You can try this css code but it might affect the slider transition a bit.

    .slide-entry-wrap:not(.active-slide) .slideimage .fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb img {
        opacity: 0;
    }

    For additional assistance, please contact the developers of the slider plugin.

    Best regards,
    Ismael

    #1483830

    thanks but the problem is still here.
    I don’t use any plugin for the slider! it’s content slider Enfold…

    so i made my galleries with enfold galery without foogallery plugin and it seems to be ok.

    Now i just want to ajust two things :
    – How can i adjust size and position of the arrows of content slider?
    -how can i desactivate the effect that the light box do on hover?

    i

    • This reply was modified 3 weeks, 6 days ago by spray.
    #1483897

    Hi,

    To adjust the size and position of the slider arrows, try to add this css code:

    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
      opacity: 0;
      margin: 0;
      width: 50px !important;
      height: 50px !important;
      line-height: 50px !important;
      font-size: 20px !important;
      top: 0;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon svg:first-child, #top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon img[is-svg-img="true"] {
      height: 20px;
      width: auto;
      margin-top: 15px;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows {
      position: relative;
      width: 120px;
      top: 20px;
      left: auto;
      height: 24px;
      right: 10px;
    }

    If you’re trying to disable the image overlay, add this code:

    .image-overlay, .image-overlay .image-overlay-inside {
        display: none !important;
    }

    Best regards,
    Ismael

    #1483947

    Hi,
    Thanks , for the height it works but the arrows have always the same width..
    ANd cocerning the overlay, is it possible to keep the logo in the center of th image and keep the opacity to 1?

    #1483979

    Hi,
    It looks like you had a duplicate thread for the overlay icon, check here.

    Best regards,
    Mike

    #1484004

    hello,
    Yes, for the overlay icon it’s ok now but for the size of the slider arrows it doesn’t work with the code you sent me, The arrows have always the same width..

    thanks!

    #1484023

    Hi,
    I see that you have this custom css:

    #top .avia-smallarrow-slider:not(.av-slideshow-ui) .avia-slideshow-arrows a, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.prev-slide, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-next a.next-slide {
        width: 24px !important;
        opacity: 1;
    }

    this is forcing the width to 24px, you can change this css and then add the css above, or try this css instead:

    #top .avia-smallarrow-slider:not(.av-slideshow-ui) .avia-slideshow-arrows a, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.prev-slide, #top .avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-next a.next-slide {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }
    #top .avia-smallarrow-slider .avia-slideshow-arrows {
      position: relative;
      width: 120px;
      left: auto;
      height: 50px;
      right: 10px;
    }
    #top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon svg:first-child, #top .avia-smallarrow-slider .avia-slideshow-arrows a.avia-svg-icon img[is-svg-img="true"] {
        height: 20px;
        margin-top: 17px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    currently:
    Screen Shot 2025 05 11 at 9.06.26 AM
    with this new css:
    Screen Shot 2025 05 11 at 9.07.36 AM
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1484028

    HI,
    Perfect!
    Thanks!

    #1484030

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem of transition with content slider’ is closed to new replies.