TechMan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [eStore] How to show banner on top besides store name and logoI used following CSS which solved the issue.
#mysticky-nav.wrapfixed { position: relative; }Forum: Themes and Templates
In reply to: [eStore] Unable to remove sidebarManaged to hide it by using following CSS
#secondary { display:none; } #primary { width: 100%; }Forum: Plugins
In reply to: [WooCommerce] Move Woocommerce from one domain to anotherI am not sure about licensed plugin but I am using WooCommerce free version and just moved site from one domain to another two days ago.
I simply copy/pasted files from old site to new site.
Then I took database backup of old site. Then I renamed all instances of oldsite.com to newsite.com in that backup after opening it in Notepad++. Finally I restored database on new site.My site is WooCommerce based.
It’s working now.
I am facing same issue i.e. older products are working fine but newer products has this problem. The problem happened from version 5.0.7 and I have updated it to 5.0.9 today but still the problem remains.
Even after updating to version 5.0.9 the problem remains.
Review done!
After update issue is now fixed. Thanks for the quick fix!
Here’s screenshot of good product. Notice how there is a default image under “Image Without Assigned Variation”
Here’s screenshot of bad product. Notice there is no default image in variation. This is because in case of some products I use same image for all variation and it was working fine like this before as I am using this plugin for more than 6 months now.
But now if I go and add image under “Default Gallery” in variations then the issue is fixed.
But the question is why do I have to add product now when it was working before?
Forum: Plugins
In reply to: [WooCommerce] Unable to add products with variation in cartI was wrong. It seems to be working fine for only one product (the latest one which I just added) while same issue is happening for all other products with variation
Forum: Plugins
In reply to: [WooCommerce] Unable to add products with variation in cartStrange thing happened. I disabled this plugin and the issue was gone. Then I enabled it again and issue appeared again. Then I disabled it again and even after re-enabling it, the issue didn’t come back and it is now fixed. In short I disabled and re-enabled this plugin 2 times and it fixed the issue.
Forum: Plugins
In reply to: [WooCommerce] Unable to add products with variation in cartFound the culprit. It’s “Smart Variations Images for WooCommerce” plugin. Disabling it fixed the issue.
Forum: Themes and Templates
In reply to: [Astra] How to move search bar to topNo I did not have both cart and search in menu. Before that I was only using cart icon and I didn’t know I can also use search which I did after this post and now cart icon is gone.