-
AuthorPosts
-
April 16, 2016 at 12:52 pm #615441
Hi,
Why my full width sliders and contact form have disappeared after WP updated automatically?
Help,
XN
April 16, 2016 at 2:42 pm #615461Add this to your function.php theme file
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');if you dont want to update new enfold theme ofcourse
-
This reply was modified 9 years, 7 months ago by
Slavisa Ristic.
April 16, 2016 at 2:49 pm #615465I have Theme Functions function.php
And function-enfold.phpSo, should I enter ONLY in the theme options functions.php?
Thanks
XandriaApril 16, 2016 at 3:27 pm #615471Hi!
Yes that is correct please add it to functions.php
Best regards,
VinayApril 16, 2016 at 3:31 pm #615472Sorry, last thing, can I paste it anywhere or specific line? (Last time I added a code in there, it messed up my site)
April 18, 2016 at 5:38 am #616023April 18, 2016 at 5:59 am #616037Thank you so much Slavisa for the code. It works perfectly fine :)
April 18, 2016 at 6:43 am #616076Hey!
Glad you got it short out, but please note that is just a quick fix.
You will have to update both theme and wordpress and then clear your cache to make sure images come up properly.
Been on latest Jquery version, is something really needed to happen.Regards,
BasilisApril 18, 2016 at 6:59 am #616089Hello Basilis,
I have checked on my dashboard and there is no update for Enfold. Currently it is 3.4.6 and WP is 4,5
How do I update Enfold?
Thanks
XNApril 19, 2016 at 7:06 am #617141Hi,
Could you try the following plugin in order to clear WordPress transients please: https://wordpress.org/plugins/artiss-transient-cleaner/
If that should not work then please try to update manually: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
RikardApril 19, 2016 at 7:46 am #617174Hello Rikard,
I installed the plugin and updated the theme, My sliders are gone once again :(
April 19, 2016 at 7:49 am #617176I have inserted the code again. It’s working now :D
April 21, 2016 at 5:14 am #618869 -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
