Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same problem.
    I’m not able to get hustle pro running on my site.

    Thread Starter aflx

    (@aflx)

    Hm.
    Thanks for your fast reply!!!

    Is it possible to choose the behaviour?
    It is not very GDPR complaint if I save without consent.

    Alex

    PS: For now I edited the plugin and added a return if not checked:

    $tags = array();
    if ($newsletter_opt_in) {
    $tags[] = ‘newsletter_opt_in’;
    } else {
    return;
    }`

    But of course it would be much nicer to have an option in the admin panel ??

    • This reply was modified 2 years, 5 months ago by aflx.
    Thread Starter aflx

    (@aflx)

    Ok, I figured it out.
    It seems like there is a conflict with my theme (BLDR Pro by ModernThemes)…
    When I switch the theme, Yoast is back again.

    Thread Starter aflx

    (@aflx)

    A. Yes, all plugins are updated.

    B. Does this help?

    directly on loading in load-scripts.php

    Uncaught TypeError: Cannot read property ‘isArray’ of undefined
    at new wp.Backbone.Subviews (load-scripts.php?c=0…p-api&ver=5.0.3:255)
    at n.constructor (load-scripts.php?c=0…p-api&ver=5.0.3:255)
    at n.constructor (load-scripts.php?c=0…p-api&ver=5.0.3:293)
    at new n (load-scripts.php?c=0…p-api&ver=5.0.3:252)
    at HTMLDocument.init (load-scripts.php?c=0…p-api&ver=5.0.3:297)
    at i (load-scripts.php?c=0…-widget&ver=5.0.3:2)
    at Object.fireWith [as resolveWith] (load-scripts.php?c=0…-widget&ver=5.0.3:2)
    at Function.ready (load-scripts.php?c=0…-widget&ver=5.0.3:2)
    at HTMLDocument.K (load-scripts.php?c=0…-widget&ver=5.0.3:2)

    Uncaught TypeError: Cannot read property ‘each’ of undefined
    at n.constructFromSchema (load-scripts.php?c=0…p-api&ver=5.0.3:303)
    at n.<anonymous> (load-scripts.php?c=0…p-api&ver=5.0.3:303)
    at n.<anonymous> (load-scripts.php?c=0…p-api&ver=5.0.3:252)
    at n.<anonymous> (load-scripts.php?c=0…p-api&ver=5.0.3:249)
    at _ (load-scripts.php?c=0…p-api&ver=5.0.3:252)
    at m (load-scripts.php?c=0…p-api&ver=5.0.3:252)
    at f (load-scripts.php?c=0…p-api&ver=5.0.3:252)
    at n.u.trigger (load-scripts.php?c=0…p-api&ver=5.0.3:252)
    at n.set (load-scripts.php?c=0…p-api&ver=5.0.3:252)
    at Object.t.success (load-scripts.php?c=0…p-api&ver=5.0.3:252)

    After some time:

    wp-auth-check.min.js

    Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
    at HTMLDocument.<anonymous> (wp-auth-check.min.js?ver=5.0.3:1)
    at HTMLDocument.dispatch (load-scripts.php?c=0…-widget&ver=5.0.3:3)
    at HTMLDocument.r.handle (load-scripts.php?c=0…-widget&ver=5.0.3:3)
    at Object.trigger (load-scripts.php?c=0…-widget&ver=5.0.3:3)
    at Object.a.event.trigger (load-scripts.php?c=0…-widget&ver=5.0.3:9)
    at HTMLDocument.<anonymous> (load-scripts.php?c=0…-widget&ver=5.0.3:3)
    at Function.each (load-scripts.php?c=0…-widget&ver=5.0.3:2)
    at a.fn.init.each (load-scripts.php?c=0…-widget&ver=5.0.3:2)
    at a.fn.init.trigger (load-scripts.php?c=0…-widget&ver=5.0.3:3)
    at Object.<anonymous> (heartbeat.min.js?ver=5.0.3:1)

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