Viewing 2 replies - 1 through 2 (of 2 total)
  • I have added this check in

    if(is_tax('rx_aeolus') || get_post_type( get_the_ID() ) === 'rx_aeolus') {

    in plugin-core.php at WPEnqueueScriptsHandler(){

    if(is_tax('rx_aeolus')
    || get_post_type( get_the_ID() ) === 'rx_aeolus'
    || has_shortcode( $post->post_content, 'rx_aeolus_parallax')) {

    New snippet that support shortcode in page

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Load file css only when needed’ is closed to new replies.