-
AuthorPosts
-
May 5, 2016 at 2:34 pm #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!
BethMay 9, 2016 at 4:20 am #628975Hey 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,
IsmaelMay 9, 2016 at 5:04 am #628980I’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.
May 10, 2016 at 8:16 am #629700Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
