Hi,
The pagination is really messed on a site I’m working on, it’s flickering and won’t allow me to click to get to the second page.
You can find the problem here – http://yogidev.co.uk/archdiocese/ Under the NEWS section, on the right below the banner.
Thanks,
Matt
Hi Matt!
You are using an old version of the theme, so please upgrade to Enfold 3.4.7 and let us know if you still need help afterwards.
Best regards,
Andy
Hi, updated, same problem persists
Any help would be great.
Thanks,
Matt
Hi!
You have following code in your custom CSS
.main_color .rounded-container, #top .main_color .pagination a:hover, .main_color .small-preview, .main_color .fallback-post-type-icon {
display: none;
}
Please change it to
.main_color .rounded-container, .main_color .small-preview, .main_color .fallback-post-type-icon {
display: none;
}
Regards,
Yigit