• Hello,
    I have a problem. The lightbox does not work with the plugin. The browser console throws me this error:



    script.js:1 Uncaught Error: It looks like your website URL has been changed. To ensure the proper functioning of your banner, update the registered URL on your CookieYes account (More > Site Settings) and reload this page to retry. If the issue persists, contact us at https://www.cookieyes.com/support.
    at script.js:1:86902
    at script.js:1:96423
    at script.js:1:96426
    jquery-migrate.min.js?ver=3.4.1:2 JQMIGRATE: Migrate is installed, version 3.4.1
    tlcargo.cz/:223 Uncaught SyntaxError: missing ) after argument list
    connect.facebook.net/en_US/fbevents.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
    Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factor'.
    googleads.g.doubleclick.net/pagead/id:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
    static.doubleclick.net/instream/ad_status.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
    navigation.js:1 Failed to load resource: the server responded with a status of 404 ()
    jquery.min.js?ver=3.7.0:2 jQuery.Deferred exception: jQuery(…).photobox is not a function TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. (https://tlcargo.cz/about/:712:32)
    at e (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26990)
    at t (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:27292) undefined
    ce.Deferred.exceptionHook @ jquery.min.js?ver=3.7.0:2
    jquery.min.js?ver=3.7.0:2 jQuery.Deferred exception: jQuery(…).photobox is not a function TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. (https://tlcargo.cz/about/:863:32)
    at e (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26990)
    at t (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:27292) undefined
    ce.Deferred.exceptionHook @ jquery.min.js?ver=3.7.0:2
    jquery.min.js?ver=3.7.0:2 jQuery.Deferred exception: jQuery(…).photobox is not a function TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. (https://tlcargo.cz/about/:1300:32)
    at e (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26990)
    at t (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:27292) undefined
    ce.Deferred.exceptionHook @ jquery.min.js?ver=3.7.0:2
    jquery.min.js?ver=3.7.0:2 jQuery.Deferred exception: jQuery(…).photobox is not a function TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. (https://tlcargo.cz/about/:1711:32)
    at e (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26990)
    at t (https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:27292) undefined
    ce.Deferred.exceptionHook @ jquery.min.js?ver=3.7.0:2
    jquery.min.js?ver=3.7.0:2 Uncaught TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. ((index):712:32)
    at e (jquery.min.js?ver=3.7.0:2:26990)
    at t (jquery.min.js?ver=3.7.0:2:27292)
    jquery.min.js?ver=3.7.0:2 Uncaught TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. ((index):863:32)
    at e (jquery.min.js?ver=3.7.0:2:26990)
    at t (jquery.min.js?ver=3.7.0:2:27292)
    jquery.min.js?ver=3.7.0:2 Uncaught TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. ((index):1300:32)
    at e (jquery.min.js?ver=3.7.0:2:26990)
    at t (jquery.min.js?ver=3.7.0:2:27292)
    jquery.min.js?ver=3.7.0:2 Uncaught TypeError: jQuery(…).photobox is not a function
    at HTMLDocument. ((index):1711:32)
    at e (jquery.min.js?ver=3.7.0:2:26990)
    at t (jquery.min.js?ver=3.7.0:2:27292)

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi @petanovotny234,

    Thanks for contacting us.

    Please share the live page URL where you are using the plugin.

    Thanks

    Thread Starter petanovotny234

    (@petanovotny234)

    Plugin Author A WP Life

    (@awordpresslife)

    Hi @petanovotny234,

    Apologizing for the late reply, we were on vacation.

    Please check if your theme has the option to load JS/jQuery in the header and enable it.

    Thanks

    Thread Starter petanovotny234

    (@petanovotny234)

    Hello,
    I tried adding this code to functions.php but the error persists.

    head.php

    <!-- Title -->
    <?php wp_head(); ?>

    functions.php

    function load_jquery_and_photobox() {
    
    if (!wp_script_is('jquery', 'enqueued')) {
    
        wp_enqueue_script('jquery');
    }
    
    // Load script Photobox
    wp_enqueue_script('photobox', 'https://tlcargo.cz/wp-includes/js/jquery/jquery.min.js?ver=3.7.0', array('jquery'), '3.7.0', true);
    
    }
    
    add_action('wp_enqueue_scripts', 'load_jquery_and_photobox');

    Plugin Author A WP Life

    (@awordpresslife)

    Please remove the script and try this plugin – https://wordpress.org/plugins/force-jquery-in-head/

    Thanks

    Thread Starter petanovotny234

    (@petanovotny234)

    Hello,
    plugin activated, code removed, error persists.

    Plugin Author A WP Life

    (@awordpresslife)

    Which theme are you using?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error’ is closed to new replies.