Home Forums WoodMart support forum Woodmart bugs

Woodmart bugs

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #254157

    Galaxystore
    Participant

    Hello ,i just start to bild my eshop and i have some problems
    1)- with the product price on category page ,i added 9 products with the same way ,but the price is shown only for 6 on category page ,not for all ,why ?
    2)- I want to change shrift for price on product page ,i did all the changes in advanced typography ,but is nothing change on product price.
    3) – I make categories for products,in menu “categories” is 11 items ,but infront on shop page is only 8 ,and then i create new product is only 8 ,and i cant add new item in category that is been created before
    4) Reviews is not shown on category page (stars)
    please help me soon ,thank you

    #254204

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by Woocommerce.

    2. Please provide your site admin access I will check the settings, or provide custom CSS.

    3. Please check if all the categories have the products, you could enable the option to hide the empty categories in the Theme Settings > Shop page > Sidebar and titles.

    4. Please switch another design on hover in the Theme Settings > Shop page > Product Style.

    Best Regards

    #254640

    Galaxystore
    Participant

    Hello ,the prices on category page is fixed ,i choose other style and is work now
    But i have onother problem with the price on product page ,is to small ,i make changes in advanced typografy ,size & colors ,but nothing change infront ,please,chek this

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

    Hello,

    Please deactivate all the plugins not related to the theme check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Let us know if the problem persists, I have checked on my side it should work properly.

    Best Regards

    #254881

    Galaxystore
    Participant

    Hello ,yes,i did that and i find one plugin that make a problem ,is German Market ,is nesessary for us in Germany ,but then is active ,the price is to small on product page
    how can we do it to work together ?
    Thank you

    #254961

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .price {
        font-size: 25px;
    }

    If you need to change any other font, let us know we shall provide custom CSS and you will be able to make changes as per your needs and use the plugin.

    Happy New Year!

    #257145

    Galaxystore
    Participant

    Hello ,ok,is work now ,but i have another pproblem with german market plugin .Then is activated ,disappear the button “place order ” from chek-out page, please help me to fix that
    2) How to change price size from the sidebar vidgets? its to big
    3) How to change price colour on chek out page ? i want it black ,not light blue
    thank you

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

    Bogdan Donovan
    Keymaster

    Hi,

    1. Our theme and German Market plugin modify the same checkout page file, so to make it work from plugin side please navigate to the theme folder woodmart\woocommerce\checkout\ and remove form-checkout.php file.

    2. Replace our previous custom code from this reply (https://xtemos.com/forums/topic/woodmart-bugs/#post-254961) with this custom CSS snippet:

    .single-product-page .summary-inner .price {
    	font-size: 25px;
    }

    3. Try to add the following code snippet to the Custom CSS area in Theme Settings to change price color on checkout page.

    .woocommerce-checkout .amount {
    	color: #000;
    }

    Best Regards

    #257525

    Galaxystore
    Participant

    Hello ,thank you for the answear .I make this that you tell me ,but the complet order button is steel not exist on chek out page if this plugin is activated ( German market ) That ellse can we do ?
    Thank you

    #257578

    Bogdan Donovan
    Keymaster

    Hi,

    Try to enable Woodmart child theme and paste following form-checkout.php file in this location woodmart-child\woocommerce\checkout\form-checkout.php

    Link to the file:
    https://drive.google.com/file/d/11kgT2i7B7nFsEzuU9e-CefOQlehTEG5j/view?usp=sharing

    Best Regards

    #258135

    Galaxystore
    Participant

    Hello ,thank you for the answear .Tts ok finnaly ,thanks for help ) Just one more question,i want change logo size ,is too small >i make in header change size,increase size pixels ,but is not change infront at all
    how to fix this ?
    thank you

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

    Artem Temos
    Keymaster

    Hello,

    Logo size might be limited by the header height as well. You need to increase the row height that contains logo image. https://xtemos.com/docs/woodmart/header-builder/change-header-height/

    Kind Regards

Tagged: 

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