tmleeek
Forum Replies Created
-
hello mr.James
thanks for the plugin , it works nice , i need your help again
can you please make me an option like a tick box to the posts editor .
to allow ads to run on certain posts
it and make exception for it , can you add that to this cool plugin ?
- This reply was modified 2 years, 1 month ago by tmleeek.
great , thanks .
yes that will be super cool
if you can help out , i need to know what the paths i should exclude for adsense not be minified , because i really sometimes need minification.
hello
its seems there are multiple problems causing the confilict
all breeze plugins last version for this may 2021 have problem on caching
also the minification for css and js from cloudflare defintly add to trouble .
so after installing old version and disable minification every thing work outthe caching was the reason i do not see any result , i was not know its all over cloudways server
and its new to me that minifcation will cause trouble with js files .
what a strange and very difficult scenario to even get together as one
i have done as you suggested , even download older version
still same problemhere is the site health :
https://g5g5.net/site.txti remeber i updated sitekit , was there any new updates , because things get really ugly after that , and i can not find a way to install the older version
I get back to my old ip address in less than 2 hour
because migration failed because new vps was crashing every minute
i used blogvault for migration
i was connected before but i reset every thing after the problem and reconnecti have sent you the site health through form
this is the capture screen from chrome and safari
Forum: Plugins
In reply to: [WP Job Manager] Apply buttons missingmake sure that you dont disable application field the field editor plugins , also an email or url have to be provided if that field become null the button wont show up
Forum: Plugins
In reply to: [WooCommerce] ERROR: Anti-spam field was filled in.in the end it was auto refill that cause the problem , for once i though its the adblocker
Forum: Plugins
In reply to: [WooCommerce] bulk change status filter or actionok , its seems my mistak in the end , every thing is working now , i was including object in the loop in incorrect way thats was the problem from start .
Forum: Plugins
In reply to: [WooCommerce] bulk change status filter or actionso i play smart and try the edit action but its doesnt work
check my code
function test_mail($o_id,$new_status) { mail("[email protected]","test bulk","$o_id"); } add_action('woocommerce_order_edit_status','test_mail');
Forum: Plugins
In reply to: [WooCommerce] bulk change status filter or actionhello , can you give me example how can i do it correctly , and Mike please share me any example the correct way
what the correct way by code please
Forum: Plugins
In reply to: [WooCommerce] bulk change status filter or actionthis is th code i am using
function cs_custom_status_messages( $order_id, $old_status, $new_status ) { global $woocommerce; if($old_status=="processing" && $new_status=="completed"){ echo $order_id; } }
add_action( 'woocommerce_order_status_changed', 'cs_custom_status_messages', 1, 3 );
however it only print one order not the rest
Forum: Plugins
In reply to: [WooCommerce] bulk change status filter or actioni only send email to my self when order status changed from processing to complete , however when that done with bulk action , and the rest will not sent