This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi,
I did fresh demo setup here: http://wholesale-snorkle.flywheelsites.com
Most of the things are working fine except few.
#1 Mega menu: It seems like the mega menu is not working. I do not see an option to activate megamenu.
https://drive.google.com/file/d/18P2L0TrC4B2l1mhuqIf31h7paa-fYGvE/
Am I doing anything wrong?
#2 3rd Footer (latest post): Which widget is used in demo? I added “8theme post widgets” but it’s not appearing like in demo.
#3 Can you please share the mailchimp form code. I tried to add it manually – there is a slight issue
https://drive.google.com/file/d/1zZX7MFPs_EqrJ_Xsx3UZ115CTuE8gsHL/
Login details are included in “Private Content”.
Please help.
Hello,
Thanks for the topic. Please provide us with full access, because we can’t check your admin panel.
1. In 4.16 theme version Menu options were moved into popup https://prnt.sc/idhhcf so to be able to see all menu settings, you need to click on “8Theme Page Options”.
2. Please see screenshots – http://prntscr.com/j0lx8x > https://prnt.sc/j0lxhy
3. Find the code in our documentation – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
Regards
Thank you for the detailed explanation.
And sorry for the “not enough permission” – I’ve added administrative privilege to that account.
#1 It’s clear now.
#2 Do you mean to create static block for the main footer instead of using “footer widgets” directly?
#3 I’ve created the form using the same code. But it seems like there is more to it.
Input box and placeholder is not easily visible.
Thank you for looking into it.
2. Yes, I would recommend you to create a static block and set it in Footer Column 1 widget area.
Read more – https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/ https://www.8theme.com/documentation/xstore/support/static-blocks/
3. Please add this css code in Theme Options > Styling > Custom css:
footer .mc4wp-form .et-mailchimp input[type="email"] {
color: #999;
margin-bottom: 15px;
width: 100%;
background-color: #fff;
}
.mc4wp-form .et-mailchimp input::-webkit-input-placeholder {color:#999;}
.mc4wp-form .et-mailchimp input:-moz-placeholder {color:#999;}
.mc4wp-form .et-mailchimp input:-ms-input-placeholder {color:#999;}
Regards
Awesome! Everything is working fine now.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up