This topic has 25 replies, 6 voices, and was last updated 8 years, 3 months ago ago by 8theme
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.
Hello,
Thanks for using our theme.
We recommend you to update Xstore to the latest version, after that we will help you.
Regards
I’ve updated the theme.
Please check…
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
I AM HAVING A SIMILAR PROBLEM, MY FORM IS NOT VISIBLE AT ALL.
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
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
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
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.
Where did you place Ethem-popup styles? In Theme options or in the style.css file?
8theme options -> Styling -> custom CSS and in Global cSS box
Strange that this option is missed after the update. But try just to insert it again from the previous message.
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
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.
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?
Just remove black background color and leave only the transparency to make it like our demo.
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…
hello?? anybody in the room?
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
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
In this case use this image for popup background https://www.8theme.com/demo/xstore/wp-content/uploads/2016/05/pop-up-bg.png and set it’s sizes to 540x501px.
Hi,
I have the same – in prefooter area “inherit” dosen’t work.. None of css styles for mailchimp don’t work.
I have also last version (on another domain) and everything is ok – but after upgrade smth went wrong:/
Pls, help me (i put css in custom css)
Hi @grzesiekkolo,
To make the newsletter section styled as our demo variant, you need to place the form code into the block with class: et-mailchimp (see the screenshot) https://gyazo.com/1d9e038fbce14bfdadcbd451b203002b
This was made so the xstore styles do not conflict with Mailchimp styles. And so you may have the opportunity to use different plugin skins. If you need to change the form styles you may always write your own css in custom css area in Theme Settings.
THANK YOU VERY MUCH!
You are welcome. Feel free to contact us if you have any additional questions.
Tagged: display, mailchimp, promo popup, properly, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up