This topic has 11 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hello!
The problems are:
1. The problem described here (account page addresses) reappeared. Can you please leave a changelog so I can solve it by myself in future versions of the theme?
2. The quantity button area is shown weirdly on both product pages and also on category pages. What should I do?
3. On mobile devices, when scrolling, in the sticky menu the search icon overlaps the logo. Can you please leave some css changes to solve this ONLY on mobile (small resolution) devices?
Admin credentials below. Thanks 🙂
Hello,
1. I’ve edited the file my-addresss.php and placed it in the child theme folder wp-content/themes/royal-child/woocommerce/myaccount. Please check My Account page now.
2. You need update Woocommerce plugin to the latest version to fix this issue.
3. Please add this code in custom.css file:
@media (max-width: 480px) { .fixed-header-area .header-logo {
padding-right: 10px !important;
} }
Thank you.
Regards,
Eva Kemp.
2. Sorry, but I cannot update woocommerce for now. I have many plugin dependant on the woocommerce 2.2. Can you provide me with a different solution?
Thank you in advance 🙂
1. Works.
3. Doesn’t work 🙁 Can somehow the logo have a fixed size so it won’t overlap with the search button on the sticky menu when scrolling?
When opening the website, everything is ok, only when scrolling the problem appears.
Hello,
2. Sorry, but you have to update Woocommerce plugin. Create a back up of your files and database before update.
3. Please show a screenshot of the issue with the logo.
Thank you.
Regards.
Eva Kemp.
Ok, thank you.
Here is a screenshot with the logo beeing overlapped by the search bar. The device is Motorola Moto G2 with android 5.0 🙂
Regarding the quantity issue, can I downgrade the theme to version 1.6.1?
Thanks 🙂
Hello,
Please try to add this code into custom.css file.
@media only screen and (max-width: 480px){
.fixed-header-area .header-logo img {
width: 80%;
}}
Regards,
Robert Hall.
Nope, still the same.
I’ve added code above and fixed header working well. Please check.
Regards,
Robert Hall.
Can confirm the issue is gone.
Thank you very much. Ticket closed 🙂
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Just updated to the latest version of the theme (1.7) – three problems’' has been successfully resolved, and the topic is now closed for further responses