Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
Hi David, no I am not, I am using standard layout. Multi masonry breaks when this filter plugin is activated.
Thanks
This reply has been marked as private.This reply has been marked as private.July 8, 2016 at 1:36 pm in reply to: Problems with Visual Composer making WC product edit page really slow #280027Hi David, sorry I think you missed my point, I disabled ALL plugins except VC and WC, including the ebay and amazon feeds and the problem was still there.
Its difficult I know because it is a live site…
July 7, 2016 at 12:58 pm in reply to: Problems with Visual Composer making WC product edit page really slow #279752Hi David please see below answers…
– Ask your host for any error logs relating to this – CANNOT SEE ANY ERRORS RELATING TO THIS IN ERROR LOG
– Disable plugins one by one and re-test each time. – I DISABLED ALL PLUGINS EXCEPT WC AND VISUAL COMPOSER AND THE PROBLEM REMAINS. WHEN I DISABLE VC, THE PROBLEM GOES AWAY.
– Update WooCommerce – DONE
– Install this plugin to profile what is causing the bottleneck. https://wordpress.org/plugins/p3-profiler/screenshots/. – DONE, NOTHING IS SLOWING DOWN THE SITE, AS IN NOT MORE THAN ANY OTHER PLUGIN AS TO BE EXPECTED. REMEMBER THIS IS NOT AN ISSUE OF SITE SPEED, IT IS THAT THE SCROLLING OF THE “PRODUCT ADMIN PAGE” WHEN VC IS ENABLED IS REALLY STUTTERY AND BUMPY.What now?
thanks
SamOK thanks, seems fine now. did you just edit the following CSS? just in case I ever wanted to change it back…
/*remove “clear” selection link*/
.reset_variations {
display: none !important;
line-height: 0px !important;
}
.woocommerce-variation-availability {
display: none !important;
}.woocommerce div.product p.stock {
display: none;
}.single_variation_wrap .single_variation{
display:none !important;
height:0px !important;
margin-bottom:0px !important;
}This reply has been marked as private.Hi Mohammad, is that not the same as what I already added in the above post?
.single_variation_wrap .woocommerce-variation .single_variation {
display: none !important;Hi Mohammad, thanks for confirming.
Can you clarify what your addition piece of code does? I added it but still see the add to cart button move down slightly when I select a size variant.
thanks
SamAlso, for single products without variations, how would I remove the “in stock” text above the add to cart button? Would the following be correct?
.woocommerce div.product p.stock {
display: none;
}thanks.
June 22, 2016 at 11:55 am in reply to: Problems with Visual Composer making WC product edit page really slow #276375Hi, I am sorry but not really, because it is a live site. I can confirm that when I disable the VC plugin the problem is fixed, and when it is re-enabled it comes back.
All plugins are up to date other than WC which is currently on 2.5.5, I have waited to update this to 2.6.1 just in case any other plugins were slow to update their compatibility.
Thanks.
June 20, 2016 at 1:22 pm in reply to: Problems with Visual Composer making WC product edit page really slow #275897This reply has been marked as private.Hi Rui, I know you can add categories and tags, but I would like to add attributes, as I have some that are not in categories or tags.
Does that make sense?
thanks
Hi Rui, will this affect site load speed if I am not using the minified css?
thanks.
-