Reply To: MailChimp / Submit field not working

Support Forums Verde – WP Plugin MailChimp / Submit field not working Reply To: MailChimp / Submit field not working

#5391
CreaboxThemes
Keymaster

Hi,

that is a bug I have to fixed. You can resolve it in this way:

      Go to the plugins editor in the page ‘Plugin > Editor’ and select the plugin Verde.
      Select the file ‘verde_plugin/themes/theme_functions.php’.
      Edit the function ‘cookies_content’ and add the class visibility-hidden to the code in this way:

      $("#cookies-message").attr(\'class\',\'fadeout_1 visibility-hidden\');
      Go to the page ‘Verde Plugin > Options’ and add the next code to the option ‘Custom CSS’:

      .visibility-hidden{
      visibility: hidden;
      }

Regads