• Resolved flashpopstoni

    (@flashpopstoni)


    Dear @shapepress

    we tried to change style of the cookie notice via CSS. But we are apparently not able to advice the right CSS classes. We gave cookie notice, tect and button via plugin option field a own class and tried to add css via theme child css. But no changes appeared no matter whichclass is used.

    Also if we use option “animation” nothing changes after saving and animation changes back to “nothing”.

    PREMIUM is active and key is valid.

    Any idea what went wrong?

    Best Regards Marc

Viewing 9 replies - 1 through 9 (of 9 total)
  • Shapepress

    (@shapepress)

    hi @flashpopstoni,

    1) the styles which are in cn options has be set via options there because they got written as !important. other styles can be set via class

    2) this was a bug. solved in 1.4.5. update has been released some hours ago

    Thread Starter flashpopstoni

    (@flashpopstoni)

    Hi @shapepress

    thanks for answer. We updated to current version but still if we add a s example class to button for padding or text for vertical-align nothing changes. We tried several css class chains or ony css class from input field — no change of corresponding element.

    Best Regards Marc

    Shapepress

    (@shapepress)

    we will check that! your other answers will follow tomorrow/tuesday by mail!

    Shapepress

    (@shapepress)

    hi @flashpopstoni,

    could you give 1.4.6 a try. we removed many !importants in css of cookie notice. your styles should now work

    Thread Starter flashpopstoni

    (@flashpopstoni)

    Hi @shapepress

    updated plugin. But nothing changes, tried several classes. No change of behaviour. Maybe we use wrong classes but I do not think so. You can try it on your own.
    Let us know to solve.

    Team4IT

    Best Regards Marc

    Shapepress

    (@shapepress)

    hi @flashpopstoni

    if you are talking about team4it could it be that autooptimize hasnt your style included?
    i can’t find any of your defined styles like dsgvotext, dsgvobutton in the css which gets loaded!?!?

    Thread Starter flashpopstoni

    (@flashpopstoni)

    Hi @shapepress

    sorry we forgot to deactivate autopzimze again. But there still some problems –> At the moment we are unable to align text to middle because some theme css is advice div to baseline align.

    Advising text or div to align middle with css does not help. Any idea? Also responsive behaviour of the cookie notice isn`t very nice. Maybe you could fix some style issues for smaller advices.

    Thanks for support Marc

    mcubus

    (@mcubus)

    Hello,

    I have kind of the same problems. The text and the links are not in the same level and by scaling them (smartphone, tablet, etc.), the buttons are floating in the text. How can I fix that (website: mcubus.com – plug-in used with blog license).

    Thx, Max

    Thread Starter flashpopstoni

    (@flashpopstoni)

    Hi @mcubus

    to make the consent look more nicely we add some css styles now. If it helps you can have a look at our page for the added styles. To fix the align of the text we added

    span#cn-notice-text {
        vertical-align: top !important;
        display: inline-block;
        margin-top: 12px;
    }

    to the text span maybe you have to adjust it for you.

    Best regards Marc

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

The topic ‘CSS classes and animation’ is closed to new replies.