• Resolved oleenbrian

    (@oleenbrian)


    Hello,

    Please excuse me as I am a WordPress rookie but I am having some issues now that I have updated to WP 4.0. If anyone can help that would be great.
    The issues I have so far are
    1. When I go to a page to edit it all I get is a turning circle like it is trying to load but never does. I am using Avia Layout builder.
    2. I can create new posts on my blog but many of the tool bar buttons are not working for me now, the add a link button as stopped working.

    I can provide more information if needed, I am unsure of what to do but need to make updates to my website and I am stuck.

    Thanks in advance,
    Brian

Viewing 3 replies - 16 through 18 (of 18 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Brian said he updated his theme and that resolved his issue. If that hasn’t worked for you then unfortunately you are not experiencing the same issue and you should create a new thread: https://wordpress.org/support/forum/how-to-and-troubleshooting#postform

    I had the same issue with the propulsion theme which I couldn’t easily update since it was filled with custom code.
    This theme also uses the avia layout builder.
    If anyone has the same issue, it may come from the unquoted expression :
    filter('a[rel=' + hash + ']');
    Just replace it with
    filter('a[rel="' + hash + '"]');

    francisperron

    (@francisperron)

    Thanks tahitibob0!

    If someone else trying to find the code, here it is:
    /wp-content/themes/enfold/framework/js/avia_colorpicker.js
    (In my version it was on line 948).

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘Upgraded to WordPress 4.0 Issues’ is closed to new replies.