Hello,
You’ll find an option to check in the customizer > front page content to display the pagination.
Hello Nicolas, thanks so much for your answer. I checked the navigation option in the settings, but still the pagination does not appear on the page. Is there anything else I can do about this?
I love the theme btw
When the option is checked, with home page displaying latest posts, and if you have more posts than the post per page setting, the pagination is displayed.
I don’t know what the problem could be if this is not displayed. I’d recommend following the troubleshooting steps : https://wordpress.org/support/topic/troubleshooting-tips-for-customizr-theme/
Hello, thanks for your answer again. I know it should display, but unfortunately it’s not happening and it’s really frustrating. I did all of that you mentioned in your post, nothing has worked so far. I have spent several days trying to figure out what the problem is.
I’d really appreciate your help in resolving this bug. I’m using WordPress 5.4.1.
front page content -> Display navigation in your home page
Thanks, @januszeko, unfortunately that is not working. I also have more posts than the amount that is set to be displayed but nothing. It must be a bug I guess, I hope the support team can take a look at it.
Hello @lhernandeztapia, I’m not able to reproduce your problem.
Can you confirm that you followed the troubleshooting steps listed here : https://wordpress.org/support/topic/troubleshooting-tips-for-customizr-theme/
Also please include your system infos when creating your next reply. You’ll find them under Dashboard > Themes > About Customizr
Thanks
Hello, yes I did follow the steps.
Here’s the system informations:
# SITE_URL: https://clacls.commons.gc.cuny.edu
# HOME_URL: https://clacls.commons.gc.cuny.edu
# IS MULTISITE : Yes
# ACTIVE THEME : Customizr 4.2.6
# WP VERSION : 5.4.1
# PERMALINK STRUCTURE : /%year%/%monthnum%/%day%/%postname%/
# ACTIVE PLUGINS :
Beautiful taxonomy filter: 2.4.3
Category Posts Widget: 4.9.5
CUNY Academic Commons Buddy Press Admin Bar Mods: 0.1
Custom Sidebars: 3.2.3
Duplicate Post: 3.2.4
Elementor: 2.9.9
MetaSlider: 3.16.4
Search & Filter: 1.2.12
Subscription Options: 0.9.1
# NETWORK ACTIVE PLUGINS:
Fix – SimplePie Errors :1.0.0
Akismet Anti-Spam :4.1.5
Bava Comments :0.1-alpha
bbPress BP Notification Grabber :1.0
BP Better Directories :0.9.2
BP Email Type :
Group Events Shortcode and Widget :
BP Groupblog :1.9.1
BP Include Non-member Comments :1.3
BP MPO Activity Filter :1.3.1
BP Reply By Email – Simple New Topic Email Address :0.1-alpha
BuddyPress Reply By Email :1.0-RC9.dev
BP Social Media Profiles :1.0
BuddyPress Docs :2.1.3
BuddyPress Follow :1.3-alpha
BP Group Documents :0.4.0
BuddyPress Group Email Subscription :3.9.4
BuddyPress :5.2.0
CUNY Academic Commons Buddy Press Admin Bar Mods :0.1
Creative Commons License :0.1-alpha
BuddyPress Group for Community Admins and Mods :0.1.0
CAC Onboarding :0.1.0
Plugin Packages :0.1-alpha
CAC YOURLS :1.0
Classic Editor :1.5
Cookies for Comments :0.5.5
Cookies for Logins and BuddyPress :0.1
Disable Akismet Anti-Spam :
More Privacy Options :4.6
NS Cloner – Site Copier :4.0.7
Simple CSS :1.1
Simple Trackback Validation :2.1
Viper’s Video Quicktags Migrator :1.2.2
WordPress Importer :0.7
WordPress MU Domain Mapping :0.5.5.1
PHP Version: 7.4.6
MySQL Version: 5.6.30-76.3-56-log
Web Server Info: Apache
WordPress Memory Limit: 512MB
PHP Memory Limit: 512M
PHP Upload Max Size: 40M
PHP Post Max Size: 64M
PHP Upload Max Filesize: 40M
PHP Time Limit: 30
PHP Max Input Vars: 1000
PHP Arg Separator: &
PHP Allow URL File Open: Yes
WP_DEBUG: Disabled
Show On Front: posts
Page On Front: (#0)
Page For Posts: (#0)
OK thanks.
I’m sorry but I have no solution to your problem for the moment.
I’m not able to reproduce the problem and I don’t know what could be the cause of it if it’s not due to a third party plugin conflict.
I’ve done a bit of digging into this and I can see that this line https://github.com/presscustomizr/customizr/blob/c6fcfa1475a1fbc9ac660ecc9a584d007fef262e/templates/index-no-model.php#L183 is returning false on the front page, but not on archive pages. I’m unsure how to debug this further. Perhaps this is a helpful pointer for you @nikeo ?
Thanks, @boonebgorges. Any clue about this @nikeo? We are still trying to solve this issue.
@boonebgorges, just to be sure, have you also checked your options in Customizing ▸ Main Content ▸ Post/Page Navigation ?
Problem solved.
Custom css was hiding the navigation pages in the footer:
.post-navigation {
display:none;
}