Home Forums WoodMart support forum WPML Translator widget

WPML Translator widget

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #86050

    sarheed
    Participant

    I 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.

    #86052

    sarheed
    Participant

    Its resolved already

    #86059

    Hello,

    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

    #86100

    sarheed
    Participant

    Please 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/lc89jj

    #86124

    Hello,

    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

    #86164

    sarheed
    Participant

    i added it, it worked for desktop browser, but still remain same on mobile view?

    #86170

    Hello,

    Please provide site admin access.

    Best Regards

    #86220

    sarheed
    Participant

    Private details added

    #86242

    Hello,

    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

    #86517

    sarheed
    Participant

    http://prntscr.com/ld21xk why header appearing white? when we scroll it down

    #86537

    Hello,

    You have set “sticky” for the bottom row in the Header Builder http://prntscr.com/ld4dqj

    Best Regards

    #87338

    sarheed
    Participant

    Just 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?

    #87358

    Hello,

    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

Viewing 13 posts - 1 through 13 (of 13 total)