Morne
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Error after Applying Filterif you cannot see any error in your server error log please use the following WooCommerce -> Status -> Logs. it gives you all the details you need
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] SideBar Content too longplease check now SITE URL when your on the site filter will be on your right site sidebar when all filters are open you have to scroll for a long time before it moves up is there a way to make it scroll the content
ok as no one had an answer for me, I got one its not perfect but at least it works
/*Change order around on product page for related and cross-sell*/
.c4d_woo_bs_wrap {// this is the main div
display: flex;
flex-direction: column;
}.c4d_woo_bs_wrap > .c4d_woo_bs_cross_sell {order: 2; } /* Will be displayed second */
.c4d_woo_bs_wrape > .cross-sells {order: 1; } /* Will be displayed first */:(:(
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Nested Filters HELPThanks for the rely,
please see the correct screenshot of second configapologies for the wrong screenshot
- This reply was modified 4 years, 6 months ago by Morne.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Nested Filters HELPHi @razyrx
thanks for getting back to me, please see screenshots below.
working Filter Working Filter
Working Filter Config: Working Filter ConfigNot Working Filter: Not Working Filter
Not working Filter Config: Not working filter Confighope all is in order if not please let me know
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] unable to insert the custom taxonomyhave you added this to the widget area? if so make sure it’s in the correct sidebar area, and that the correct filter is selected in single filter or group filter.