MailChimp / Submit field not working

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5388
    Ailton Carvalho
    Participant

    Hello,

    My submit field box is not working.

    my http://www.mrailtonc.net is mrailtonc.net

    mail chimp url is http://eepurl.com/b5D-Rb

    & this is what I typed into the plugin
    mail chimp url form: http://mrailtonc us13.list-manage.com/subscribe/post
    value U: 688c28271e3bca42d31a088b5
    value id:dcf88d4327

    #5389
    CreaboxThemes
    Keymaster

    Hi,

    I have checked your code and the option mail chimp url form is not correct. You have to type http://mrailtonc.us13.list-manage.com/subscribe/post

    Regards

    #5390
    Ailton Carvalho
    Participant

    Hello,

    I added the new url but it still does not allow me to type into the email box.It says enter your email and won’t allow me to type. Check it out on http://www.mrailtonc.net

    #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

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