Lohith M
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Error by clicking the "send request"Hi Did you try installing SMTP plugin once. Sometime server may have this kind of issues.
yes thanks, i did it manually. using google recaptcha.
If you update this option that will be great help.
thanks once againg
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Add icon with count?yes you can.. You need to play with css little bit before that you need to add this code to functions.php file
add_filter( 'woocommerce_add_to_cart_fragments', 'woocommerce_header_add_to_cart_fragment' ); function woocommerce_header_add_to_cart_fragment( $fragments ) { ob_start(); ?> <span class="cart-contents"><?php echo sprintf (_n( '%d', '%d', WC()->cart->get_cart_contents_count() ), WC()->cart->get_cart_contents_count() ); ?></span> <?php $fragments['span.cart-contents'] = ob_get_clean(); return $fragments; }
and this to your front end template or php file
<span class="cart-contents"><?php echo sprintf ( _n( '%d', '%d', WC()->cart->get_cart_contents_count() ), WC()->cart->get_cart_contents_count() ); ?></span>
It works as you wish..
if you dont want any content you just need to go with the code to edit.
here is live example
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Add icon with count?Hi, Are you saying about product count?
Hi Technorum,
Did you get any option to add google recaptcha to this plugin.
If yes please let me know.
thanks in advance
- This reply was modified 8 years, 1 month ago by Lohith M.
This Plugin doing at its best. And all of my problem related to malware and malicious code has successfully removed from this plugin without any worries.
Thanks Eli.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] not working with StyleShop themeHi Deltamadhav,
yes Jeroen Sormani is right. Its the theme which you are using stops the plugin to work. I am using Styleshop elegant theme and I did solve this problem.
You can follow these steps, it will help you to get resolve your problem
In your theme Styleshop theme find the folder called
* epanel->custom_functions.phpin this file just comment this action
add_action( ‘pre_get_posts’, ‘et_custom_posts_per_page’ );like this
/* add_action( ‘pre_get_posts’, ‘et_custom_posts_per_page’ ); */thats it you are done.
The plugin starts works like Charm, All the best
- This reply was modified 8 years, 1 month ago by Lohith M.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha Languagefunction wptricks24_recaptcha_scripts() {
wp_deregister_script( ‘google-recaptcha’ );$url = ‘https://www.google.com/recaptcha/api.js’;
$url = add_query_arg( array(
‘onload’ => ‘recaptchaCallback’,
‘render’ => ‘explicit’,
‘hl’ => ‘es’), $url ); // es is the language code for Spanish languagewp_register_script( ‘google-recaptcha’, $url, array(), ‘2.0’, true );
}add_action( ‘wpcf7_enqueue_scripts’, ‘wptricks24_recaptcha_scripts’, 11 );
It works fine too.
- This reply was modified 8 years, 1 month ago by Lohith M.
Forum: Plugins
In reply to: [Contact Form 7] How to set the reCaptcha language?Hi takayuki,
Could you please get me how should i add filter to functions.php for render script
Forum: Plugins
In reply to: [WC Fields Factory] Multiple File UploadHI Denizhacisalihoglu,
Thanks for the suggestion you gave and you directed me towards the solution.
Thanks Saravana too for providing this great option.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce – Custom emails per productIs there anyway to set the from email address to based on location. Suppose i have [email protected] and [email protected]. If a customer from the place orders the product from zzz place for him the send address should be [email protected] and if a customer place an order from the xxx place for him from address should be [email protected]. Is there any way to do this.
Forum: Plugins
In reply to: [WC Fields Factory] Multiple File UploadI have added my site link here
https://neps.qodesoft.com/product/brochures-flyers/
and you can see how it is working right now..
Help me out in this.
thanks
Forum: Plugins
In reply to: [WC Fields Factory] Multiple File UploadHI Saravana,
thanks for the reply. Yes I clicked it to yes. eventhough its not working
Its just taking only a single file. Could you help me out in this pls.
Forum: Plugins
In reply to: [WC Fields Factory] Multiple File UploadHi Saravana,
Thanks for the great plugin.
But still multiple file upload is not working. having wordpress 4.4.2 and 1.2.5 latest version.could you please help me out in this.
thanks
Forum: Plugins
In reply to: [Contact Form 7] Unable to solve Orange border ErrorHi Anvil,
thanks for giving the hint regarding captcha thing.
I got the solution too. I was using google recaptcha from BestWebSoft
and I just changed the plugin to wisdomlabs google recaptcha.
things are solved and working fine.
thanks.