-
-
Hi
I have couple problems with Specular theme I’ve installed with Minimal 2 template:
1. I can’t install <em style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: 600; line-height: 19.5px;”>MailChimp List Subscribe Form plugin, in returns the error even if I try to view it from WordPress interface:
<span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 14px; line-height: 21px;”>An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the </span>support forums<span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 14px; line-height: 21px;”>.</span>
It seems that the plug-in website is dead and it isn’t supported any more.
I need to use Maichimp for this website, so if this plug-in is dead a replacement required
2. I have issue with main navigation menu, it drops to 2nd line with mid-size screen resolution and with the layout of this theme it looks quite ugly. As I see from your sample at https://codeless.co/specular/minimal2 it either keeps in one line or collapse to mobile ‘hamburger’
See screenshot: https://easycaptures.com/fs/uploaded/1000/2886471367.jpg
Looking forward to hearing from you.
Website URL is https://cs.magenable.com.au/
-
Hello,
1-Please install Mailchimp for wp plugin from your Appearance> Plugins > Add new. We will fix this issue in the next update.
2-Please add this code into your custom css box:@media (max-width:1024px){ .mobile_small_menu { display: block;} .header_11 nav {display: none;} } @media (min-width: 1024p){ .header_11 #logo { margin-left: 20px; margin-right: 20px; }}
Best regards!
-
-
Hello,
Please add this css code at custom css box:
@media (max-width: 1100px) and (min-width: 981px){ .header_11 #logo { margin-left: 10px; margin-right: 10px; } } @media (max-width: 1024px){ .mobile_small_menu { display: block !important; } }
Best regards!
-
-
Hello,
-“As I see from your sample at https://codeless.co/specular/minimal2 it either keeps in one line or collapse to mobile ‘hamburger’”
When the screen gets to small to display all menu items properly, the mobile menu(hamburger) gets in action.
-I fixed it. Please check your site.Best regards!
-
-
You must be logged in to reply to this topic.