Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Plugins
    In reply to: [GDPR] Fatal error

    I can’t see your screenshot but I’m getting the same behaviour. I think disabling the telemetry would be a very good idea.

    the error I’m seeing in the log is “Call to undefined function is_user_logged_in() post.php:2250″. the stack trace shows.

    #0 /wp-includes/post.php(6067): _count_posts_cache_key(‘telemetry’, ‘readable’)
    #1 /wp-includes/class-wp-hook.php(286): _transition_post_status(‘publish’, ‘new’, Object(WP_Post))
    #2 /wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #3 /web/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /web/wp-includes/post.php(4095): do_action(‘transition_post…’, ‘publish’, ‘new’, Object(WP_Post))
    #5 /wp-includes/post.php(3555): wp_transition_post_status(‘publish’, ‘new’, Object(WP_Post))
    #6 /wp-content/plugins/gdpr/admin/class-gdpr-telemetry.php(151): wp_insert_post(Array)

    hope that helps track it down

    I’m getting the same issue.

    (index):392 Uncaught TypeError: $ is not a function
    Error is occurring in this block

    <script> var $ = jQuery;
    $(document).ready(function(){
    // Error occurs on the next line
    $(document).on(“change”, “[data-has_field_rules=yes]”, function(){
    });
    });
    </script>

    I believe you want

    <script> var $ = jQuery;
    $(document).ready(function(){
    var $ = jQuery;
    $(document).on(“change”, “[data-has_field_rules=yes]”, function(){
    });
    });
    </script>

    Thread Starter protostack

    (@protostack)

    I ended up using a label with CSS. All good and thanks for a great plugin.

    Thread Starter protostack

    (@protostack)

    It seems to be OK when the browser zoom is 90%, 110% and 125%
    at 150% and 175% the problem is less noticeable but still there
    at 80% and 100% the problem is very noticeable

    Did you end up finding a solution?

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