mjunes
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed CSS throws 404 errorHello,
Thanks for the prompt response. Could you tell me where to find this dev version v4.4.4-rc2 ?
Thanks.
Forum: Plugins
In reply to: [Product Size Charts Plugin for WooCommerce] Recent update broke my siteHello there,
I had updated to 2.1.7 and that’s when I found out about the fatal error. With your plugin activated I was unable to access woocommerce tab manager settings. Threw fatal error. Disabling your plugin fixed the issue. So I started reverting back one version at a time all the way to 2.1.1. That’s the version works without any issues for me.
Forum: Plugins
In reply to: [Banner Management For WooCommerce] How to add banner for Tag pages?Hello everybody,
Since this is the first result in google for this particular query, I’m gonna add the solution here that I found recently. Turns out that you don’t even need a plugin to achieve this. Not only for Tag pages, but for any Taxonomy pages like Category and even custom taxonomy pages.
I figured if I was able to add wpbakery/elementor shortcodes to Tag page descriptions, then it would not only enable me to add banners but potentially anything & everything.
So, in order to allow shortcodes in all category, tag and custom taxonomy descriptions, just put the following code into the functions.php of your theme, preferably child theme.
add_filter( 'term_description', 'do_shortcode' );
Now add your shortcode in the description field (Tag > Edit tag > Description ) and voila. Banners, Sliders and whatnot on tag page. ??
Here is an example wpbakery shortcode for adding banners. The numbers 1336 and 1339 are image IDs. Just replace them with your own Image IDs. If you don’t know how to find image IDs, refer here.
[vc_row][vc_column offset="vc_hidden-sm vc_hidden-xs"][vc_single_image image="1336" img_size="full" alignment="center" onclick="custom_link" el_class="home-single-banner"][/vc_column][/vc_row][vc_row][vc_column offset="vc_hidden-lg vc_hidden-md"][vc_single_image image="1339" img_size="full" alignment="center" onclick="custom_link" el_class="home-single-banner"][/vc_column][/vc_row][vc_row][vc_column offset="vc_hidden-sm vc_hidden-xs"][vc_empty_space height="40px"][/vc_column][/vc_row][vc_row][vc_column offset="vc_hidden-lg vc_hidden-md"][vc_empty_space height="20px"][/vc_column][/vc_row]
The beauty of the above code is that it changes according to devices. For desktop devices: image with ID 1336 will be displayed and for mobile devices: image with ID 1339 will be displayed. So make sure the width of your mobile image is smaller than the desktop image. If you want to have same image for both desktop and mobile, just replace both the image IDs in the above code with the ID you want.
Note: I’m not sure if the above WPBakery code will work with all themes. It works for my theme. If it doesn’t work with your theme, create a blank page and build your banner using wpbakery/elementor, switch to text view, copy and add that code to the description field. It should work.
Hope this helps someone. ??
Forum: Plugins
In reply to: [Knit Pay] Razorpay Instant RefundsHello Gautam,
Thank you for the response. I tried the refund option and it is working well.
However, I do not get an option to choose between “Instant Refund” and “Normal Refund”. The only place where I can change this is in RazorPay Dashboard settings. But it is simply not feasible to change the Refund Speed setting every-time we make a refund.
I see there is an option to choose the refund speed (Normal or Optimum) while making the API call. Refer here. I’m not a coder, but it would be great if you could provide us with an option to choose the refund speed while making the refunds from woocommerce order admin.
Thank you.
Forum: Plugins
In reply to: [Banner Management For WooCommerce] How to add banner for Tag pages?Hello, Thank you pointing that out. But I’m using Tags as Brands in my site. And I thought of displaying brand banners on tag pages. Which is why I asked for that option. Would be nice if you could add that functionality. Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Activating Captcha Causes Uncaught ErrorsSorry. I faced too many errors with CF7. So I had to go with an alternate contact form plugin. Thank you.
Forum: Plugins
In reply to: [Contact Form 7] Activating Captcha Causes Uncaught ErrorsPlease add a product to cart and proceed to Cart and Checkout pages to see the errors in browser console. The cart page shows 2 errors and checkout page shows 7 errors. The link to the website is inside this pastebin.
Removing recaptcha integration fixes the issue. Please help. Thanks.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Need to remove Action buttonsHow could I not? Left one way back. 5 stars ain’t enough. ??
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Need to remove Action buttonsI wanted to remove only the action buttons of your plugin and the code you provided works perfectly. Excellent support. Thank you very much.
My bad. Thank you very much.
Hello, Thank you very much for the response. I just sent a message from your contact us form at zorem.com. Awaiting response. Thanks in advance.
@zorem I just updated the plugin and found that the delivered status has been removed. So I had to revert back to the Version 3.2.0.1. Please let me know how to remove the Tracking Information from refund emails in that version of your plugin. Thank you.
Glad to hear that. I will wait for the next update. Thank you very much.
Hello, Can I get some support here? Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Website not working in iframeThe iframe is used via your plugin. I’m using a html element for the iframe.