-
AuthorPosts
-
September 1, 2019 at 9:35 pm #1132735
Hi together,
i´ve updated two pages to 4.6. After the update there is no Checkbox below Message-Forms and others. Before a user have to check the box, that he is in ageement with the GDPR compliant. I haven´t change anything but the box is gone.Here is one of the pages (right is the message form): https://eiskirch.com/#contact
In the private section you´ll find a backend login to check the right settings.
Thank you and best regards, Lars
- This topic was modified 5 years, 2 months ago by Lars.
September 4, 2019 at 3:53 pm #1133894Hey Lars,
Thank you for using Enfold.
We would like to debug the issue but the Appearance > Editor panel is not accessible. Please enable it or post the login details in the private field.
If you have the time, try to edit the includes > helper-privacy.php file, look for this code around line 91:
//hook into contactform if enabled in backend if(avia_get_option('privacy_message_contactform_active') == "privacy_message_contactform_active") { add_filter( 'avf_sc_contact_form_elements', array($this, 'av_privacy_contactform_checkbox'), 10, 2 ); }
Try to replace it with the following temporarily:
//hook into contactform if enabled in backend if(avia_get_option('privacy_message_contactform_active') == "privacy_message_contactform_active" || true) { add_filter( 'avf_sc_contact_form_elements', array($this, 'av_privacy_contactform_checkbox'), 10, 2 ); }
That should return the “avf_sc_contact_form_elements” filter even when the option is disabled. It’s possible that the “privacy_message_contactform_active” is returning false.
Best regards,
IsmaelSeptember 4, 2019 at 6:18 pm #1134012This reply has been marked as private.September 5, 2019 at 12:48 pm #1134370Hi,
Sorry for the confusion. We just got informed that the new privacy shortcode “[av_privacy_allow_cookies]” should be added in the privacy modal popup window or your privacy page so that users can choose whether to accept cookies or not.
// https://kriesi.at/support/topic/maps-not-showing-after-update-to-4-6/#post-1134320
We would like to modify the file but the Appearance > Editor panel is not accessible. Please post the FTP details in the private field.
Best regards,
IsmaelSeptember 5, 2019 at 12:53 pm #1134374This reply has been marked as private.September 5, 2019 at 12:59 pm #1134378This reply has been marked as private.September 5, 2019 at 5:28 pm #1134542You want kidding me!? ;-) I´ve updated to V4.6.1 and now i can trigger the checkbox with the settings in my backend. But…. There is NO text just the box. Whats wrong now?? Example here https://eiskirch.com/#contact
THX, Lars
- This reply was modified 5 years, 2 months ago by Lars.
September 9, 2019 at 9:02 am #1135845Hi,
Thank you for the update.
Did you add the following css code? It hides the input labels.
.avia_ajax_form.av-form-labels-hidden label { position: fixed; top: -1000px; }
Best regards,
IsmaelSeptember 13, 2019 at 4:26 pm #1138053Hi Ismael,
no i haven´t add such code. You can look to this issue in one of my other pages too, this theme is a new clean install…. https://lb249.de/#preiseRegards, Lars
- This reply was modified 5 years, 2 months ago by Lars.
September 15, 2019 at 5:39 am #1138453Hi Lars,
Sorry for the problem. Please try the following in Quick CSS under Enfold->General Styling:
.input_checkbox_label { position: initial !important; }
Best regards,
RikardSeptember 17, 2019 at 11:09 am #1139056Hi Rikard,
thank you very much! This solution work!Best regards from Germany
Lars- This reply was modified 5 years, 2 months ago by Lars.
September 18, 2019 at 1:17 pm #1139452 -
AuthorPosts
- You must be logged in to reply to this topic.