Home Forums WoodMart support forum Error encountered and suggestion

Error encountered and suggestion

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #702001

    kone_salia
    Participant

    For some time now, I\\\’ve been experiencing several problems with the WoodMart theme:

    – Problem with the Elementor plugin (unable to save changes and difficulty opening old pages)

    – Problem with WooCommerce (unable to disable test mode and compatibility issues with WoodMart)

    – Problem with Dokan (some features are slow or even unavailable)

    – CSS errors when clearing the cache

    – Very slow website and difficulty adding menus

    #702029

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The issues affect Elementor, WooCommerce, and Dokan, performance, and caching at the same time, this points to a server/plugin conflict or optimization issue.
    Most commonly, this is caused by:

    Please temporarily disable optimization plugins, clear all caches, and ensure your server meets the requirements.

    For the site speed, Our theme is optimized for speed and should not significantly slow down your website. However, it’s possible that your website’s performance is affected by the content you have added. For instance, the use of too many plugins, large unoptimized images, or other resources can slow down your website.

    We recommend that you remove any unnecessary plugins and install a JS & CSS optimization plugin such as WP Rocket. Our guide on how to optimize your website using our themes can be found here: https://xtemos.com/wordpress-performance-optimization-the-ultimate-guide-in-2021/

    Best Regards,

    #709738

    kone_salia
    Participant

    Hi, thanks for the feedback ultimately I have been forced to restart the whole install from 0.

    I had suggested you add a nav bar to the product category menu on the Sticky navigation Mega Electronics so that it is easier to scroll through categories and slightly thicken all of the nav bars to make scrolling from the top of the page down to the category bar easier.

    When there is enough category it’s impossible to reach all categories menu has less zoom (-) page in web browser.

    #709757

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The sticky navigation menu items must fit on the screen, in case menu items don’t fit, you need to somehow reorganize the menu. It is impossible to define the “scroll” there because in this case the drop-down submenus will be cut off by the “overflow”.

    Please add this code to the Theme Settings > Custom CSS > Global to add the scrollbar but in this case the drop down sub menu will be cut off.

    .wd-sticky-nav .wd-nav-vertical {
    max-height:100% !important;
    overflow-y:scroll !important;
    }

    Best Regards,

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