kuleszas
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
hello! Yes, i get your comformation and you are now on our email list! I tried your example…. however it did not work. The popup is still blank.
Also after we get this working , I do not want my subscribers to have to confirm their subscription.
Forum: Plugins
In reply to: [WooCommerce] Video on category pagesThia code works!
<?php function woo_add_video_on_category_page() { if ( is_product_category( 'posters' ) ) { echo '<iframe width="560" height="315" src="//www.youtube.com/embed/rxX9PRhvIL0?list=PL959AE597E59B6863" frameborder="0" allowfullscreen></iframe>'; } } add_action( 'woocommerce_before_shop_loop', 'woo_add_video_on_category_page' ); ?>Forum: Plugins
In reply to: [Firelight Lightbox] Fancy Box overlay close-out not working/showingIt worked before i installed WooCommerce fine. I need both fancy box and woocommerce. WP is up to date and so is the plugin.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancy Box overlay close-out not working/showingSorry
Subject Site http://www.guytgunterappliances.com
It’s conflicting with my lightbox in the woocommerce portion of the site.. i think. http://www.guytgunterappliances.com/product/alder-chips/
Viewing 4 replies - 1 through 4 (of 4 total)