Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1196452
    Chris Stovall
    Participant

    I’m having an issue with the testimonials plugins pagination working properly with cornerstone on.
    https://codecanyon.net/item/testimoonials-wordpress-plugin/5710957?s_rank=3

    Here’s the site:
    http://162.144.201.72/~studiobookings/

    In the “What some of our customers are saying” section.

    Login details to follow.

    #1196460
    Chris Stovall
    Participant
    This reply has been marked as private.
    #1196848
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please edit your page back in Cornerstone. Go to the settings tab, Settings > Custom JS and insert the following custom js code

    (function($){
      $(document).ready(function(){
        $('.page-numbers').on('click', function(){
          window.location.href = $(this).attr('href');
          console.log('Clicked');
        });
      });  
    })(jQuery);

    We would loved to know if this has work for you. Thank you.

    #1197525
    Chris Stovall
    Participant

    This works but it forces the site to reload causing the counters below it to re-count every time you hit the pagination buttons.

    #1197921
    Rue Nel
    Moderator

    Hello There,

    The plugin should work out out of the box. It may not be using an ajax call. This sounds like you might be having an issue with a third party plugin. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1198525
    Chris Stovall
    Participant

    Got it.

    #1198622
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1196452 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>