Home › Forums › WoodMart support forum › multiple issues
multiple issues
- This topic has 12 replies, 2 voices, and was last updated 6 years, 11 months ago by
Elise Noromit.
-
AuthorPosts
-
September 5, 2018 at 1:21 pm #75618
JohnParticipant1. Custom font; i can’t upload (ttf, eot) files also i tried this code in function.php and it is didn’t work
function woodmart_fonts_type( $mimes ) {
$mimes[‘ttf’] = ‘application/x-font-ttf’;
$mimes[‘eot’] = ‘application/vnd.ms-fontobject’;
return $mimes;
}
add_filter( ‘upload_mimes’, ‘woodmart_fonts_type’, 1000 );2. I used this products AJAX taps to show the products like in the shop area, my question is how to control how many products to show, in (responsive); control the number of products to show and number of the rows for example
3. i cant translate “My Account” phrase in sidebar when i am in (wishlist) tap
September 5, 2018 at 1:56 pm #75628
JohnParticipant4. how to text align right in these two columns
Attachments:
You must be logged in to view attached files.September 5, 2018 at 2:16 pm #75637
Elise NoromitMemberHello,
1. Please follow the instructions step by step https://xtemos.com/docs/woodmart/faq-guides/upload-custom-fonts/
2. Enter the General tab of the Product gird element and set “Items per page” and set the number of columns in the “Desing” tab. More detailed instructions are here: https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/
3. Navigate to Loco > themes > Woodmart > insert the phrase into search and translate
Best Regards
September 5, 2018 at 2:21 pm #75639
Elise NoromitMemberIn addition to:
I am checking now and see that text has been already aligned http://prntscr.com/kqxbum
Please provide URL of the pages.
Best Regards
September 5, 2018 at 2:27 pm #75643
Elise NoromitMemberP.S.
If you still have problems with uploading the font files, provide your FTP access.
Best Regards
September 5, 2018 at 3:24 pm #75667
JohnParticipant1. you did not read my question?? i have problem uploading (ttf, eot) have this error: “Sorry, this file type is not permitted for security reasons.”
2. I said number of rows in responsive or numbers of product to show ! (not in one page)
3. as i said before this word is just untranslated in wish list tap
https://prnt.sc/kqy38x
https://prnt.sc/kqy3dr4. it is clear it is not in (check out) there is a big “add to cart” in my photo it is in wish list !
also, you did not talk about the other photo and it is in (compare)September 5, 2018 at 6:37 pm #75680
Elise NoromitMemberHello,
Please provide full-admin access to your admin area we shall check the issue with the font files.
The number in rows is set by columns in the “Desing” tab. The number of rows is getting by considering the number of items in the page divided on a number of columns, for example, you set 8 per page and 4 in columns, you will get two rows with 4 in a row.
You can set the number of columns on mobile 1 or 2 in the Theme settings > Shop > Product grid http://prntscr.com/kr0dksPlease add this CSS to the Theme settings > Custom CSS to align text to the right:
.woocommerce table.wishlist_table tbody td { text-align: right; }
Best Regards
September 8, 2018 at 10:02 am #76089
JohnParticipantokay,
can i change the total number of products to show? they are 10 i want make them 8
thanks, and for the text on compare page?
and you don’t talk about the untranslated “my account” phrase?
September 8, 2018 at 12:47 pm #76102
Elise NoromitMemberHello,
Here is code for compare page:
table.compare-list th { text-align: right; }
In order to set the number of products per page, navigate to the Theme Settings > Shop Product grid http://prntscr.com/ks1eai
Best Regards
September 8, 2018 at 5:09 pm #76129
JohnParticipantokay thanks
waiting for translate and font files
September 8, 2018 at 8:21 pm #76149
Elise NoromitMemberHello,
We have added custom code to functions.php now font files should be uploaded correctly.
As for the translation, please update your theme up to the recent version and synchronize translations http://prntscr.com/ks5lym
If you still have a problem with the transaction, let us know.
Best Regards
September 8, 2018 at 9:09 pm #76152
JohnParticipantthank you, great !
September 9, 2018 at 8:44 am #76176
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘multiple issues’ is closed to new replies.
- You must be logged in to create new topics. Login / Register