Home Forums WoodMart support forum bugs confirmed by germanized

bugs confirmed by germanized

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #451653

    tussibag
    Participant

    1. First issue / Wrong fontsizes
    If we install and setup germanized pro the product grid show the unit price in wrong font-size. Check also attached image: font-size_for_unitprice.png. The correct fontsize you can see in screenshot by word “kg”.

    2. Second issue / wrong order for some product grid style
    The order for price and unit/price is this:
    PRICE
    UNIT PRICE
    See also the correct order in screenshot “correct_order.png”.

    But if we select some some product styles for shop grid, the position is incorrect:
    UNIT PRICE
    PRICE
    Check also our attached images: product_style_options.png and “frontend.png”.

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

    tussibag
    Participant

    attached images

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

    Artem Temos
    Keymaster

    Hello,

    Please, send us your admin access so we can check the configuration and see what font size is set for the price.

    As for the price order, please, check how it works with the default WordPress theme to see if it is caused by WoodMart or not.

    Kind Regards

    #452144

    tussibag
    Participant

    Yes, its caused by woodmart:
    if you enable default wordpress theme: the position is correct.

    But in some grid styles of woodmart (see attached file in my first post product_style_optios.png) its changing the order in some grid styles:

    Some styles show the price first and unit later… and some styles show the price after unit. Its changing and that makes no sense. Because unit price information you need to show always after normal price and its not good to write it in same size like the normal price.

    Germanized pro support already checked that and also confirmed: it makes no sense to write unit information so large and to change the position. We also try to change the position via unit price order setup… but in some styles its working, in some not. 🙁

    • This reply was modified 1 year, 1 month ago by tussibag.
    #452174

    Artem Temos
    Keymaster

    Hello,

    The price font size is currently set to 18px in Theme Settings -> Typography -> Advanced. Check this screenshot https://gyazo.com/569cf828a539064e6a8fd084adcb7872
    As for the price display issue, can we switch between themes on your website to see how it should work?

    Kind Regards

    #452759

    tussibag
    Participant

    1. But why the unit price in some of predefined styles are good (smaller) and in some other predefined styles its very large like general price? In all other woocommerce theme the information about unit price and other unit information are smaller and not in the same price like general price settings. This is absolute not a good idea and will disturb the visitor, because they see two prices in same sizes.

    Regarding order issue:
    By some predefinied styles the order is fine (we definied order in germanized) and in some other predefined styles germanized have no effect to order in grid.

    I will create an stage for you, so you can test. I will ping you tomorrow back, when i start the migration to stage.

    BR
    Tommy

    • This reply was modified 1 year, 1 month ago by tussibag.
    #452892

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to reduce the unit price

    .price-unit .amount {
        font-size: 14px!important;
    }
    #452921

    tussibag
    Participant

    The unit is still in another size.
    Why you does not support same sizes by default like other themes that support germanized?
    You can see the result here:
    https://fleischer-koch.de/shop/page/4

    unit price is small, but the unit kg still have different size.
    BR
    Tommy

    • This reply was modified 1 year, 1 month ago by tussibag.
    #452954

    Artem Temos
    Keymaster

    Try to add the following CSS also

    .product_list_widget .price-unit, .products .product .price-unit {
        font-size: 12px;
    }
    #458341

    tussibag
    Participant

    1. If we switch the style of product grid via woodmart settings: in some styles its working, in some other its not working and we need to use your custom css. Thats not good.

    2. Same with order of information in grid:
    By some predefinied styles the order is fine (we definied order in germanized) and in some other predefined styles germanized have no effect to order in grid. So why germanized have no effect to some grid styles? Germanized told us its about a small bug in woodmart. With storefront its working fine.

    #458584

    Artem Temos
    Keymaster

    Hello,

    Please, enable a style with a problem that you are going to use on your website so we can see the issue and compare it with the default theme.

    Thank you in advance.

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