Forum Replies Created
-
AuthorPosts
-
I stumbled upon this post and i think my solution is better so i post it for others finding this thread.
This is easy to solve with a function in your themes functions.php// Hide Enfold add_action( 'admin_init', function () {remove_menu_page( 'avia' );}); // Hide in Backend Menu add_action( 'admin_bar_menu', function ( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'avia' );}, 999 ); // Hide in Admin Bar
This reply has been marked as private.That did the trick. Thank you.
What’s really weird is that the onliest difference is this line:
<span class="avia_button_icon avia_button_icon_right" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
Which obviously makes sense cause it contains the iconcode.
But we did not change the codeelements content. So how can a line dissapear?This reply has been marked as private.Thats great. Do you have a timing for the release?
September 7, 2019 at 8:38 pm in reply to: Update 4.6 makes cookie consent reload every time #1135486We tested it with enfold on a clean site. New installation. It doesnt work with 4.6. It doesnt work with 4.6.1.
In my job we have a lot of sites working with enfold – i told our admins to not upgrade. The admin tested it on a clients staging and it doesnt work either.The idea is good – and its the first try to face this issue i’ve seen so far. So – big applause for that. Unfortunately its still a try. Its not tested well (maybe cause AT isnt affected by GDPR ?). Even if i have to say the we really love enfold and the effort you put in your support for YEARS – but this feels really unfinished – bad job on that but great job before. Adding an important feature that laggy is hard to understand. Let me give you an overview whats needed and how it should by improved. In our company i am the data protection responsible (so i know what i am talking about) (german business).
1.) Clean it. What’s really necessary is a popup on first page load with everything opted out. “Everything” in this case means all cookies set by enfold (maps, video, analytics if implemented through enfold) and – additionaly – all other cookies added manually by the user (via shortcode or interface in the backend). Excluded in this case are essential cookies needed to run WP/enfold at all that are not collecting or sending any kind of private data.
So to be clear – i load the page and im opted OUT of everything (except really needed stuff). This means webfonts (or videos) as well – which breaks a lot of pages – which explains the amount of posts you got in the forum. So if somenone closes this modal in any way (side click, closing button) and everything STILL is opted out (so user did nothing), then – and ONLY THEN show the warning e.g. that layout or functionality could be broken if cookies are not accepted.2.) By law user must have the possibility to opt in or out of single cookies AND he needs to be informed of all cookies collecting data, why its collected and what its used for. But its not forbidden to have a button to opt in/out to all at once (as long as more detailed opt in or out is possible). So having a button on the first page of the modal popup “Accept all cookies and hide this message” is OK as long as you tell the user by text that he can make more detailed decisions on the other tabs. The reason why we think this is 100% needed is that no user will go through all tabs and activate anything by clicking tons of checkboxes (even if you have to offer them) – even if lawyers say the should (this shows again that lawyers are not webdevelopers).
If this already works with 4.6.1 in some way please provide an exact setup scenario. We’ve spent hours in the clean install and didn’t come even close (and we integrated our web developers).
- This reply was modified 5 years, 2 months ago by tbc.
September 4, 2019 at 11:53 pm in reply to: Update 4.6 makes cookie consent reload every time #1134136Same here.
-
AuthorPosts