As I am working on a very custom ASP integration using the PHP snippet
add_filter( 'asp_load_css', 'asp_stop_load_css', 10, 1 );
function asp_stop_load_css( $stop ) {
return true;
}
This is not connected
VERY useful. This in combination with a theme override to the layout allows WooCommerce items to be displayed exactly as per their archive view using my theme’s existing CSS with minimal work to restyle the ASP elements.
The small bug I’m reporting is a javascript error (all ASP functionality seems to be working perfectly)
Uncaught DOMException: Failed to execute ‘remove’ on ‘DOMTokenList’: The token provided must not be empty.
from asp-prereq-and-wrapper.js
This should be a simple fix [fingers crossed].
-
This topic was modified 4 years, 6 months ago by
willfaulds59.
-
This topic was modified 4 years, 6 months ago by
willfaulds59.