daileycon
Forum Replies Created
-
Forum: Plugins
In reply to: [Wise Chat] User Shows Up in All ChannelsIt’s the “Enable Offline Users” setting. If checked all users show up in all channels. I’m just going to leave that unchecked. Thanks.
Forum: Plugins
In reply to: [Wise Chat] mod_security issueI had to turn mod_security off. I couldn’t visit my site because I kept getting blocked.
Forum: Plugins
In reply to: [Wise Chat] User Shows Up in All ChannelsYes, every page is set for a different channel.
Forum: Plugins
In reply to: [Asgaros Forum] Code Button to Editor“Use minimalistic editor” is DISABLED
haha that worked! Thanks.
Forum: Plugins
In reply to: [Asgaros Forum] Code Button to EditorI’ve tried that one but I couldn’t get it to work.
I can’t get that code to work after the update.
I’ve tried every way possible and I just can’t get Virtual and Downloadable to be auto checked.
That worked thanks!
Would adding the following code work to enable Virtual Downloadable? Then I just need a solution to hide the options all together.
add_filter( 'product_type_options', 'autocheck_vd'); function autocheck_vd( $arr ){ $arr['virtual'] ['default'] = "yes"; $arr['downloadable']['default'] = "yes"; return $arr; }
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Cart page and checkout page issuesI’ve removed this from class.yith-woocommerce-gift-cards.php and it cleaned up my cart. But will the gift card coupons still work?
if ( is_cart () ) { ?> <div class="<?php echo apply_filters ( 'yith_ywgc_cart_discount_classes', "coupon" ); ?>"> <label for="discount_code"><?php echo apply_filters ( 'yith_ywgc_cart_discount_label', __ ( "Dissscount code: ", 'yith-woocommerce-gift-cards' ) ); ?></label> <input type="text" name="coupon_code" class="input-text" id="discount_code" value="" placeholder="<?php echo apply_filters ( 'yith_ywgc_cart_discount_placeholder', __ ( "Dissscount code", 'yith-woocommerce-gift-cards' ) ); ?>"> <input type="submit" class="button" name="apply_coupon" value="<?php echo apply_filters ( 'yith_ywgc_cart_discount_submit_text', __ ( "Apply discount", 'yith-woocommerce-gift-cards' ) ); ?>"> </div> <?php return false; }
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Cart page and checkout page issuesWhere do I even look to find out what the issue could be? Looks like a css issue.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Cart page and checkout page issuesThis is also breaking my cart page with the same issues. I’m using the Aurum theme. Has this already been updated to fix the issue? I’m using version Version 1.0.10.
Thanks.
Forum: Themes and Templates
In reply to: [Zerif Lite] PHP 7 ErrorResolved.
Forum: Themes and Templates
In reply to: [Zerif Lite] PHP 7 ErrorPlease delete this. Wrong theme, I’m an idiot
Forum: Themes and Templates
In reply to: [Zerif Lite] PHP 7 ErrorI just switched back to 5.6 and loaded fine.