alitoo.81
Forum Replies Created
-
Hi, no we cant! we dont know you.
I am a programmer and web desighner, its your plugin. Fix it! Dose not allow to do 2 pakets at the same time when choosing Multiple Packages.I just updated everything, and it’s still not working! It keeps loading but never places it or creates any labels. So I have to go back to the old one.
- This reply was modified 11 months, 2 weeks ago by alitoo.81.
Hi,
No, we are just using the old version, and we can’t use new services with it. We may have to cancel the contract with DHL for these new services if we don’t solve this.
Any update on this?- This reply was modified 1 year, 1 month ago by alitoo.81.
Hi,
Where can I see this in your app?
Is it in the new app? because I went back to the old version.Hi, you solved it?
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] Remove VPN blacklistHi,
My friend, we know that some VPNs are not spammers. MAny in Germany use it. I have now your plugin and had to add the quiz option and disable yours. Yours works good but extremely good and by that, it can make mistakes. MAny customers where reporting Spam error in contact form 7.
thanks hope that you fix it.
regards
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] Remove VPN blacklistHi, I have the same issue. How we solve this? Also, many contacts and customers are reporting that they can not send any question or use any form because they are blocked. Your plugin is blocking also real customers and is making as lose orders because it’s denying the registration.
Forum: Plugins
In reply to: [Delivery Countdown Timer] custom workHi, I also need a custom work. I need your plugin to be compatible with my site. Actualy it has some issues like adding an empty slider to my existing sliders. Please contact me at [email protected]
thanks.
I am expert in html and CSS. I had to learn PHP in one night, but I made it lol
This is a Snippet for adding any text or image or chart to the simple product short discription in the same category. (all products inside one certine category). You can simply add it to the function.php of your theme.
add_action( 'woocommerce_single_product_summary', 'coral_chart', 20 ); function coral_chart() { global $post; $terms = wp_get_post_terms( $post->ID, 'product_cat' ); foreach ( $terms as $term ) $categories[] = $term->slug; if ( in_array( 'tridacna-clams', $categories ) ) { echo 'image, text or any thing.'; } else { echo ''; } } ?>
Well I made this till know.
add_action( ‘woocommerce_single_product_summary’, ‘coral_chart’, 20 );
function coral_chart() {
echo ‘<img src=”url of the image”>’;
}the only thing is left is that I need it to display the image in all products inside one category. Maybe with the ID of the category but I dont no how to add this to the snippet. What I feel is needed it to add something before woocommerce_single_product_summary like product_cat but how do I add the ID of the category?
thanks
Hi,
I have seen by googling that some people have help here or I am wrong? Is it free in jobs.wordpress.net?
thanks
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Its not taking suscribtions from unregistered usersmmm I think its a problem with my theme. I will check and let you know.
thanks