Envira Gallery Documentation
Documentation, Reference Materials and Tutorials for Envira Gallery
Documentation, Reference Materials and Tutorials for Envira Gallery
Have you ever wanted to hide the pagination navigation for a gallery with Envira Gallery’s Pagination Addon? Perhaps you only want to show 1 image from the gallery on the page. With Envira and a little CSS you can easily limit the number of images shown. This tutorial will walk you through the steps you need to do exactly that!
First you’ll need to either create a new gallery or edit an existing gallery. If you need any help creating your first gallery, please review our documentation here.
Next, you’ll need to configure your pagination settings from the Pagination tab of the gallery.
Just navigate to the Pagination tab and click the box to Enable Pagination?
The next step you’ll need to install and activate Envira’s CSS Addon. Navigate to the Addons section and click Install then Activate on the CSS Addon.
Below is the CSS we’ve used in our demo.
You’ll need to change this ID number to match your gallery ID number. You can find this by looking in the sidebar of your gallery edit screen.
For more information on how to find your gallery ID number you can read this article.
You can also just add this CSS to the WordPress Customizer to make this change for all of your Envira Galleries!
To find out more about the WordPress Customizer, please review our article on How to add custom CSS to the WordPress Customizer.
If you’re using the CSS Addon to only change 1 gallery, add your CSS to the Misc tab inside the Custom Gallery CSS box.
Once you’ve added your CSS just click Publish or Update to save the changes to the gallery.
div#envira-gallery-wrap-1490 .envira-pagination { display: none; }
-1490
with your own gallery ID numberIf you’re going to want this change for all galleries, just remove the gallery ID number from the CSS and add your CSS to the Appearance » Customize » Additional CSS and click Publish to save the changes.
Would you like to check out more styling ideas for Envira’s Pagination Addon? Why not check out our article on How to Style Pagination Links?
A: Not at all! There are other ways to limit the number of images on a page using Envira Albums Addon (it would show only 1 image for each gallery in the album), the Envira Gallery Widget (by setting up how many images to display) or adding a limit number inside the shortcode.