MailChimp form does not display properly in Promo Popup

This topic has 25 replies, 6 voices, and was last updated 7 years, 8 months ago ago by 8theme

  • Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 5, 2016 at 10:33

    I’ve created a mailchim form from mail chimp plugin that comes with the theme.

    When I put that code in Promo Pop up, it does not show place holder or submit button text.
    Plugin author said there should be a function in the theme with the same name that he used in the plugin and that makes conflict with the plugin.
    And told me to contact the theme developer and ask for the solution.

    Site details are in private content.

    http://i67.tinypic.com/dxbll1.jpg

    Please, contact administrator
    for this information.
    24 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 5, 2016 at 10:45

    Hello,

    Thanks for using our theme.

    We recommend you to update Xstore to the latest version, after that we will help you.

    Regards

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 5, 2016 at 11:08

    I’ve updated the theme.
    Please check…

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 5, 2016 at 12:53

    Thanks,

    We have added some CSS in custom.css area, please check. Also we will try to fix this bug in our next update.

    Regards

    Avatar: cruisi7
    cruisi7
    Participant
    August 7, 2016 at 05:24

    I AM HAVING A SIMILAR PROBLEM, MY FORM IS NOT VISIBLE AT ALL.

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 8, 2016 at 10:33

    Hello,

    Add the following code in custom CSS or child theme style.css

    .mc4wp-form p {
      margin-bottom: 15px !important;
      line-height: 1.5;
    }
    .mc4wp-form input[type="email"] {
      background-color: #fff;
      border: 1px solid #e6e6e6;
      color: #787878;
    }
    .mc4wp-form input[type="email"]:focus {
      border: 1px solid #e6e6e6;
    }
    #etheme-popup .mfp-close:hover:before{color:#fff !important;}
    .mc4wp-form input[type="submit"] {
      width: auto;
      height: auto;
      border: none !important;
      background-color: #f2f2f2 !important;
      border:none;
      position: static;
      font-size: 13px;
      background: url(images/mailchimp-plus.png) no-repeat center;
      opacity: 1;
    }
    .mc4wp-form input[type="submit"]:hover {
      opacity: 1;
      border:none;
      background-color: #088f8f !important;
    }
    .mc4wp-form label {
      display: block;
    }
    .mc4wp-form ::-webkit-input-placeholder {
      color: #787878;
    }
    .mc4wp-form :-moz-placeholder {
      /* Firefox 18- */
      color: #787878;
    }
    .mc4wp-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #787878;
    }
    .mc4wp-form :-ms-input-placeholder {
      color: #787878;
    }

    Regards

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 22, 2016 at 08:31

    After I updated the theme to 1.8, all the changes made for this popup just gone..
    but still I see the custom CSS in the admin panel.

    Also, I’ve connected mail chimp using it’s API but when someone sign up, the email is not added to the list I created

    Please, contact administrator
    for this information.
    Avatar: 8theme
    8theme
    Support staff
    August 22, 2016 at 09:35

    Hi,

    Which changes was gone after the update? Did you make any changes in xstore theme files? In this case of course they will be lost after each file replacement.

    As for mailchimp configuration so it is more relevant to plugin problem and need to contact their support for help since it is not our theme issue.

    Regards

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 22, 2016 at 09:40

    Which changes was gone after the update?
    Ethem-popup styles gone.. please check on that site.

    Did you make any changes in xstore theme files?
    NO, I updated the theme from admin panel.

    Avatar: 8theme
    8theme
    Support staff
    August 22, 2016 at 09:45

    Where did you place Ethem-popup styles? In Theme options or in the style.css file?

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 22, 2016 at 09:54

    8theme options -> Styling -> custom CSS and in Global cSS box

    Avatar: 8theme
    8theme
    Support staff
    August 22, 2016 at 10:04

    Strange that this option is missed after the update. But try just to insert it again from the previous message.

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 22, 2016 at 10:13

    I did not say that this option has gone in 8theme options -> Styling -> custom CSS and in Global cSS box.
    I said, “but still I see the custom CSS in the admin panel.”
    That means “I see the css code as how it was in global CSS panel”

    Only in the front end, I do not see the styles for epop-up.
    What do you see when you click on NEWSLETTER at the top of the site I mentioned in the previous message?

    You can check the admin panel too I put admin credentials in private content

    Avatar: 8theme
    8theme
    Support staff
    August 22, 2016 at 10:35

    Sorry for a bit misunderstanding. In previous versions we had conflicts with standard mailchimp styles and we decided to change it’s HTML structure and add our special CSS class. We have added this class on your web-site and now it works correct, please check. You can also set your background for this popup in Theme Options.

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 24, 2016 at 06:58

    Thanks for that..
    I changed the background color and checked TRANSPARENT here : http://prntscr.com/c9od5v

    but It is not transparent as the demo : https://www.8theme.com/demo/xstore/

    How can I make that popup background transparent?

    Please, contact administrator
    for this information.
    Avatar: 8theme
    8theme
    Support staff
    August 24, 2016 at 08:03

    Just remove black background color and leave only the transparency to make it like our demo.

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 24, 2016 at 08:12

    After I remove the BG color and leave transparent option only : http://prntscr.com/c9oyy6
    It does not look like a form

    With the BG color : http://prntscr.com/c9ozgi
    It looks like a form but not transparent…

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 24, 2016 at 10:04

    hello?? anybody in the room?

    Avatar: 8theme
    8theme
    Support staff
    August 24, 2016 at 10:48

    It is not clear for us how do you want to make your background looks like: transparent or not transparent? Our demo has fully transparent background for this popup like your screenshot http://prntscr.com/c9oyy6

    Avatar: Foolish Coder
    Foolish Coder
    Participant
    August 24, 2016 at 11:55

    I want same as this http://prntscr.com/c9rddz
    with that form borders and bag style..

    Popup like in your demo : https://www.8theme.com/demo/xstore/home-presentation/?preset=header6

  • 1 2
    Viewing 20 results - 1 through 20 (of 25 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.