Hello,
We checked the plugin in multi site modes on our test site and it works fine. Do you see tabs, but can’t switch them? If yes, check browser’s error console please, it can be a problem with a 3rd party plugin.
Do you want to totally remove title section from the lightbox?
Thread Starter
Farrs
(@farrs)
Hello,
Effectively, it was a plugin who was desactivated for the entire network but was stayed active on the concerned website. It works. Perfect! Thanks.
For image title, I would like to keep it for the SEO and if possible to be able to customize the footer of the lightbox. That is to say, to remove independently of each other, the line, the gradient and the title. Or if there is no possibility, remove all, as it is when images have no title.
It is possible to customize title section via custom CSS styles. We can help to do it if you provide a screenshot with the expected result.
Thread Starter
Farrs
(@farrs)
I send to you below the link for the three desired personnalisations.
Picture 1: only title dark
Picture 2: title + gradient, without horizontal line
Picture 3: without anything
Link: Customization
Thanks
Open “Style” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom CSS” parameter with the following CSS rule:
1. Use this to show only title:
body .fancybox-caption-wrap {background:transparent;}
body .ari-fancy-title {color:#000;}
2. It is used to show title + gradient without horizontal line:
body .fancybox-caption {border-style:none;}
3. Remove title:
.fancybox-caption-wrap {display:none;}