Formidable-Genesis Pagination

Genesis Framework

If you use Formidable Pro with the Genesis Framework, then you know the delivered custom view pagination is very different from the Genesis pagination. I’ve created a custom version of the Formidable Pro pagination.php to use the Genesis styles. It still needs a few minor tweaks such as the button spacing1, but for the most part it works fine for the display. You can see the results on this page: View Plugin reports

This is the link to the custom-pagination.php source file.

Formidable-Genesis Pagination Source

To use this, FTP to your server and copy it to /wp-content/plugins/formidable/pro/classes/views/displays/. Rename the core pagination.php file to original-pagination.php and rename custom-pagination.php to pagination.php. That’s all there is to it. Enjoy! Be aware however, that when Strategy 11 releases a new version of Formidable Pro, this custom file will be overwritten, so you’ll need to apply it again.

Multisite

If you are running Formidable Pro on a WordPress multisite install, this change will impact custom view pagination on all of your sites. You may have to tweak the pagination placement in your theme’s styles.css file. Open the file and search for the following code:

https://gist.github.com/vfontjr/ca1bbf47e07ee1b404e8b7bae9d67386#file-css1-css

Add the following snippet directly beneath the above code:

https://gist.github.com/vfontjr/ca1bbf47e07ee1b404e8b7bae9d67386#file-css2-css
1The button spacing issue is fixed in the latest source file.