Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #643704

    Hello There,

    I recently updated my website to the latest wordpress version and my past client logo on the bottom of my home page disappeared.

    How do I make them visible again?

    Regard,

    Aldrine

    #643892

    Hi boothography,

    I’m not sure what you mean has disappeared, could you try to explain a bit further please? Also, you have two installations of the theme and the old one is active. Latest version of the theme is now 3.6.

    Best regards,
    Rikard

    #644437

    I used to have logos of my past clients on the bottom of my home page and now its gone.

    I tried to upgrade to the latest version of enfold theme and it says “You do not have sufficient permissions to access this page.”

    Regards,

    Aldrine

    #644604

    Hi,

    Please try adding this to the bottom of your functions.php file under Appearance–>Editor:

    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');

    Try to log in and out of WordPress if you keep getting that error message.

    Regards,
    Rikard

    #645135

    Hi Rikard,

    We are with wordpress.com not wordpress.org I believe the code you entered is for .org wordpress websites.

    Regard,

    Aldrine

    #645547

    Hi,

    You are currently using an older version of the theme. Please update Enfold to the latest version 3.6.1 – 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

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.