Home › Forums › WoodMart support forum › Font not displaying preoperly
Font not displaying preoperly
- This topic has 15 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 11, 2025 at 7:40 pm #644910
sushmahaParticipantHi, 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 suggestthanks
March 12, 2025 at 2:20 pm #645228
Aizaz Imtiaz AwanKeymasterHello,
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,
March 12, 2025 at 2:43 pm #645233
sushmahaParticipantHi, 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
March 12, 2025 at 8:22 pm #645335
sushmahaParticipantAlso, custom font upload is not letting me upload woff file? Can this be addressed at earliest plz as site has to go live.
Thanks
March 13, 2025 at 1:28 pm #645565
Aizaz Imtiaz AwanKeymasterHello,
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,
March 25, 2025 at 7:31 pm #648966
sushmahaParticipantcan 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
SushmaMarch 26, 2025 at 9:13 am #649033
sushmahaParticipanthelp me work on order review bit plz, font ..i have managed to sort.
Thanks
March 26, 2025 at 11:03 am #649065
Aizaz Imtiaz AwanKeymasterHello,
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,
March 26, 2025 at 11:40 am #649082
sushmahaParticipantadding code seem to have worked, will that not effect elsewhere thru out checkout process?
Thanks
SushmaMarch 26, 2025 at 11:42 am #649084
sushmahaParticipanti have removed code for now as dropdown styles for country dropdown etc are not showing properly?
Thanks Sushma
March 26, 2025 at 1:54 pm #649151
sushmahaParticipantalso, where do i change password limit plz?
March 27, 2025 at 9:13 am #649397
Aizaz Imtiaz AwanKeymasterHello,
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,
March 27, 2025 at 10:00 am #649409
sushmahaParticipantHi 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/checkoutThanks
SushmaMarch 27, 2025 at 10:01 am #649410
sushmahaParticipantbtw, drop down not changing country?
March 27, 2025 at 10:39 am #649436
sushmahaParticipantAlso, 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
SushmaMarch 27, 2025 at 4:10 pm #649605
Aizaz Imtiaz AwanKeymasterHello,
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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register