Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1338997
    avanaa
    Participant

    Hi there,
    I have inserted a banner on the woocommerce shop page (www.avanaa.ca/en/shop) with shortcodes and
    add_action('woocommerce_archive_description','custom_shop_before_main_content');
    It only appears in main archive shop page because I use if ( is_shop() ) before inserting my shortcodes.

    I would like to insert a different banner on each category archive page (e.g. http://www.avanaa.ca/en/product-category/gift-pack/). I tried
    if (is_category( 'gift-pack' )
    to target this page, but it doesn’t seem to work…

    Thanks for the help!

    #1339273
    avanaa
    Participant

    I figured it out, it should have been is_product_category( 'slug' )
    Thanks anyhow!

    #1339286
    Friech
    Moderator

    Glad you sorted things out, should you require any further assistance with X|THEME and Cornerstone, please feel free to get in touch with us.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1338997 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>