Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Requests and Feedback’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
HI Rattus
Instead of using the green style gallery ,I’m now using the Phantom pro module which is great ; however is there any way to NOT display in the lightbox sidebar the informations such as camera detail , picture taken and upload date, , number of likes, number of view. I would like to diplay uniquely the title and the comment..Is there a way to do it via css code ?
Thanks in advance for your reply
Just disable unneeded sections or completely hide the info sidebar in the gallery settings.
Hi,
All section except the one with “title in the lightbox ” are disable. I But the informations such as camera detail , picture taken and upload date, , number of likes, number of view are still visible in the lightbox sidebar.
Do I miss any other settings ?
Please find the attached a printscreen of the module setting and the corresponding display of the gallery
Best regards
Michel
Paste code below to “Custom CSS” field to completely hide those sections:
.gmPhantomPro_actions_region,
.gmPhantomPro_details_region { display: none; }
Great !
many thanks