Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #627835

    I have a couple of site hosted with GoDaddy Managed WordPress and they utilize the Enfold theme. I have had a few occasions that the slideshows stop displaying. I have to go in and clear the GoDaddy Cache, as well as do a hard reset on the browser.

    Have you figured out what the issue is with the GoDaddy Managed WordPress system? I have added the following to the child theme functions.php with no luck:
    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’);

    add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
    function change_graphic_lib($array) {return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );}

    Thank You!
    Beth

    #628975

    Hey cinchmedia,

    Thank you for using Enfold.

    We checked both sites but only “hogwildbbq” site is working and it is using the revolution slider which is not a native theme slider. Is this happening if you use the theme slider? Please contact the plugin author for more info.

    Best regards,
    Ismael

    #628980

    I’m sorry… the second site listed (added the url to the private comments below. It is using the theme slider, and the issues have been the same as the revolution slider. I have had a few occasions that the slideshows stop displaying. I have to go in and clear the GoDaddy Cache, as well as do a hard reset on the browser.

    #629700

    Hey!

    Alright. We can see the site now and we found a few errors. We found that there is an unwanted character (Â) added in the js > avia.js and shortcodes.js file, line 1910 and 2940 of the files respectively:

    if(position == "top" || position == "bottom")
    
    var redirect_to = form.data('avia-redirect') || false,
    

    Please get a fresh copy of those files then replace them via FTP.

    Best regards,
    Ismael

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