• Resolved legarsfred

    (@legarsfred)


    Hi,

    I have a problem. On my site, as I am a podcast site, the player is displayed at the bottom of the screen and the minimized banner (after consent) goes behind the player so we can’t catch it anymore.

    I’ve followed this page on your site : https://complianz.io/css-lesson-23-your-manage-consent-button-as-floating-widget/

    But it didn’t work. It’s giving me a flat scrap oval without design.

    I’d like to find a solution so the trigger button to call back the consent banner is at the position a want (jut up my player).

    Can you help me doing this ? I don’t understand a single word of your CSS explanations which are very poorly written.
    Maybe you can repair the css on the page above so I can see a real cookie and not a awful blob

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @legarsfred,

    If you just want to make the standard Manage Consent button appear ‘on top’ of the player, you can raise the z-index to a higher value. The below CSS will make the Manage Consent button appear on top of the player.

    #cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent {
        z-index: 99999;
    }

    The CSS in the article still seems to work fine (example here), but I suspect that you hadn’t installed the Font Awesome plugin; so the icon never appears as a result.

    Kind regards, Jarno

    • This reply was modified 8 months ago by jarnovos.
    Thread Starter legarsfred

    (@legarsfred)

    Hi @jarnovos,

    And thank yo_u for your quick answer.

    Concerning the floating cookie. I added font awesome and the CSS given on the page of Complianz site in the custom css box . I now can see the cookie font. But the circle is still not here. Must be a conflict somewhere? It was the best solution for me though, because I can place it the way I want. If you’ve got some clue to help me having a round cookie…

    For the z-index. It works perfect and I will take this solution until I find a way to solve the floating cookie issue.

    Thank you.

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @legarsfred,

    No problem, glad my answer was useful to you.

    I think all you have to do to correct the ‘oval’ icon is navigating to Complianz -> Consent Banner -> Texts -> Text on the manage consent tab, and replace the text that the field currently contains with a single dot.

    Kind regards, Jarno

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trigger Cookie position’ is closed to new replies.