• Resolved manuarmand

    (@manuarmand)


    Hi there and thank you for your great plugin.
    Is it possible to customize a little bit the toolbar with css to have a larger size for example ?
    Tks for your help.

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

    (@webtoffee)

    Hi @manuarmand,

    Please share a screenshot marking the “toolbar” that you are referring to.

    Thread Starter manuarmand

    (@manuarmand)

    Oups sorry… I mean cookie-widget or cookie-pop up. Sorry ??
    Tks

    • This reply was modified 3 years, 10 months ago by manuarmand.
    • This reply was modified 3 years, 10 months ago by manuarmand.
    Plugin Author WebToffee

    (@webtoffee)

    Hi @manuarmand,

    Please try using the below code in the active theme’s CSS to modify the size of the banner.

    #cookie-law-info-bar {
      width: 500px !important;
      height: auto !important; 
    }
    Thread Starter manuarmand

    (@manuarmand)

    Thank you so much for your quick answer ??

    I have tried to modify the font-size but it doesn’t seem to work (here : https://www.milletreize.com)
    Also how can I modify the font-color of “Message Heading” ?

    Is there a documentation where I can find all the css class to modify the info-bar ?

    Thank you so much for your great work.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @manuarmand,

    Here are some classes.

    /* Cookie Bar message */
    #cookie-law-info-bar .cli-bar-message {
      font-size: 11pt;
    }
    /* Cookie Bar message heading */
    .cli_messagebar_head {
      color: #333;
    }
    /* Settings button */
    .cli_settings_button {
      color: #333 !important
    }
    /* Accept button */
    #cookie_action_close_header {
      color: rgb(255, 255, 255) !important;
    }

    We are soon publishing an article regarding this.

    Thread Starter manuarmand

    (@manuarmand)

    Tks a lot for your very quick answer. You are amazing ??
    The article will be post here https://www.webtoffee.com/blog/ ?

    And last question please : Is it possible with the free version of the plugin to have the same cookies settings that you have on your cookie consent here https://www.webtoffee.com/. I mean to present the different non-necessary cookies very precisely : analytics, advertisement… ?
    Cheers.

    • This reply was modified 3 years, 10 months ago by manuarmand.

    Hi, i’m having a slider on the right side of the “cookie settings” window, which it hight wise moves, like it needs a few more pixels. How can i change the size of that window?

    And when i point on the “Neccessary” and “Non neccessary” lines i’m seeing a black half cross aooearing on the text. For some time i thougt that’s normal but i saw sites they don’t don’t have it. If you need to check it the site name is my nick . (dot) com.

    Thank you in advance.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @manuarmand,

    You can use the shortcode [cookie_audut] to list all cookies in the site. For a list of all supported place holders, please head over to the HELP tab under plugin settings.

    @erdincyildiz,
    Please share your exact site URL. You can add the site URL directly in this forum.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @erdincyildiz,

    To solve the conflict with theme, please add below code to your site theme’s CSS.

    #cliSettingsPopup a:hover::before {
      width: 7px;
    }
    #cookie-law-info-bar a:hover::before {
      width: unset;
    }
    #cliSettingsPopup a:before {
      opacity: unset; 
      background: unset;
      position: unset;
    }

    To adjust the cookie bar width, use the below code,

    #cookie-law-info-bar {
      width: 92%;
    }

    Thank you @webtoffee, it’s fixed.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @erdincyildiz,

    Great. Please leave us a review if you like the plugin.

    Thread Starter manuarmand

    (@manuarmand)

    Hi again,
    Finally I need to put my cookie-bar on top. But if I check this option the cookie-bar comes overlapping my header.
    Is it possible to configure the cookie-bar to put it above my header (made with Divi) ?
    Like this for example https://yellowdolphins.com/
    Thank you so much

    • This reply was modified 3 years, 10 months ago by manuarmand.
    • This reply was modified 3 years, 10 months ago by manuarmand.
    Plugin Author WebToffee

    (@webtoffee)

    Hi @manuarmand,

    Try adding below code to your site theme’s CSS.

    #cookie-law-info-bar {
      z-index: 999999 !important;
    }
    Thread Starter manuarmand

    (@manuarmand)

    Hey Tks a lot.
    And last question : is there a way to configure your plugin in that way : if the user doesn’t click on the Accept Button, the cookies are activated by default. But the user can desactivate them on clicking on Reject button.

    I know it is not very GDPR ok ??

    Tks

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Customize the toolbar’ is closed to new replies.