• Resolved Heheda

    (@atmercato)


    Hello,
    there is compatibility issue of your plugin with wp-optimize and woocommerce product shortcodes.

    1. with wp-optimize, the filter cannot be loaded correctly in the backend on shop page when wp optimized is activated.

    2. woocommerce product shortcode [products limit=”5″ columns=”5″ orderby=”id” order=”DESC”] cannot work properly when your plugin is activated.

    Other than these compatibility issue, there are 4 problems:
    1, the filter filters automatically even I have disabled this feature.
    2, When it filters, the default option of “Order by date” disappears.
    3, The tag “category X” or “Tag X” is not showing after the filtering the products. They show only when I delete one of the filter selected.
    4, In the category selection, the scroll-down bar looks really strange(it is totally black!) in Edge and google chrome, normal only in firefox.

Viewing 1 replies (of 1 total)
  • Plugin Author Nick McReynolds

    (@woobewoo)

    Hello @atmercato,

    1. https://joxi.ru/Vm6YaR1cR1QVlr – I was unable to reproduce this locally. Most likely the problem is related to some specific plugin configuration.

    2. “woocommerce product shortcode” – “cannot work properly” – We need a more detailed description of the issue, with screenshots and a link to an example.

    Other than these:

    1. “the filter filters automatically even I have disabled this feature.” – Sometimes users think that Ajax and automatic filtering are the same thing. But these are different options, make sure you switch to filter by button and not just disable Ajax.
    Clear website and browser cache.

    2,3 A more detailed description is needed.

    4. The custom CSS styles for the scrollbar:

    ".wpfFilterVerScroll::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
        background-color: #bd1414 !important;
        border: 1px solid #e4e4e4 !important;
    }
    
    .wpfFilterVerScroll::-webkit-scrollbar-track {
        border: 1px solid #f11616 !important;
        background-color: #006cfa !important;
    }

    We need more detailed information regarding your case, please contact our support team, a specialist will help you resolve the issues: https://woobewoo.com/contact-us/

Viewing 1 replies (of 1 total)
  • The topic ‘Conflit with WP Optimize and woocommerce product shortcodes and’ is closed to new replies.