• Resolved enmarwa1992

    (@enmarwa1992)


    Hi, I’m running into a problem after installing and setting up the plugin.

    ** When it is activated, clicking »Accept«, results in a redirect to “[current url]/undefined” resulting in a 404-error.

    **also nothing is recorded in Cookie list.

    Example: Visiting website.com → click »Accept« in cookie popup → Page sets correct cookies and redirects to website.com/undefined

    I wish to figure out how to stop the redirect.

    Hope you can help me figure out how to fix the problem.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @enmarwa1992,

    We checked the site and found a conflict with the theme file.

    http://ptt.puttmann.com/wp-content/themes/skape/assets/scripts/vlt-controllers.min.js

    Please change the code in theme as follows,

    linkElement:'a:not([data-elementor-open-lightbox]):not([data-fancybox]):not([data-vp-filter]):not([target="_blank"]):not([href^="#"]):not([rel="nofollow"]):not([href~="#"]):not([href^=mailto]):not([href^=tel]):not(.sf-with-ul)',

    to

    linkElement:'a:not([data-elementor-open-lightbox]):not([data-fancybox]):not([data-vp-filter]):not([target="_blank"]):not([href^="#"]):not([rel="nofollow"]):not([href~="#"]):not([href^=mailto]):not([href^=tel]):not(.sf-with-ul):not(.cli_settings_button,.cli-plugin-button,.cli-settings-mobile,.cli-privacy-readmore)',

Viewing 1 replies (of 1 total)

The topic ‘undefine redirection , empty cookie list’ is closed to new replies.