-
AuthorPosts
-
August 18, 2023 at 4:30 pm #1416559
Hello. Is it possible to obtain the privacy policy button (after open the website) rounded (50px) like the others in the pages?
Please check!
ThanksAugust 18, 2023 at 4:31 pm #1416560Check my website.
August 18, 2023 at 7:05 pm #1416581Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-cookie-consent-button { border-radius: 50px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 19, 2023 at 3:52 pm #1416630No. Doesn’t work.
Again, i would have a almost full screen banner (like a popup) black transparent (like now ok) with the text below (more big than now) and the three buttons one under the other. Please check my image…that i create with Photoshop.
Many thanks.Again. Please try to scroll down the page when that cookies banner is open and look at the arrow to scroll up: it is above the banner!
please adjust those things for me…
Thanks again.August 19, 2023 at 4:06 pm #1416633August 19, 2023 at 5:51 pm #1416641Have you seen my picture?
Like that!August 19, 2023 at 6:11 pm #1416643August 19, 2023 at 7:45 pm #1416647So?!
Isn’t a way to change that banner?!August 19, 2023 at 7:58 pm #1416649August 19, 2023 at 8:30 pm #1416650Options?!
August 19, 2023 at 8:32 pm #1416651Is it possible to have (like in my picture) a popup that, after clicking the first time, it disappears?
Understand?
So you can create it exactly like I designed it..What do you think?
August 19, 2023 at 8:38 pm #1416653August 19, 2023 at 9:54 pm #1416654Show me something..
August 19, 2023 at 10:57 pm #1416657#top .avia-cookie-consent.avia-cookiemessage-bottom { bottom: unset; left: unset; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #top .avia-cookie-consent .avia-cookie-consent-button { display: block; width: 60%; margin: 10px auto; } #top .avia-cookie-consent p { display: block; padding-bottom: 20px; } #top .avia-cookie-consent-button { border-radius: 50px; } @media only screen and (max-width: 767px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 80%; } } @media only screen and (min-width: 768px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 25%; } }
Best regards,
MikeAugust 20, 2023 at 1:04 pm #1416690So, ok but the buttons are not rounded, the banner is sticky at the page and the page not scroll below, the texts goes off the buttons.
In the end, the banner not appear on desktop version. (?!?)Check the image.
August 20, 2023 at 1:49 pm #1416697August 20, 2023 at 3:39 pm #1416704Should i add that?
For the other things?!-arrow scroll up
-banner sticky
-desktop version
-buttons more width so the texts will be all in one line (look again my first example picture)Thanks!
August 20, 2023 at 4:04 pm #1416710Hi,
Lets please stay on one topic, otherwise I’m not sure what you are talking about.
This thread is about customizing your cookie bar, please add the css above to achieve the image above.
Please remember I said it won’t be exactly like your image, plase allow for some variable.Best regards,
MikeAugust 20, 2023 at 4:25 pm #1416713All I’m asking you now is about cookies bar!
Should I remove the other css or I have to add to that?August 20, 2023 at 4:41 pm #1416715August 21, 2023 at 11:36 am #1416748Ok. Is possible to have the buttons more width so the text will be in one line?
Again, is possible to have the text above more big so you can read more easily?
Again, after you click “settings”, scroll down, check that buttons that are sticky, too close!
Again, the black banner I would like more high (above and below).Thanks!
August 21, 2023 at 6:33 pm #1416780Hi,
To adjust for these changes, please remove all of the precious code and use this instead:#top .avia-cookie-consent.avia-cookiemessage-bottom { bottom: unset; left: unset; margin: 0; position: fixed !important; top: 50%; left: 50%; transform: translate(-50%, -50%); } #top .avia-cookie-consent.avia-cookiemessage-bottom .container { transform: translate(0,30%); } #top .avia-cookie-consent .avia-cookie-consent-button { display: block; width: 40%; margin: 10px auto; } #top .avia-cookie-consent p { display: block; padding-bottom: 20px; font-size: 18px; } #top .avia-button.avia-cookie-consent-button { border-radius: 50px; } @media only screen and (max-width: 767px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 90%; height: 80%; } #top .avia-cookie-consent .avia-cookie-consent-button { width: 90%; } } @media only screen and (min-width: 768px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 50%; height: 50%; } }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 21, 2023 at 10:16 pm #1416797Well but in my phone I see this: look my pictures.
I visualize all the banner also when scroll down. Just open the site I visualize what in the first picture.
Again, the buttons are not rounded.
Again, in desktop version there isn’t that banner!August 21, 2023 at 10:17 pm #1416798Private pictures. Sorry.
August 22, 2023 at 1:18 am #1416810Hi,
I fixed the buttons for you, Please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
If you don’t see it on desktop then logout and use a incognito browser:
Best regards,
MikeAugust 22, 2023 at 2:45 am #1416817Well! The banner is not fully visible when the page is all up.
The red buttons inside “settings” are sticky; check!August 22, 2023 at 2:55 am #1416819August 22, 2023 at 2:59 am #1416820It is cut!
August 22, 2023 at 11:59 am #1416848Hi,
To add some space between the red buttons in Settings ▸ Cookie and Privacy Settings add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 384px) { .avia-cookie-consent-modal-buttons-wrap .avia-cookie-consent-button.avia-cookie-consent-button-4 { margin-bottom: 20px; } }
After applying the css, clear your browser cache and check.
Best regards,
MikeAugust 22, 2023 at 12:33 pm #1416851Have you done it for me?
-
AuthorPosts
- The topic ‘Privacy policy buttons’ is closed to new replies.