Support » Plugin: Genesis Printstyle Plus » [Plugin: Genesis Printstyle Plus] Loading plugin after loading content

Viewing 1 replies (of 1 total)
  • Plugin Author David Decker

    (@daveshine)

    @old Cow:
    Sorry, I somehow missed your post!

    If it is still relevant:
    Loading CSS in the header is the best solution. However, you can remove the hook with the stylesheet and add it elsewhere (maybe the footer…).

    Remove:

    remove_action( 'wp_enqueue_scripts', 'ddw_gpsp_add_hook' );

    Re-add elsewhere:

    add_action( 'genesis_after', 'ddw_gpsp_add_hook' );
    
    add_action( 'wp_footer', 'ddw_gpsp_add_hook' );

    I hope this helps.

    Thanks, Dave 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Genesis Printstyle Plus] Loading plugin after loading content’ is closed to new replies.