-
AuthorPosts
-
May 13, 2016 at 10:12 am #631955
Hi there,
Layout Builder has been disappeared on admin side. After I updated the theme, I couldn’t reach/edit my homepage (triohrc.com) from admin side. I changed layout editor to text mode then tried to change the page then saved. It disappeared. I called old versions to make it appear.
Now, I’m not able to see page’s content with layout editor and edit it. What’s wrong with it?
May 13, 2016 at 12:14 pm #632009Hey erkuto,
If you are able to login as admin please add the below code in functions.php
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 still have any issues let us know more details about it and post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
VinayMay 13, 2016 at 12:23 pm #632013Hi Vinay,
I tried to add it functions-enfold.php but nothing changed. I’m sharing the credentails I created for you in private content.
Let me know about the process. By the way, please note that I’m currently not using a child theme so let me know if you’ll change anything need to follow for next update.Thanks,
OrhanMay 13, 2016 at 6:15 pm #632179Hi Orhan,
The code Vinay provided needs to be added to the file functions.php, not functions-enfold.php. Please remove the code from the file you added it to and try placing it in the functions.php file.
If you still have issues let us know.
Best regards,
JordanMay 15, 2016 at 4:31 pm #632526It worked. Thanks!
May 15, 2016 at 9:24 pm #632582Hi!
Glad you got it short out!
Please do let us know if we could do anything else for you,we would be more than happy to assist further!
Also – if you can please share a moment to rate our theme, we do need that also!Thanks for everything!
Regards,
BasilisDecember 10, 2016 at 8:16 am #722660You can close the topic ;)
December 10, 2016 at 3:44 pm #722692Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘I lost my homepage after I update the theme’ is closed to new replies.