Krupal Lakhia
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Weird Overlay on Some WP PagesHi,
If you can post your website URL then I can check that. Is it appearing only in backend or both frontend and backend?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to make all my Woocommerce open in a new tab?Please try below code if above will not work
jQuery(document).ready(function($){
$(‘.products .thumbnail-wrapper’).each(function(){
$(this).find(‘a’).attr(‘target’, ‘_blank’ );
});
});Please keep this in your child theme JS file.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] How to make all my Woocommerce open in a new tab?Hi,
You have custom class thumb in product listing. So, you can try with below code
In ami_function_open_new_tab() >> a href you can use class=”thumb”
Please let me know if this is working for you.
Thanks!
- This reply was modified 6 years, 9 months ago by Krupal Lakhia.
- This reply was modified 6 years, 9 months ago by Krupal Lakhia.
- This reply was modified 6 years, 9 months ago by Krupal Lakhia.
I have followed below steps but still it is not working for me.
Regards,
Krupal
Viewing 4 replies - 1 through 4 (of 4 total)