Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Campy

    (@jerancampy22)

    I added

    function my_gwolle_gb_register() {
    wp_enqueue_script(‘gwolle_gb_frontend_js’);
    wp_enqueue_style(‘gwolle_gb_frontend_css’);
    }
    add_action(‘wp_enqueue_scripts’, ‘my_gwolle_gb_register’, 20);
    }

    and cleared cache and it seems to work!

    Plugin Author Marcel Pol

    (@mpol)

    Hmm, I do get an error in the JS in your theme.

    TypeError: _href is undefined
    	_href = _href.split('.');

    You could see if there is an update for the theme, or otherwise contact the theme author.

    Thread Starter Campy

    (@jerancampy22)

    Yeah it does not work again. What would I need to tell theme author. It is a premium theme from Envato. Do I just tell him

    TypeError: _href is undefined
    _href = _href.split(‘.’);

    Will adding the ?nooptimize=1 thingy help at the end of the url?

    Plugin Author Marcel Pol

    (@mpol)

    Just tell them the URL, and that it is happening on js/global.js on line 286.
    It happens to me on Firefox 4.5.

    I don’t know what the nooptmize thing does. Does that concatenate JS? You might want to disable it and try without.
    And you do have the latest version of that theme, right?

    Hello,

    I have a pb with the Add entry button and I don’t know how to code. The button worked perfectly, and stopped. I upedated all the plugin and the wp version, and my theme.

    the website : https://www.couleurs-reflexo.fr/livre-dor/

    Do you have another solution ?
    Thanks for your help.

    Charline

    Plugin Author Marcel Pol

    (@mpol)

    Hi webtouching, you are hijacking someone else’s topic, please don’t do that again.

    I don’t know what is happening at your site. Everything looks in order to me.
    The only option I know is to disable all plugins and switch to a default theme. Then see if it works. If so, enable things one by one to see where the problem is.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘My Guest Book “Add Entry” Broke’ is closed to new replies.