Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #615770

    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!!

    #616192

    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

    #616201

    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

    #617180

    Hi,

    I get a 404 error on the login page, could you check please?

    Best regards,
    Rikard

    #617184

    Try this?

    #619502

    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

    #619684

    Permissions updated to admin. As far as I can see. Everything is up to date.

    Thanks

    #619902

    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

    #620745

    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

    #620765

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Color Section Hiding Content in Columns’ is closed to new replies.