This topic has 2 replies, 2 voices, and was last updated 11 months, 4 weeks ago ago by Tony Rodriguez
1. the dynamic wishlist page is not adaptive visibility on mobile devices. How can I do this task?
2. I use Loco Translate. I translated the theme and all plugins. But dynamic pages are not translated (compare and wishlist), how can I translate them?
Hello, @Natali,
I hope this message finds you well.
1. We have identified that the issue you are encountering is due to the varying lengths of product titles when viewed on the mobile version of the website. To address this matter, we kindly ask that you implement the following solution:
Please navigate to the Xstore section, then proceed to Theme Options. From there, select Theme Custom CSS, and specifically the Mobile. Copy and paste the CSS code provided below into the designated area:
.woocommerce-wishlist td.xstore-wishlist-product {
display: grid !important;
}
After applying the code, we recommend that you clear your mobile browser’s cache before revisiting your site to observe the changes.
For your reference, the expected outcome should resemble the example shown here: https://ibb.co/SRVPhVf
2. We would like to inform you that the pages in question can be translated with relative ease by utilizing the Loco Translate plugin. We kindly request that you attempt to translate the strings located within the language files of the XStore Theme, the XStore Core plugin, and the WooCommerce plugin. Please proceed to translate each set of files individually and then verify the results subsequently.
If you would like to modify the text of the “Add to Wishlist” and “Add to Compare” buttons on the single product page, please navigate to Xstore > Theme Options > Woocommerce > Single product Builder > Wishlist and Compare. There, you can change the text to your desired specifications and then publish the changes.
For further reference, please refer to the images provided at the following links: https://imgur.com/BO1hmjI and https://imgur.com/xxcjQKx.
Should you require any further assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
The issue related to '‘the dynamic wishlist page is not adaptive visibility on mobile devices’' has been successfully resolved, and the topic is now closed for further responses