• Resolved Tschuliaaa

    (@tschuliaaa)


    Hi there,

    I am using Wix. I have the problem that in the Admin area I can’t use the Widget or Quick edit Options because no drag and drop or pop-up options are able use.

    After reading two hours now and using the Firebug Console tool I know that there must be something with the javascript or j query or AJAX versions.

    In console Tool I get : Error: Syntax error, unrecognized expression: ?page=twoclick_buttons&tab=button-settings
    for line
    and this one TypeError: e is undefined

    …Class(“hidden”)?b():f[“wp-auth-check”]&&!e.hasClass(“hidden”)&&c())}).on(“heartb…

    If I activate the 2014-Theme for example the errors are gone.
    So it has to be in connection to the theme.

    Hope to hear from you soon.

    Greetings Julia

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author FasterThemes

    (@fasterthemes)

    Hi Julia.
    This is not the issue with the theme. this is the issue with your browser’s cache. Clear your cache and you’ll find that everything is working.
    For a free theme, such initial reviews (2/5) never encourage theme developers. We develop free themes so that people don’t spend money on buying expensive themes from the marketplaces.
    Anyways, it’s your wisdom to select the ratings and feedback. I can’t force you to do anything with that.
    As far as issue is concerned, clear your browser’s cache and it’ll be gone.
    Hope this helps.
    Thanks.

    Thread Starter Tschuliaaa

    (@tschuliaaa)

    Hi,

    no sorry, the problem still exists. There is no problem with the Browser cache. I am clearing my cache about 20 times a day. It would have been great if this could be the solution.

    I have already tried to use the Plugin “Use Google Libraries” with no success.

    This is really simple: activate theme Wix –> error.
    Activate other theme, e.g. Twenty Fourteen –> no error

    I can’t use the Widget area in the wp-admin Backend.

    Using Firefox 31.0.

    Greetings Tschuliaaa

    Theme Author FasterThemes

    (@fasterthemes)

    We are not getting any error here.
    Not sure what is the issue at your end. We also tested couple of times after you raised this but everything is working as expected.

    Comment out this line in functions.php:

    require_once('theme-option/fasterthemes.php');

    and everything will be back to normal (if not – rename the theme-option directory to something else to be sure). You don’t need those options probably anyway.

    Thread Starter Tschuliaaa

    (@tschuliaaa)

    Hello Tigr,

    yes great! Thank you so much. This was exactly what to do.
    Can you explain what was the error in detail?

    Greetings Tschuliaaa

    Hi, Tschuliaaa!

    I am sorry, I did not look into it. I just noticed that the way they load theme options into the admin panel broke things, so I disabled that. I do not need theme options anyhow.

    Cheers,
    Albert

    Hi,

    I have same problem, and have found the solution.
    In my theme have this file:
    require get_template_directory().’/inc/admin-panel/theme-options.php’;

    In this, look for js enqueue script, in my case ex:
    _enqueue_script( ‘custom_js’, get_template_directory_uri().’/inc/admin-panel/js/custom.js’, array(‘jquery’) );

    In the custom.js look for simliar code ex:
    if ( typeof(localStorage) != ‘undefined’ ) {
    active_tab = localStorage.getItem(“active_tab”);
    }

    Comment it, test if the error disappears.

    Greetings, and thnx

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘AJAX or Javascript error – wp-admin/load-scripts.php’ is closed to new replies.