Skip Navigation

[Resolved] Disabling the full-screen image on click for slideshows

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by shannonM-4 16 hours, 59 minutes ago.

Assisted by: Christopher Amirian.

Author
Posts
#2865676
screenshot 2026.06.19 at 12.09.15@2x.png

Hi there,

On the "Image Slider" Toolset block, on the public face of the site, the images can be clicked to view a larger version. See attached. Is there a way to disable this behavior? I don't want visitors to be able to see a larger version.

Thanks.

Saul

#2865843

Christopher Amirian
Supporter

Languages: English (English )

Hi Saul,

I checked this, and I do not see a built-in option in the Toolset Image Slider block to disable the click/lightbox behavior.

As a workaround, you can try disabling pointer events for the slider images with custom CSS:

.tb-image-slider a {
    pointer-events: none;
}

If that affects other sliders, add a custom CSS class to this specific block and target only that slider.

Custom CSS can be added in the Toolset template editor or through the page/template’s custom CSS area, depending on where the block is used. Toolset also allows adding custom code from Toolset → Settings → Custom Code if needed.

Thanks.

#2865977

Christopher,

This doesn't really disable the behavior, but I appreciate your attempt.

Thanks.

Saul