• Resolved collapsing_os

    (@collapsing_os)


    Hi folks,

    I don’t know when it started to happen, but in mobile view, the cookie banner’s setting button is not shown. In desktop view, there is no issue.

    This is important for users that want to change there decision. Users can access the bar by hovering with the mouse over the red button on the lower left hand side (see website). I am absolutely sure that such a button did exist in the mobile view. I verified the setting of the bar and could not find any hint how to activate the button in mobile view.

    I’ve tested several positions for the cookie banner. But no position did any change. So I want to ask you what went wrong and how can I change it. Using plugins like Autoptimize or not does not make any difference.

    Thank you for any hint.

    Greetings from Germany,
    Henning

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @collapsing_os,

    We have hidden the mobile view of the settings button, because feedback suggested the button was sensitive to people swiping from the bottom of the screen. Settings can always be changed on the cookie policy.

    If you want to show it again, the below CSS should work.

    @media screen and (max-width: 768px)
    .cc-revoke {
    display: block !important;
    }

    regards Aert

    Thread Starter collapsing_os

    (@collapsing_os)

    Hello Aert,

    thank you for your response. I have an additional question: Where should the CSS be added? In the theme’s CSS? Or where?

    Thank you
    Henning

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @collapsing_os,

    Your theme’s CSS would be fine. You can use Appearance -> Customizer -> Extra CSS as well. regards Aert

    Thread Starter collapsing_os

    (@collapsing_os)

    Hi Aert,

    unfortunately this did not change anything. I deactivated Autoptimize in hope that changes anything, I’ve added the code to the style.css of the child theme directly (Yes, it’s activated). The revoke button (“Einstellungen” on my German blog) doesn’t appear in mobile view.

    Greetings
    Henning

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @collapsing_os,

    My bad; it should be:

    @media screen and (max-width: 768px) {
    .cc-revoke {
    display:block !important
    }
    }

    Thread Starter collapsing_os

    (@collapsing_os)

    Perfect!

    Thank you very much, Aert! Now it works. I’ve cleared the cache in Autoptimize and the browsers I used for tests. And now everything is good.

    Cheers and again thank you,
    Henning

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No “seetings” button for the cookie bar in mobile view’ is closed to new replies.