Home › Forums › WoodMart support forum › Custom font uploading issue and translating issue
Custom font uploading issue and translating issue
- This topic has 8 replies, 2 voices, and was last updated 7 months, 3 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
November 14, 2024 at 10:01 pm #612253
nordicsofa.seParticipantHello!
This is so frustrating I’ve been trying to upload custom fonts that actually are woff and woff2 files but getting the error everytime. I tried to customize functions.php with uploading filter didn’t work, I have 3 sites with woodmart theme activated with licenses and all are up to date.
Also translating SKU, the Badges like New, Hot, Out of stock etc in Product archive pages is not working in all of the sites! What am I doing wrong?
Also the In stock badge I want to remove the borders and padding so it’s only the green thing and the text. I’ve already tried to customize with custom css and applied in global css but when visited (refresh) the website first time after css edit applied it shows the borders and you have to refresh it again to see it working. Meaning when someone visites the website the customization is not applied.
FYI: it’s same for everything, when I try to customize something with css and when you visit the page that customization applied first it doesn’t work and when u refresh it works.
I don’t have cache activated both in the website and in my browser so this is not cache issue.
I’ve been trying read other people that reported those topics but please I need them solved ASAP
I have to launch 2 of the sites ASAP, very late tryng to figure out those issuesI would like an instruction to all of the issues so I can apply on all of our sites.
Thanks in advance
-
This topic was modified 8 months ago by
nordicsofa.se.
Attachments:
You must be logged in to view attached files.November 15, 2024 at 4:51 pm #612499
Luke NielsenKeymasterHello,
1. Which error do you see when uploading a custom woff font?
2. Send me admin access so I can check the translation.
3. Also, I need access to check your custom CSS. In general, it looks like the issue in the selector’s weight, more details are here – https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
Looking forward to hearing back from you!
Kind Regards
November 15, 2024 at 6:26 pm #612520
nordicsofa.seParticipantGetting this error message
Sorry, you are not allowed to upload this file type.
I would also love instructions after so I can fix our other sites 🙂
Using child theme.-
This reply was modified 8 months ago by
nordicsofa.se.
Attachments:
You must be logged in to view attached files.November 18, 2024 at 10:49 am #612846
Luke NielsenKeymasterHello,
Please use the suggestion provided in the article below:
https://www.siteground.com/kb/fix-sorry-not-allowed-upload-file-type-error-wordpress/
Kind Regards
November 19, 2024 at 3:17 am #613204
nordicsofa.seParticipantI’m so sorry I forgot to give the URL to the site
November 19, 2024 at 5:54 pm #613518
nordicsofa.seParticipantHello, Is there any update on translation and css issue?
Best regards
November 20, 2024 at 11:55 am #613701
Luke NielsenKeymasterHello,
Sorry for the delay.
2. I see that the translation works well, here is an example:
Result: https://prnt.sc/uN_3hzr792dc
Check our article on how to use Loco: https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/
3. It seems that the CSS area is empty – https://prnt.sc/8ZlU7LvhNg4T could you please define your custom?
Kind Regards
November 20, 2024 at 5:44 pm #613914
nordicsofa.seParticipantp.stock.wd-style-bordered span {
border: 0px solid #85B951; /* changed the border here */
color: var(–color-gray-800);
}
p.stock:is(.wd-style-bordered,.wd-style-with-bg) span {
display: inline-block;
padding: 0px 0px; /* padding set to 0px */
border-radius: calc(var(–wd-brd-radius) / 1.5);
}I had removed it, here’s the code I used. Each time when you click on new category link, first time it shows the original design. You have to refresh the page in each category to get the css effect to work.
November 21, 2024 at 11:15 am #614148
Luke NielsenKeymaster -
This topic was modified 8 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register