Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #712422

    alvisxhide
    Participant
    This reply has been marked as private.
    #712773

    Rad
    Moderator

    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!

    #713317

    alvisxhide
    Participant
    This reply has been marked as private.
    #713381

    Rue Nel
    Moderator

    Hello 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.

    #824983

    dalatarzan
    Participant

    Hi.
    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.se

    Best regards
    Jonas Larsson

    #824987

    dalatarzan
    Participant

    Even your own lightbox is shown in the same way:
    https://theme.co/x/demo/shop/integrity/product/happy-ninja/

    Regards
    Jonas

    #825295

    Rad
    Moderator

    Hi there,

    Not sure what you mean, the lightbox is displaying okay from my end. Would you mind providing the screenshot again?

    Thanks!

    #825404

    dalatarzan
    Participant

    Hi. 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
    Jonas

    #825465

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .woocommerce .pp_woocommerce .ppt {
        display: none !important;
    }

    Hope it helps.

    #825564

    dalatarzan
    Participant

    YES!! It helped. Thanks for the super support. Fast and with a great result!

    I can smile again.

    Thanks a lot!
    Jonas

    #825626

    Thai
    Moderator

    You’re very welcome, Jonas 🙂

    If you need anything else, please let us know.