Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.
    #1133894

    Hey 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,
    Ismael

    #1134012
    This reply has been marked as private.
    #1134370

    Hi,

    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,
    Ismael

    #1134374
    This reply has been marked as private.
    #1134378
    This reply has been marked as private.
    #1134542

    You 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.
    #1135845

    Hi,

    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,
    Ismael

    #1138053

    Hi 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/#preise

    Regards, Lars

    • This reply was modified 5 years, 2 months ago by Lars.
    #1138453

    Hi Lars,

    Sorry for the problem. Please try the following in Quick CSS under Enfold->General Styling:

    .input_checkbox_label {
      position: initial !important;
    }

    Best regards,
    Rikard

    #1139056

    Hi Rikard,
    thank you very much! This solution work!

    Best regards from Germany
    Lars

    • This reply was modified 5 years, 2 months ago by Lars.
    #1139452

    Hi Lars,

    Great, I’m glad that we could help and I’m sorry for the problem. It will be corrected in the next update of the theme.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.