This topic has 17 replies, 4 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
I have activated the option in the Admin area, however the popup is not opening on pageload.
Please help
Hello,
Please update the theme to the latest version 1.3.
Before update delete “woocommerce” folder in the directory wp-content/themes/classico/ and it’ll be reuploaded from a new theme package.
Don’t forget to create back up of your files and database before starting update process!
(it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hi Eva,
I believe I have updated to 1.3 by doing the above but in my wordpress admin it does not say 1.3 in the theme it says 1.2. And the popup still doesn’t work for me. Can you please help? I backed up before the update as well.
Thank you.
Hello,
I’ve updated the theme. Now enable top bar in Theme Options > General > Header Settings and check popup window.
Regards,
Eva Kemp.
Thank you for the update.
Can the popup work without the top bar being enabled?
Hello,
Unfortunately no, top bar must be enabled in this case.
Regards,
Eva Kemp.
How do I get rid of the currency area in the top bar?
I would like to have the right top bar show only(newsletter, sign), and to show on my mobile top bar area as well. I don’t need the currency area which is on the left side on homepage and shows up on my mobile top bar as well.
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Is there a way to take the top bar off on mobile browsing?
Hello,
You can use this code in Custom CSS for mobile (8theme Options->Typography->Custom CSS).
.top-bar{
display:none;
}
Regards,
Robert Hall.
Perfect. Thank you Robert.
Hello,
You’re welcome!
Regards,
Robert Hall.
Also,
If you look at my top bar, the default right top bar get underlined when the mouse clicks over “get on the list” and “sign in”, is there a way to get my left top bar to do the same? And it seems like the left top bar is a little higher than the right top bar how can I get them aligned? Thank you
Hello,
Please add this code in Global Custom CSS:
.languages-area a:hover {
text-decoration: underline;
}
.languages-area {
margin-top: 5px;
}
Regards,
Eva Kemp.
Yes! Thank you.
Hello,
You’re welcome!
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up