• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Disable carousel for gallery?

Optic

New Member
AMS Premium
Is it possible to remove or disable the carousel thumbnail option for the BX slider gallery for a given showcase item?

Most of the time we only have 1-2 images, so for a tidier look we'd like to remove the carousel option if possible. :)
 
Are you asking about the SIDEBAR Mini Gallery? If so, I've already added an option to disable the thumbs for those that just want to display the cover image.
 
ah... saying BX slider through me off.... that isn't BX Slider. That is different 3rd party gallery. you see those 2 squares above the slider? Click on the right one. I'd have to mess around with the CSS/HTML/JS a bit, but I think it can be set to default to the thumbs off (right square) and then they could turn the thumbs on.

Other than that, just hide it via Extra.css:
.es-carousel-wrapper {display:none;)
 
Last edited:
Ahhh I see, sorry for the confusion. xD

Hiding it via CSS sounds like the easiest solution, just tried hiding these two classes and that has done the trick.
Code:
.es-carousel-wrapper, .rg-view { display: none !important; }

Thanks Bob.
 
  • Like
Reactions: Bob
Back
Top