Love your theme so far – thank you!
I have a couple of small problems though – on an ipad in portrait view, the menu disappears altogether. It is fine in landscape view and fine on an iphone. Can you please tell me what might be going wrong?
Also, I am finding that I can’t add shortcodes in Advanced Layout Editor. I try to add them but they just don’t show up. I have had to set up a temporary page, create shortcodes in Default Editor and then copy and paste them into my other page using A.L.E. Is there something I am doing wrong here in trying to get this to work?
Thanks.
Hey genkidesign!
Can you please give us a link to your website? Please add this on your custom.css or Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.responsive #header .main_menu ul {
display: block !important;
}
}
Best regards,
Ismael
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block!important;
} }
Regards,
Yigit
Thank you – that is fantastic!
Any tips on what I could be doing wrong with the shortcodes in Advanced Editor? I am setting them up in the same way as I do in Default Editor on another page but they just don’t show up.
Cheers, Tam