Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1138766

    Goodmorning sir,

    I have a little trouble in the MailChimp newsletter form.
    I enabled Privacy policy for MailChimp form in enfold pref as shown here: https://ibb.co/Smd6vgV

    But unfortunately text is not displayed: https://ibb.co/W35QG6F

    Using inspector I can see the text in html but it is not visible: https://ibb.co/g4TVkGW

    I enabled the privacy policy for article comment and everything works fine.

    #1139438

    Hey filo94,

    Hi, I checked your site and the feature works fine.

    I have also created a test page please check it out.

    Best regards,
    Vinay

    #1139448

    Hi Vinay,
    I just checked it out and I realized that the problem is the label inside the form: if I enable it the privacy field disappear: https://ibb.co/5s5rnCV
    I’m figuring out how to resolve it.

    #1139473

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .avia_ajax_form.av-form-labels-hidden label.input_checkbox_label {
        position: relative !important;
        top: 0;
        left: 0;
    }
    
    
    

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1139475

    Thank you so much Sir, solved.

    #1140390

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Please bookmark Enfold Documentation for future reference.
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘MailChimp Privacy Policy not displayed’ is closed to new replies.