Home Forums WoodMart support forum Font not displaying preoperly

Font not displaying preoperly

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #644910

    sushmaha
    Participant

    Hi, I have a html version of site https://gogetmobi.co.uk/centre-for-infinite-riches-website/about.html
    and woocomerce site https://backbags.co.uk/about/ . I have used same font family in both site yet they show up differently in wordpress site. plz suggest

    thanks

    #645228

    Hello,

    The difference in font rendering between your HTML and WooCommerce sites may be due to the way the fonts are loaded. If your HTML site loads the font locally while your WordPress site pulls it from Google Fonts, variations in rendering can occur.

    To ensure consistency:

    Go to Theme Settings > Typography and check the font settings.

    If your HTML site uses a locally hosted font, upload the same font file to your WordPress site. You can do this via Theme Settings > Typography > Custom Fonts: https://xtemos.com/docs-topic/how-to-upload-custom-fonts/

    Apply the same font weight and style to match both sites.

    Best Regards,

    #645233

    sushmaha
    Participant

    Hi, Thanks for your response. html site is also using google fonts . I tried uploading google font explicitly onto woocomerce site but no change . plz suggest thanks

    #645335

    sushmaha
    Participant

    Also, custom font upload is not letting me upload woff file? Can this be addressed at earliest plz as site has to go live.

    Thanks

    #645565

    Hello,

    Could you please share the exact error message you encountered while uploading the custom WOFF file? This will help me better understand the issue and provide a solution as soon as possible.

    Best Regards,

    #648966

    sushmaha
    Participant

    can u check my navigation, font size is same as here https://gogetmobi.co.uk/centre-for-infinite-riches-website/index.html yet not matching it?

    one more query plz, on checkout page how do i disable ajax refresh of order review section when country is changed? i dnt have any shipping charges so price remains same irrelevent of location.

    Plz suggest, thanks
    Sushma

    #649033

    sushmaha
    Participant

    help me work on order review bit plz, font ..i have managed to sort.

    Thanks

    #649065

    Hello,

    01. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and give you a possible solution.

    02. Try to add the following code in the function.php and check the issue.

    function my_disable_checkout_script () {
    wp_dequeue_script ( 'wc-checkout' );
    }
    add_action ( 'wp_enqueue_scripts', 'my_disable_checkout_script' );

    Best Regards,

    #649082

    sushmaha
    Participant

    adding code seem to have worked, will that not effect elsewhere thru out checkout process?

    Thanks
    Sushma

    #649084

    sushmaha
    Participant

    i have removed code for now as dropdown styles for country dropdown etc are not showing properly?

    Thanks Sushma

    #649151

    sushmaha
    Participant

    also, where do i change password limit plz?

    #649397

    Hello,

    01. There is a font weight difference in the main menu. Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to Main navigation links and change the font settings.

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    02. Currently, there is no built-in option in the theme to directly disable the AJAX refresh of the order review section when the country is changed during checkout. This AJAX update is a default WooCommerce behavior to recalculate totals based on location for shipping and taxes.

    However, since you mentioned that you don’t have any shipping charges and the order total remains the same regardless of the customer’s location, I have found this code. you can try using the following custom code snippet to prevent the AJAX refresh triggered by changing the country or state fields:

    Here is the code file: https://codeshare.io/MkDQZR

    Hope this helps!

    03. Could you please clarify where exactly you’d like to set the password limit? So I will check and give you a possible solution.

    Best Regards,

    #649409

    sushmaha
    Participant

    Hi Thanks for your response.

    point 2 code seem to be working hope tht wouldnt effect other bits thru out site and checkout process?
    3. password in all places, register/checkout

    Thanks
    Sushma

    #649410

    sushmaha
    Participant

    btw, drop down not changing country?

    #649436

    sushmaha
    Participant

    Also, under login/register page…i want to change username or email address to Email address by copying form-login to my chind theme but as soon i copy it , toggle option is getting disabled and both forms are shown side by side?

    tried changing thru code in functions file but no luck

    Thanks
    Sushma

    #649605

    Hello,

    To limit the password, unfortunately, there is no such option by default. You need to find a third-party plugin to achieve more functionality that best suits you: https://wordpress.org/plugins/password-strength-for-woocommerce/

    Sorry to say that there is no option in theme settings to be available for that; it requires customization and is beyond our support policy. Additional code customizations in theme files are out of our theme support scope.

    Hope you can understand!

    Best Regards,

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