- This topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › How to remove controls on gallery using pretty photo
Hi,
I am using gallery group with pretty photo, and I would like to know if it’s possible to remove the controls and just leave the arrows navigation.
Here is a screenshot showing what I mean: [https://www.dropbox.com/s/90vo9k77njac4iz/roue-ultimate-gallery.jpg?dl=0]
Url: [https://rouewatch.com/shop/cal/]
Shortcode:
[wp_lightbox_prettyPhoto_image link=”/wp-content/uploads/2017/07/Roue-Watch-CAL-Four1.jpg” source=”/wp-content/uploads/2017/07/black-see-gallery-icon3.png” img_attributes=’width=”45%”‘ gallery_group=”cal_four” class=”roue-gallery-style”]
<div style=”display: none;”>
[wp_lightbox_prettyPhoto_image link=”/wp-content/uploads/2017/07/Roue-Watch-CAL-Four2.jpg” gallery_group=”cal_four”]
[wp_lightbox_prettyPhoto_image link=”/wp-content/uploads/2017/07/Roue-Watch-CAL-Four3.jpg” gallery_group=”cal_four”]
[wp_lightbox_prettyPhoto_image link=”/wp-content/uploads/2017/07/Roue-Watch-SSD-Three4.jpg” gallery_group=”cal_four”]
</div>
Thank you
Diana
Hi, You might be able to hide the controls by applying this CSS in your Theme customizer.
.pp_details{
display: none;
}
However, I haven’t been able to hide the box that contains the controls. I don’t think it’s possible since it’s part of the actual popup window.