Vishal Lohar
Forum Replies Created
-
Hey, can you please delete this and other Support questions as it’s appearing in search. I don’t want this to be visible in search when people search my brand on google.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Update button on Edit product page not workingThank you for your suggestions!
I tried the Wp Staging method and figured out everything.Direct checkout, Add to cart redirect, Quick… – Update button problem was fixed after disabling this plugin.
WooThumbs – Attributes automatically deleted problem was solved by disabling this plugin.
Jetpack – Jetpack was increasing load times in Wp-admin and Timeout errors. Even jetpack.css was causing some alignment problems. Disabling jetpack solved these issues.
- This reply was modified 3 years, 4 months ago by Vishal Lohar.
- This reply was modified 3 years, 4 months ago by Vishal Lohar.
Forum: Plugins
In reply to: [Facebook for WooCommerce] Individual Product Details are missingThere are no any fields and every variation has all the required attributes. The problem was I didn’t assign the values in the Facebook Tab on the edit product page.
But, now the problem is I will have to manually edit each product to add details in the Facebook tab. Is there any way to do this automatically?
Like, the Product feed pro plugin has a mapping feature. It maps Facebook product price to woocommerce regular price, facebook product color to woocommerce product color, etc. So, when we create a feed all this data is automatically synced without changing or entering anything.Now, I just want to ask, can I skip sync for few categories like uncategorized.
Ohh okay.
That means I have to find another good plugin. Bcoz I don’t have time to change the description of 100s of added products.
But, still, I would suggest you include this very basic feature in the coming updates.Yes, That’s what I want.
Unticking the Individual coupon use option is not helping. As it will allow all other coupons to get used together.
And I just want One coupon to get used with few specific coupons.Forum: Plugins
In reply to: [Wallet for WooCommerce] Referral Bonus is not automatically added to walletCan you please share the exact code which I can insert in my new code snippet?
And Is it possible to set a referral bonus as a percentage? E.g – 10% of the referred customer order amount will be credited as a referral bonus.
I cleared my cache and now its working.
Thank You!Hi @martiniag
I solved my issue. So, today I was using the asset cleanup plugin to limit plugin functionalities and enable them on pages where they are required. By doing this, I limited active plugins and javascript on the homepage and this solved my issue.I guess you should give it a try. Earlier, I disabled all plugins and also tried troubleshooting mode but it never helped. Finally, the asset cleanup pro plugin solved my issue.
If you need any help in setting the carousal to full width then I can guide you!
HI @martiniag
My issue is still not resolved by the support team. They are working on fixing this. For now, I have set the product carousel to full width so it doesn’t look bad. You can do the same for your website.Hey, the description is still not visible.
And after adding the code my site logo is being loaded instead of product images.
Please check this image – https://ibb.co/0t82T5rFinally, I found the code which was causing these issue. On the home page. I am using an image carousel and I wanted to set a separate link for each image. So I used this HTML code to set the links.
<style>.swiper-slide-image{cursor: pointer;} </style>
<script>
document.addEventListener(‘DOMContentLoaded’, function () {/* Edit the links HERE */
let links = [
‘https://casesrocks.com/phone-cases/’,
‘https://casesrocks.com/unisex-t-shirts/’,
‘https://casesrocks.com/women/crop-hoodies/’,
‘https://casesrocks.com/women/crop-tops//’,
‘https://casesrocks.com/unisex-hoodies/’
];document.body.addEventListener(‘click’, function (e) {
if (e.target.closest(‘.swiper-slide’)){
let i = e.target.closest(‘.swiper-slide’).getAttribute(“data-swiper-slide-index”);
location = links[i];
}
});
});
</script>After removing this code the issue is gone but now I can’t set a separate link for each image in the image carousel.
Also when I click on the product carousel image the product link is not working. Like I have to click on the link button to open the product page.
I tried Astra and Twenty Twenty themes and yes I am having the same issue.
Forum: Fixing WordPress
In reply to: Woocommerce Product saving takes foreverVideo of Issue – https://easyupload.io/68joo1
- This reply was modified 3 years, 5 months ago by Vishal Lohar.