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

    (@milmor)

    Hello,
    the feature for external url has been added. Just choose the last option “Custom URL” when choosing the page. Then you can add your custom link.

    At the moments the change of color and text size must be done via css.

    Example:

    button.pea_cook_btn {
    color: black!important;
    background-color: white;
    }

    We could add a new color option, but for text size it’s more complicated.

    Thread Starter Jan Stibila

    (@jan-stibila)

    I didn’t notice Custom URL option, thanks.
    As for style, directly add CSS is an option, but not preferable one. For now, I just added style element at the beggining of bar message

    <style type=’text/css’> button.pea_cook_btn { color: black!important; background-color: white; } </style>This page is using cookies…..

    Font size can be easily set in class-frontend.php, just add style attribute to paragraph element on line 109:

    <p style=”font-size:XYZ”><?php echo eucookie_option(‘barmessage’); ?>…

    Plugin Author Marco Milesi

    (@milmor)

    You have to choose Custom Url in Bar Link option (it’s the last one).

    Today i tested color change for the button but it needs more testing because of :hover and other properties. As regards font-size, i must check the button and popup appearance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Features I ask months ago’ is closed to new replies.