• Good day,
    currently there is an error between Age Gate and Borlabs Cookie. When Age Gate is activated, the buttons of Borlabs Cookie can no longer be pressed.

    Please fix the error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @2concepts,

    This is not an error, it is and accessibility feature for overlays. However you can turn it off in Age Gate -> Advanced -> Trap focus in the admin area.

    Thanks
    Phil

    Plugin Author Phil

    (@philsbury)

    Hi again @2concepts,

    You can now add additional elements to the trap should you wish (in 2.18.4).

    There is a filter for where you can add additional elements:

    
    add_filter('age_gate/trap_elements', function ($arr) {
        $arr[] = 'css-selector-for-your-cookie-notice';
        return $arr;
    });
    

    Thanks
    Phil

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

The topic ‘Borlabs Cookie Error’ is closed to new replies.