Home › Forums › WoodMart support forum › WPML Translator widget
WPML Translator widget
- This topic has 12 replies, 2 voices, and was last updated 6 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
October 30, 2018 at 9:15 am #86050
sarheedParticipantI have added WPML translater widget into header menu, but it is not appearing in mobile, now what to do? i want to display wpml translator switcher into header.
October 30, 2018 at 9:37 am #86052
sarheedParticipantIts resolved already
October 30, 2018 at 9:51 am #86059
Elise NoromitMemberHello,
Have you added the language switcher to menu or widget to the Header builder?
If you have added the widget make sure the row is not disabled on mobile or send me your site admin access I will check the settings.
Best Regards
October 30, 2018 at 12:37 pm #86100
sarheedParticipantPlease take a look on product page
https://sarheed.com/product/turkish-ring-21/
see the attributes color results are in white color which is not showing, how to fix it?
Details are here : http://prntscr.com/lc89jjOctober 30, 2018 at 1:28 pm #86124
Elise NoromitMemberHello,
Try this code, add it to the Theme Settings > Custom CSS:
.product-image-summary .shop_attributes p a{ color:#2d2a2a; }
If the code does not work, provide site admin access
Best Regards
October 30, 2018 at 6:20 pm #86164
sarheedParticipanti added it, it worked for desktop browser, but still remain same on mobile view?
October 30, 2018 at 6:58 pm #86170
Elise NoromitMemberHello,
Please provide site admin access.
Best Regards
October 31, 2018 at 9:47 am #86220
sarheedParticipantPrivate details added
October 31, 2018 at 12:02 pm #86242
Elise NoromitMemberHello,
I see the problem with the weight only. Please add this code to the Theme Settings > Custom CSS:
.product-image-summary .shop_attributes td{ color:#2d2a2a; }
Best Regards
November 1, 2018 at 11:52 am #86517
sarheedParticipanthttp://prntscr.com/ld21xk why header appearing white? when we scroll it down
November 1, 2018 at 1:31 pm #86537
Elise NoromitMemberHello,
You have set “sticky” for the bottom row in the Header Builder http://prntscr.com/ld4dqj
Best Regards
November 5, 2018 at 6:12 pm #87338
sarheedParticipantJust browse it on mobile view, https://sarheed.com/product/beautiful-turquoise-ring-in-silver-925/ u will see discription in white color.
and open size guide the tables are also in white?November 5, 2018 at 8:00 pm #87358
Elise NoromitMemberHello,
1. Remove this code: http://prntscr.com/lequyu it is not supported and as the result it causes the errors in CSS.
2. Navigate to the Theme Settings > Typography and configure the fonts as per your needs. Lato is supported and it is in the drop-down list http://prntscr.com/leqvnx If you need more customization, navigate to the Theme Settings > Typography > Advanced typography and configure the fonts as per classes
.woodmart-sizeguide-table td
and.woocommerce-product-details__short-description p
Here is the instruction how to do that: https://xtemos.com/docs/woodmart/advanced-typography-settings/or you can add this code to the Theme Settings > Custom CSS:
.woodmart-sizeguide-table td, .woocommerce-product-details__short-description p, .product-image-summary .shop_attributes p a{ color:#2d2a2a; }
If you want the same style for all the devices, add the code to the Global field, no need to duplicate to all the other devices it is not an error just generate excessive code.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register