Comments on: How to Add Pagination in WordPress Image Galleries https://enviragallery.com/add-pagination-galleries-wordpress/ The best responsive WordPress gallery plugin. Wed, 15 Jul 2020 17:05:19 +0000 hourly 1 By: Nick https://enviragallery.com/add-pagination-galleries-wordpress/#comment-79467 Sun, 22 Jul 2018 11:01:24 +0000 http://enviragallery.com/?p=26007#comment-79467 Hi – I have a tag list at the top of my paginated gallery, but it only shows on page 1 of the gallery. Is it possible to have the tag list appear on each page of the gallery?

]]>
By: Waseem Abbas https://enviragallery.com/add-pagination-galleries-wordpress/#comment-18681 Thu, 18 Feb 2016 17:58:59 +0000 http://enviragallery.com/?p=26007#comment-18681 In reply to Brent.

Hey Brent, you can do it by adding this simple CSS to the main pagination class:

display: inline-block;
height: 43px;
padding: 0 15px;
line-height: 43px;
text-align: center;
text-decoration: none !important;
margin: 0 10px 0 0;
color: #808080;
background: #fff;
border: 1px solid #e9eaeb;
font-size: 16px;

For the hover and active classes, you can add this CSS:

background: #7cc048;
color: #fff;

You can choose any color, font size, background, etc as you need accordingly.

]]>
By: Brent https://enviragallery.com/add-pagination-galleries-wordpress/#comment-18674 Thu, 18 Feb 2016 15:45:00 +0000 http://enviragallery.com/?p=26007#comment-18674 How are you displaying the Gallery Numbers and Next as Buttons?
Mine is only linked html not buttons.

Can you please share how to do this?

Thank you very much!
B

]]>