Home Forums WoodMart support forum multiple issues

multiple issues

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

    John
    Participant

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

    #75628

    John
    Participant

    4. how to text align right in these two columns

    Attachments:
    You must be logged in to view attached files.
    #75637

    Hello,

    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

    #75639

    In 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

    #75643

    P.S.

    If you still have problems with uploading the font files, provide your FTP access.

    Best Regards

    #75667

    John
    Participant

    1. 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/kqy3dr

    4. 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)

    #75680

    Hello,

    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/kr0dks

    Please 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

    #76089

    John
    Participant

    okay,

    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?

    #76102

    Hello,

    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

    #76129

    John
    Participant

    okay thanks

    waiting for translate and font files

    #76149

    Hello,

    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

    #76152

    John
    Participant

    thank you, great !

    #76176

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘multiple issues’ is closed to new replies.