anonymized-13171256
(@anonymized-13171256)
Thanks for the details.
Check for JavaScript errors (help if you need it). The pagination is added via JavaScript loaded in the footer so script errors from the theme or other plugins may prevent it from running.
Can you explain this a bit more?
added your function to my child theme’s functions for html commenting
Thread Starter
cq
(@cq)
Thanks for the quick reply! I am checking javascript now.
I added this function, per your instructions here, just in case:
https://wordpress.org/support/topic/if-the-pagination-controls-are-not-working-right?replies=1
Thread Starter
cq
(@cq)
the only javascript errors i see are deprecated warning related to jquery. i also installed debug this, and see strong testimonials appear there.
If I go to the page source, I see the following. I think I would expect to see pagination here, but I could be completely off-base:
<header class="entry-header">
<h1 class="entry-title post-title">Testimonials</h1>
</header><!-- .entry-header -->
<div class="post-entry">
<!-- value: 0-->
<div class="strong-container ">
<div class="strong-content ">
<div class="testimonial post-2312">
<div class="inner">
<h3 class="heading">I Feel Great!</h3>
anonymized-13171256
(@anonymized-13171256)
The pagination is added entirely by the script. You will not see any evidence of it if the script does not load. The next version of the plugin will add a “strong-paginated” class for just such troubleshooting.
Deprecated jQuery warning? Is the theme or another plugin trying to load another copy of jQuery instead of relying on the version packaged in WordPress? This has caused problems before.
Are you using a shortcode or a custom page template? Is it a drag-and-drop page builder type of theme?
Thread Starter
cq
(@cq)
ok, i did indeed have some code that i had tested previously that was giving the deprecated warning. i got rid of that and i have no errors now.
i am using the shortcode, as follows:
[strong newest count="10" per_page="10" nav="before,after" title thumbnail]
[client]
[field name="client_name" class="name"]
[field name="company_name" url="company_website" class="company" new_tab]
[/client]
[/strong]
I am using the responsive theme by Cyberchimps
anonymized-13171256
(@anonymized-13171256)
10 testimonials @ 10 per page = 1 page = no need for pagination.
Thread Starter
cq
(@cq)
oops, sorry, i was testing something.
so, no count=”10″
this shows one page with all the testimonials and no pagination with 10 testimonials.
anonymized-13171256
(@anonymized-13171256)
I just tested the shortcode again in CyberChimps Responsive theme and it’s working for me.
Do you have any code in the Theme Options > Scripts sections?
To rule out a plugin conflict, can you deactivate other plugins one by one and check the page after each one?
Thread Starter
cq
(@cq)
yep, if i disable the nextgen gallery, the navigation appears. can you confirm this?
anonymized-13171256
(@anonymized-13171256)
Thanks for trying that. Yes, the same happens for me in NextGen 2.1.0. I will try to find the conflict.
anonymized-13171256
(@anonymized-13171256)
There’s appears to be no conflict with Strong Testimonials version 1.14.5 if you want to revert to that until I can figure it out.
anonymized-13171256
(@anonymized-13171256)
This is fixed in version 1.16.11.
Thread Starter
cq
(@cq)
chris, thanks for a great plugin and great support!