Home Forums WoodMart support forum Problem

Problem

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #575055

    websolut24
    Participant

    Hello,

    I install the woodmart template and layout on my site is different (smaller) than demo… can you fix it please?

    #575208

    Hello,

    Navigate to Theme Settings > General > Site width > Set the Site width “Full Width”.

    For the Page container > edit the page with Elementor > Edit Container > Set the Content Width “Full Width” and in the Xtemos layout choose the Stretch Container.
    https://ibb.co/s1DYvJ4

    Best Regards.

    #575223

    websolut24
    Participant

    Hello…

    doesn’t work…

    all pages have problem with width (and product page).

    Isn’t like demo.

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

    Hello,

    Now check back your site. Your single product page is in full width:
    https://ibb.co/N16xd04

    Best Regards.

    #575370

    websolut24
    Participant

    No, has not been fixed

    See the screenshot below

    https://ibb.co/xShyCTS

    The layout from centerelectric.gr is smaller than woodmart demo (only menu from centerelectric is okay).

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

    websolut24
    Participant

    Has not been fixed

    See the screenshot below

    https://ibb.co/xShyCTS

    The layout from centerelectric.gr is smaller than woodmart demo (only menu from centerelectric is okay).

    All pages have the same issue and footer… ALL… homepage, checkout, product page, wishlist, compare, shipping methods… normally it should end and start where I drew the red lines like demo….

    Can you fix it?

    I will send you the login details…

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

    websolut24
    Participant

    Has not been fixed

    See the screenshot below

    https://ibb.co/xShyCTS

    The layout from centerelectric.gr is smaller than woodmart demo (only menu from centerelectric is okay).

    All pages have the same issue and footer… ALL… homepage, checkout, product page, wishlist, compare, shipping methods… normally it should end and start where I drew the red lines like demo….

    Can you fix it?

    I will send you the login details…

    Also I noticed that with elementor pewview the site is okay (as a woodmart demo) but when i close elementor, site have different layout..

    please help me

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

    Hello,

    Your issue has been solved. Please check the site after removing the browser cache.

    Best Regards.

    #575621

    websolut24
    Participant

    No, NOT solve!

    see the video… https://drive.google.com/file/d/1veFkCXmT64SD79ck1kcORPMd_29iUjfR/view?usp=drive_link

    above is the demo layout (correct layout) and below is my website layout (which is incorrect)

    #575815

    Hello,

    Can you please share the login details of your other site to which you are comparing the width?

    Best Regards.

    #575821

    websolut24
    Participant

    Hello,

    I am sending you the login details of the other site (centerelectric.eu).

    Centerelectric.eu width is okay (it’s like a woodmart demo).

    But centerelectric.gr has problem… the width is different… I want it to be just like it centerelectric.eu and woodmart demo…

    Let me inform you that the previous template of centerelectric.gr was Basel (Xtemos also).

    #575982

    Hello,

    I think it is the cache issue on the site https://centerelectric.gr/ because I have checked the layout that you have created for the product archive page is showing fine in the Elementor page editor: https://ibb.co/NVgCKv2

    Also the theme settings will not work on the custom layout that you have created on the site. Now the homepage is working fine with the same width as the other site: https://www.centerelectric.eu/

    Please check the homepage now.

    Best Regards.

    #575992

    websolut24
    Participant

    Nothing changed…

    Home page and all other pages have different width.

    Yes I know that as elementor view all is showing fine.

    What cache? I don’t have any active cache plugin…

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

    websolut24
    Participant

    Hello again…

    Here https://elementor.com/help/changes-dont-appear-online/ I found the solve

    When I do Optimized Control Loading-> inactive on elementor settings, all works fine! does it affect anything now that is Inactive?

    I have one more problem… with product categories page.. look this video please -> https://drive.google.com/file/d/10jkt15kp44PaE63kuyPEPeC14J9X9bii/view?usp=drive_link

    #576291

    websolut24
    Participant

    ???

    #576670

    Hello,

    Sorry for the late reply.

    1. Yes, it is ok with inactive the Optimized Control Loading from the Elementor settings.

    2. Please disable all the 3rd party plugins from the site and activate only theme required plugins then I will check the issue further.

    Best Regards.

    #576679

    websolut24
    Participant

    Hello,

    2. I have already done this… but there is no problem with any plugin… because the site is online, you can disable them yourself and activate them as soon as you finish your work.. but as I said there is no problem with any plugin…

    Thank you

    #576741

    Hello,

    I visited your website and noticed that all product categories are empty and do not contain any items (screenshot https://prnt.sc/u6rpdprtKHDB). To debug the issue you demonstrated in your video, I need the categories to be populated with products just as you showed in the video.

    Best Regards.

    #576745

    websolut24
    Participant

    Sir you look at false site.

    The main domain is centerelectric.gr not centerelectric.eu.

    Centerelectric.gr has a lot of products on categories.

    #577027

    Hello,

    Ok, I understand which site to check. But please give me permission to switch the child theme to the parent theme, Potentially, when switching themes, sidebar widgets may be lost, so it’s important to take permission from you to switch the theme.

    Best Regards.

    #577029

    websolut24
    Participant

    Okay, you have my permission

    #577059

    Hello,

    This issue is not related to our theme because, as we can see in the video (https://monosnap.com/file/J8KjJu1ITRbypeCdJgXkjbpgtSUu9i), it also occurs when using the default WooCommerce theme, Storefront. Each page should display 12 products, but in reality, there are fewer. Since this issue is not caused by our theme, we are not exactly sure what is causing it.

    However, we believe it is related to the WooCommerce plugin settings, specifically the “Out of stock visibility” option (screenshot: https://monosnap.com/file/pZxHq28hHr6x1vZr2qCl7HNfW4prAt), because when we disable this option, everything works correctly.

    Best Regards.

    #577075

    websolut24
    Participant

    Hello,

    I found the solve.

    function show_only_instock_products($query) {
    $meta_query = $query->get( ‘meta_query’ );
    $meta_query[] = array(
    ‘key’ => ‘_stock_status’,
    ‘compare’ => ‘=’,
    ‘value’ => ‘instock’
    );
    $query->set( ‘meta_query’, $meta_query );
    }

    The last thing which I want you to do because I can’t find it is to remove the “number and products” from here (see screenshot).

    Thank you

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

    websolut24
    Participant

    How can do this?

    #577115

    Hello,

    1. Sounds Great! that you have solved the issue by yourself.

    2. Please navigate to Theme Settings -> Product archive -> Categories style -> Enable the “Hide product count on category” option.

    https://take.ms/d86Ht

    Best Regards.

    #577120

    websolut24
    Participant

    thank you!

    you can close this ticket!!

    #577307

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Problem’ is closed to new replies.