Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001874
    Headlines34
    Participant

    Hi,

    I am using the Slider element and would like to globally disable the auto adjust/resize feature. Please guide me on how to do so.

    Thanks,
    Chuck

    #1002393
    Rue Nel
    Moderator

    Hello Chuck,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #1004556
    Headlines34
    Participant
    This reply has been marked as private.
    #1004573
    Rue Nel
    Moderator

    Hello There,

    To resolve the sliders from being push and move around, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-flexslider-shortcode-container .x-flexslider-shortcode {
      max-height: 400px;
      overflow: hidden;  
    }
    
    .x-flexslider .x-slides img{
      margin-bottom: 0;
    }

    You must also make sure that you have setup the galleries correctly. For further information, you can check it here: https://community.theme.co/kb/how-to-setup-galleries/

  • <script> jQuery(function($){ $("#no-reply-1001874 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>