CSS Load Issue
-
Hey there … first off, thanks for your work in putting this code together … just wanted to report that I had an issue getting the CSS to load …
changes to fix:
Replaced …
add_action( 'get_header', array( &$this, 'setup_styles' ) );
with …
add_action( 'wp_enqueue_scripts', array( &$this, 'setup_styles' ) );
all good now ??https://www.ads-software.com/extend/plugins/woocommerce-accepted-payment-methods/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS Load Issue’ is closed to new replies.