-
AuthorPosts
-
December 13, 2019 at 6:52 pm #1165613
Hi there. My website uses the Vendor Plugin «WCMP» from WC Marketplace. Now, with the option to activate the DSGVO Cookie Notice Text in ENFOLD https://imgur.com/VrfInag
this text appears in the WCMP Dashboard at the bottom. How can I avoid that? See attachement:
How can I hide the Cookie Text in the Dashboard? Text shows outside the ID page-wrapper.
December 15, 2019 at 1:41 pm #1166067Hey Stephan,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaDecember 16, 2019 at 6:46 pm #1166530Ok here we go:
If you login to WCMP Dashboard as a «Vendor» and scroll down to bottom of page, you will find the DSGVO «Cookie Notice» text that comes with ENFOLD, which should not show up there. Unfortunately I could not define any DIV to hide this text.December 16, 2019 at 6:49 pm #1166531Vendor Login
December 18, 2019 at 6:21 pm #1167428So there are two incompatibilities/bugs using ENFOLD with the Vendor AddOn WCMP «Multi Vendor Marketplace».
1. The whole «Cookie Notice» text appears in the bottom of Dashboard
2. it is not possbile to UPLOAD images when editing or start a new product, adding pictures disabled. The Media window does not open.Changing the theme to «TwentyTwenty» everything works fine as it should. Any ideas?
December 19, 2019 at 8:12 am #1167644Hi,
Thank you for the inquiry.
You probably don’t need the consent bar and cookie/privacy tabs when you’re already logged in or inside the plugin’s dashboard, so this css code should help.
.logged-in #av-consent-extra-info, .logged-in .avia-cookie-content { display: none !important; }
The privacy options doesn’t work properly in the plugin’s dashboard because some of the necessary class attributes in the html tag are missing.
Best regards,
IsmaelDecember 19, 2019 at 1:30 pm #1167717Unfortunately not working
.logged-in #av-consent-extra-info, .logged-in .avia-cookie-content {
display: none !important;
}Any other ideas?
December 19, 2019 at 4:39 pm #1167811Hi,
Did you add the css to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonDecember 19, 2019 at 5:00 pm #1167826Sure. I use the Plugin «Simple Custom CSS» which adds/overwrite theme CSS. Nothing happens. «Cookie Notice» text still appear in the WCMP dashboard outside / bottom of WCMP content «wrapper» using
.logged-in #av-consent-extra-info, .logged-in .avia-cookie-content {
display: none !important;
}I need those classes disapear/display:none OUTSIDE the <div id=”wrapper” class=”wcmp-wrapper”>
<div class=”avia-cookie-consent”>
<div id=”av-consent-extra-info” >Any ideas?
December 25, 2019 at 5:50 am #1169001 -
AuthorPosts
- The topic ‘Cookie Notice (DSGVO) Text in WCMP Dashboard’ is closed to new replies.