Title: Pagination Stuck
Last modified: August 24, 2016

---

# Pagination Stuck

 *  Resolved [joeyvanr](https://wordpress.org/support/users/joeyvanr/)
 * (@joeyvanr)
 * [11 years ago](https://wordpress.org/support/topic/pagination-stuck/)
 * Hello,
 * my client has recently added multiple immages to a gallery. Now there are too
   images for one page so there is a pagination. But the problem is that this pagination
   is stuck or something. There are two buttons for first page and translation but
   both arent clickable or working.
 * I enabled pagination with shortcode and standard settings.
 * I hope you guys can help me because the plugin is great further.
 * Greetings from the Netherlands,
    Joey
 * [https://wordpress.org/plugins/photo-gallery/](https://wordpress.org/plugins/photo-gallery/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [joeyvanr](https://wordpress.org/support/users/joeyvanr/)
 * (@joeyvanr)
 * [11 years ago](https://wordpress.org/support/topic/pagination-stuck/#post-6057150)
 * THe problem can be found on: [http://marcomeesters.nl/fotoalbum/](http://marcomeesters.nl/fotoalbum/)
 *  Plugin Contributor [webdorado](https://wordpress.org/support/users/webdorado/)
 * (@webdorado)
 * [11 years ago](https://wordpress.org/support/topic/pagination-stuck/#post-6057193)
 * Dear joeyvanr,
 * Please add the following code to the theme:
 *     ```
       #bwg_container1_0 #bwg_container2_0 .paging-input_0 {
         display: inline !important;
       }
       ```
   
 *  Thread Starter [joeyvanr](https://wordpress.org/support/users/joeyvanr/)
 * (@joeyvanr)
 * [11 years ago](https://wordpress.org/support/topic/pagination-stuck/#post-6057194)
 * Dear webdorado,
 * thanks for the fast response. The code didn’t solve the problem but I was able
   to find the error.It was something in the display:blocks;. But the code you gave
   me didn’t do the job so I tried something different. This code fixed my gallery
   after some attempts:
 *     ```
       #gal_front_form_0 .tablenav-pages_0 span {
       	display:inline!important;
       }
       ```
   
 * Thank you for the help and keep up the great work!
 * Joey

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Pagination Stuck’ is closed to new replies.

 * ![](https://ps.w.org/photo-gallery/assets/icon-256x256.png?rev=2068745)
 * [Photo Gallery by 10Web - Mobile-Friendly Image Gallery](https://wordpress.org/plugins/photo-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/photo-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/photo-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/photo-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/photo-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/photo-gallery/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [joeyvanr](https://wordpress.org/support/users/joeyvanr/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/pagination-stuck/#post-6057194)
 * Status: resolved