Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #614530

    My testimonial section just stopped working. There have been upgrades to Enfold and WordPress very recently. Any idea what is going on?
    Websites as ronmann.com and ronmanngolf.com
    Thanks,
    Ron

    #614531

    Here is an example of one page that is not working: https://ronmanngolf.com/certification-training/

    #615356

    Hi,

    Could you try adding the following to your functions.php file to see it that helps please?

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Regards,
    Rikard

    #615538

    I added that code and it broke my website so it would not load at all.
    The testimonial slider functions works on my site at ronmann.com but not at ronmanngolf.com
    The pdf plugin now does not work on either site.
    Any ideas?

    #616059

    Hi,

    Then you must have done something wrong, please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.