• Resolved lolitsjohnnyboy

    (@lolitsjohnnyboy)


    Ich habe im Code einen Fehler gefunden, nachdem ich mich gewundert habe, warum sich der “Show Again” Button nicht mehr deaktivieren l?sst. Anscheinend habt ihr die überprüfung der Einstellung auskommentiert:

    //if($the_options['showagain_tab'] === true) 
    //{
    	$show_again=__($the_options["showagain_text"],'cookie-law-info');
      	$notify_html .= '<div id="' . $this->cookielawinfo_remove_hash( $the_options["showagain_div_id"] ) . '" style="display:none;"><span id="cookie_hdr_showagain">'.$show_again.'</span></div>';
    //}

    Findet sich in der Datei class-cookie-law-info-public.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @lolitsjohnnyboy,

    The code you are referring is obsolete now and therefore you can ignore it. Show again tab is controlled via Javascript in the latest version.

    Please try clearing the site cache.

    Thread Starter lolitsjohnnyboy

    (@lolitsjohnnyboy)

    I’ve did but this has only partly success. When I visit my privacy page, the button is still visible. So I’ll keep the obsolete code implemented until it’s 100 % replaced and working.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @lolitsjohnnyboy,

    If you have chosen to hide the gdpr cookie consent notice in privacy page, and then the minimized view of the bar will be shown in privacy page since there is no other option for a user to interact or view the cookie notice from there. This is not an error to be fixed. Hope you understand.

    Let us know if anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fehler im Code’ is closed to new replies.