-
AuthorPosts
-
December 18, 2015 at 8:11 am #712422This reply has been marked as private.December 18, 2015 at 1:16 pm #712773
Hi Alvis,
Your Shirt1 product is originally has Select Option label. This means, that product has variation that you need to choose before it can be added to cart. This kind of product will usually link visitor to product page so they could choose option, like color and size. And woocommerce will not let you add product to cart without choosing some options. If you wish your Shirt 1 function as other product, then remove its options too.
Your wishlist functionality is from 3rd party plugin and not built in to woocommerce, it’s best to contact its plugin author for more accurate advice.
I went ahead and flush your permalinks by re-saving permalinks at Admin > Setting > Permalinks. You’re getting 404 page due to wishlist plugin’s created a permalink structure and not yet flushed
Cheers!
December 18, 2015 at 9:48 pm #713317This reply has been marked as private.December 18, 2015 at 11:28 pm #713381Hello There,
Thanks for the updates.
We recommend that you increase your memory allocated to PHP. You can check this warning in WooCommerce > System Status > WordPress Environment > WP Memory Limit. To increase it, please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
1] Please activate W3 Total Cache and clear the plugin cache. Deactivate this plugin temporarily after purging the cache. Please also clear your browser cache or use incognito mode before testing you site because Woocommerce cart fragments is being save in your browser cache.
If still doesn’t work, you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
2] Please update the code and use this instead:
/* to change tick icon to cart icon */ .woocommerce .button.product_type_variable:before, .woocommerce-page .button.product_type_variable:before { content: "\f07a"; } /* to fix lightbox position */ @media (max-width: 1023px) { .single-product .pp_pic_holder.pp_woocommerce { position: fixed; top:100% !important; } }
Please let us know if this works out for you.
March 5, 2016 at 1:35 pm #824983Hi.
Regarding the lightbox not horizontally centered. I have the same issue but the change i style.css did not solve it.
Do you have any other ideas how it can be solved? https://b-light.seBest regards
Jonas LarssonMarch 5, 2016 at 1:37 pm #824987Even your own lightbox is shown in the same way:
https://theme.co/x/demo/shop/integrity/product/happy-ninja/Regards
JonasMarch 5, 2016 at 10:08 pm #825295Hi there,
Not sure what you mean, the lightbox is displaying okay from my end. Would you mind providing the screenshot again?
Thanks!
March 6, 2016 at 1:21 am #825404Hi. The lightbox is not centered horizontally. The image are shown to far down on the screen. For every thumbnail you need to scroll down in order to change image. Not good. I have tested on several Android devices and one iPhone.
See attched pdf. Do you mean this is ok on your phone?Regards
JonasMarch 6, 2016 at 3:16 am #825465Hi there,
Please add the following code in Customize -> Custom -> CSS :
.woocommerce .pp_woocommerce .ppt { display: none !important; }
Hope it helps.
March 6, 2016 at 5:41 am #825564YES!! It helped. Thanks for the super support. Fast and with a great result!
I can smile again.
Thanks a lot!
JonasMarch 6, 2016 at 6:55 am #825626You’re very welcome, Jonas 🙂
If you need anything else, please let us know.
-
AuthorPosts