This topic has 6 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Olga Barlow
Since i have updated the woocommerce and xstore to the latest version, i am having 2 small issues, please solve these as soon as possible to get my site fixed:
Before Update:
http://prnt.sc/f7i88l
After Update:
http://prnt.sc/f7i8le
1. After update, cart is overriding the menu bar in mobile only for Arabic, English is fine.
2. English / Arabic Language options are gone on small devices for Both English and Arabic version of site. Desktop is fine.
Thanks
incorrect site details in previous post.
Also, can you please re-activate my purchase code, i have used it twice on testing site and once on my main site and i think the limit has been over. now, i am moving my site to another server and i will update the theme there, so, i might need the code to activate the theme. Domain will be same.
Hello,
Please, provide me temporary WP admin panel access to your site to fix the issue with the header.
If you just change the server you should not face the problem with theme activation.
Regards
Ogla please fix the 2 issues which i have mentioned in the first post of this thread and please let me know here how you have fixed them? because its a testing site with everything updated, once those issues are solved then i will update the theme and woocommerce version on my main site and will solve those 2 issues.
Thanks
Hello,
Check, please. We used the following code to fix the problems
@media only screen and (max-width: 992px){
html[lang=ar] .header-wrapper .navbar-header, .fixed-header .navbar-header{
right: 50px;
}
.header-wrapper.header-two-rows .left-wrap{
display:block;
position: absolute;
left: -5px;
top: 11px;
}
.header-search{
display:none;
}
.languages-area{
max-width: 100%;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up