Viewing 25 posts - 31 through 55 (of 55 total)
  • Author
    Posts
  • #615304

    @joshuatolento Thanks Josh but I did the same with Bluehost help and it led to nowhere. It reconnected the DB and the frontpage showed up with so many defects also the admin console and AVIA would not show up.

    #615360

    I’m also on Bluehost and nope, it didn’t look right so I am restoring an older version.

    #615468

    I was also having issues with a fresh install of 4.5 and 3.5.2: http://16.berryb.com/

    Sometimes after adding an element in the visual editor the content doesn’t show up.

    Did the hard refresh but nothing.

    B

    • This reply was modified 8 years, 1 month ago by berryb.
    #615489

    @http://weed24delivery.com/

    You should really downsize your images first..

    http://abload.de/img/weedoyjj4.jpg

    #615528

    Hey!

    +1 @cherrmann

    Most of the time after the update the problems get fixed but the browser cache won’t refresh. To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    If yous till get an error in console like

    Uncaught Error: Syntax error, unrecognized expression: .main_menu .menu li > a[href*=#]
    

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

    Best regards,
    Vinay

    #615531

    I am still getting an error that says Uncaught Error: Syntax error, unrecognized expression: .main_menu .menu li > a[href*=#]

    At what line should I drop the function? Does it matter?

    #615533

    Ok….dropped at the top and it’s still messing up my site. I can now see certain elements but they don’t all display properly and can’t edit my content. *sigh*

    #615535

    Hi!

    If you are using a child theme you can place it at the bottom
    If you are using enfold main theme please add it right after the below line in functions.php

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Cheers!
    Vinay

    #615536

    Hey!


    @silviamg
    If you are still getting error message please create a new ticket(as the private content will be visible only to mods and the person who creates the thread) and provide us with the login details in private content so we can take a closer look at it.

    Cheers!
    Vinay

    #615537

    @vinay Still having problems. I did start a thread here, with my info: https://kriesi.at/support/topic/updated-to-4-5-still-cant-get-it-to-work/

    Although I have latest WordPress and theme updates, in Google Chrome I see error ‘Syntax error, unrecognized expression’ and my elements do not show up properly.

    #615559

    Hi!

    We have replied to your ticket.

    Best regards,
    Vinay

    #615631

    Wordpress 4.5, site came back online however when I try to edit a page I get an IP address http://0.0.0.17/ or else. no matter what page I try to edit.

    Any help?

    #615650

    I have this problem after the js file is updated. Google chrome reports:

    img

    Note that google page speed cache has been flushed

    • This reply was modified 8 years, 1 month ago by haydenkirk.
    #616172

    Hi @haydenkirk,

    I replied to your other thread with a possible fix, if that doesn’t work then post admin login details in private to that thread and we’ll have a look at it.

    Thanks,
    Rikard

    #616670

    Hello,
    Having the same problem as most of people: my easy sliders haven’t work just after uploading WP 4.5. What should I do?

    #617157

    This is crazy. After update to Enfold 3.5.3 then ALL the same problems are arising agin.
    The 3.5.2 alleviated and resolved all issues but your latest is bringing everythign down again . !!

    Is that easier to revert back to previous version, waiting for you to release yet another update?

    #618863

    Hi,

    Please try to follow the steps listed here: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    Best regards,
    Rikard

    #619250

    Just had the same problem and checked enfold version which was up to date..

    cleared caches and checked other browsers

    edit to theme.php fixed the problem

    so.. to those grumbling please follow the advice in https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ and this should fix the problem..

    ps enfold.. may be a good idea though to have an update available that would have avoided this happening.. two hours wasted in sorting it!

    #619298

    Hi,
    Same here.
    Sliders, Icons Box and Glossary features are not displayed anymore.
    Will try to re-update the theme as I have to do it manually.
    But am afraid to do it on some customers’ sites.

    Could you confirm if the issue is solved or not?
    And do you advise upgrading to the last WP version and the last Enfold version or to wait for a while ?

    #619423

    Problems still persisting after following recommendations in “Having problems after updating to WordPress 4.5? Please read this first!”

    Providing admin login details in private area below.
    Thanks for your help

    #619469

    My text editor is missing all the buttons/tools to do anything and my content although it appears gone is still there… I have to highlight it with my mouse.

    #619860

    Hi,
    I’ve just downloaded from Themeforest the very last version and made a manual update via ftp.
    It worked and my display bugs are now fixed (Slides and Icon boxes had disappeared)

    I did that on a personal site, so I’m my “self-customer”, and still will probably wait a while for “very demanding customers”.
    But it worked. Last release on ThemeForest + manual update via ftp.
    Best regards.
    JM

    #620499

    I have a couple of websites, that are hosted as subdomains to a primary domain. At this point, they respond the same. The subdomains needs the brand new upgrade of Enfold to work properly with WP 4.5, whereas the primary domains still drop content like sliders, testimonials, images fetched throught product grids, etc. For the primary domains, I’ve had no choice but to roll the Enfold update back to a previous version, which solved the problem.

    Just an observation, that may come in handy for someone. :-)

    #620521

    I have the same problem updating to the new version

    some images don’t show and the text doesn’t wrap just overflows

    this happens only on post not pages

    Any advise please

    #622738

    Hey!

    For everyone here, please create a new thread with the url to the site and the login credentials. We will continue there.

    Regards,
    Ismael

Viewing 25 posts - 31 through 55 (of 55 total)
  • The topic ‘URGENT – Problems after wordpress 4.5 update’ is closed to new replies.