Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #632009

    Hey 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,
    Vinay

    #632013

    Hi 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,
    Orhan

    #632179

    Hi 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,
    Jordan

    #632526

    It worked. Thanks!

    #632582

    Hi!

    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,
    Basilis

    #722660

    You can close the topic ;)

    #722692

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘I lost my homepage after I update the theme’ is closed to new replies.