Tagged: color section, hidden content
All pages that have a colour section at the top, also have some content and a contact form.
I’ve recently updated WordPRess and now those elements are not displaying.
Please help!!
Hi Gwellins,
Please try adding the following to your functions.php to if it helps:
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');
Best regards,
Rikard
Hi Rikard,
Thanks for the quick reply. I tried to implement the code but it crashed the site. I’ve given you access to FTP, could you please try implementing this?
Kind regards,
Gideon
Hi,
I get a 404 error on the login page, could you check please?
Best regards,
Rikard
Try this?
Hey!
The user is not an admin so we can’t do anything to the site. Please give us full admin rights to the dashboard. Make sure that you have the latest theme (3.5.3) and WP (4.5) version.
Cheers!
Ismael
Permissions updated to admin. As far as I can see. Everything is up to date.
Thanks
Hey!
You are currently using an older version of the theme (3.2.3). Please update Enfold to the latest version 3.5.3 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Regards,
Yigit
Thanks Yigit,
My theme wasn’t showing that an update was required, so I thought I was on the latest version.
All is updated and sorted now, thanks for all your help.
Kind regards,
Gideon
Hey!
Glad we could help :) We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
Vinay