This topic has 6 replies, 5 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hi,
i have some little issues and need your help:
1. on mini cart (in header) i cannot translate “shopping cart” i have search in theme options, xstore po/mo and xstore-core po/mo. For the language files i use poedit pro version.
2. on mobile device click on hamburger icon it need to long to show the menu (some seconds) it is best to open it immediately when clicking.
3. on mobile device it show 2 items per row on categorie page (woocommerce) instead 1 item. i cannot shange it on theme options
thanks for help
regards
Patrick
Hello,
1) Are you talking about this text http://prntscr.com/sbg0y2 ? It should be available for translation from theme/core plugin translation files. If you did not find this make sure that your translations are synced https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/
Besides Loco Translate plugin is handier (as for me) that poEdit because allows editing of the translation files directly from your Dashboard. If you still have a problem with this provide us with temporary WP Dashboard access to your site.
2) Go to Theme Options > Header builder > Mobile version > edit the mobile menu options and choose the side type http://prntscr.com/sbg6g3 Centered type of the mobile menu is loaded using Ajax and depends on server response time. Side type displays using CSS and should be loaded faster than Ajax type.
3) Add the following code to Theme Options > Custom CSS
@media only screen and (max-width: 480px){
.products-grid .product {
width: 100%;
}
}
Regards
Hi! I have the same issue (item 2).
I translated “Shopping cart” from Loco Translate (either Core and Theme files) but the translation is not being reflected in the mini cart.
Would you help me please?
Thanks
Oh thanks a lot! That string wasn´t there before 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up