Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #621531

    Everything has stopped working after the latest updates WordPress and Enfold. Slideshow in full screen, Masonry and has disappeared the contact form. Add a username and password as an administrator. Thank you.

    #621538

    Hi set70!

    They show up fine on my end, attached a screenshot in private content field.

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #621547

    I do not understand what happens. I refresh the page several times in various browsers and I have not seen it work my page.

    #621559

    Hi!

    Thanks for getting back to us!

    All your pages are up and working and all the elements are showing as you can see in my screenshots in the private content section. Please ensure that you have cleared your browser’s cache then do a hard refresh, ensure that you clear the cache of any caching plugin as well if you are using one.

    Cheers!
    Jordan

    #621587

    Hello,

    I do not understand why can you see my page and instead I can not see it. I followed their recommendations and I do not see my page working properly.

    #621602

    Hello,

    I tried to access my website from a mobile and have the same problems.

    #621635

    My page is still inoperative. Please help.

    #621726

    Hi!

    You should hard refresh – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    It is visible on my end on Jordan’s end and that proves that it is caching related.

    Best regards,
    Yigit

    #621738

    Hi Yigit,

    I have done several times hard refresh and website still totally inoperative.

    #621768

    At the beginning of the post, I indicated username and password to access the control panel. Please, you can enter as administrator and confirm the problem I have. Thank you.

    #622003

    Good morning, the website is still totally inoperative. Please help.

    #622136

    Please, anyone could help me?

    #622143

    Hi!

    Can you please post a screenshot and show what you are seeing?
    It still does load totally fine on my end.

    Regards,
    Yigit

    #622225

    Hi Yigit.

    I attached screenshot of my website. The home page is a slideshow full screen. The second is a masonry with blog entries and the third is the contact page where the form has disappeared. Thank you.

    #622227

    Hi!

    Can you please try disabling all enabled browser add-ons and try flushing cache once again?

    Regards,
    Yigit

    #622238

    Hi Yigit.

    I have used other browsers without plug-ins. Firefox and Explorer. I pushed the cache refresh many times and the result is the same. Thank you.

    #622253

    Hey!

    Please try adding following code to the bottom of functions.php file in 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');

    Best regards,
    Yigit

    #622278

    Hi Yigit,

    In Appearance “editor” does not appear. Only Custom, Widgets and Menus.

    #622286

    Hi!

    Then you should go to wp-content/themes/enfold/functions.php file via FTP.

    Best regards,
    Yigit

    #622304

    Hi Yigit,

    After entering the functions.php provided by you in code, the website is working properly. I do not understand this problem because all plugins are up to date. Therefore, the problem was not force the disk cache.

    Thanks for your reply.

    #622307

    Hi!

    Not really sure why it worked totally fine on our end and did not on yours but glad it is resolved now :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘My page has stopped working with WordPress 4.5 and Enfold 3.5.3. Please help.’ is closed to new replies.