We could easily track the problem and it is the way CSS and JS are registered/enqueued.
- Code: Select all
wp_register_style( 'gk-grid', home_url() . '/wp-content/ ...
Those need to use plugins_url WP function.
wp_register_style( 'gk-grid', home_url() . '/wp-content/ ...