Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think the button only works when the order is complete. The button is unclickable for me when the order is in process or on hold, which from the customer’s point of view looks like we’re lying about the local refund request feature.. I hope a developer can show us if we can hide the button when it’s unclickable.

    Thread Starter perfectleads

    (@perfectleads)

    The reason why new account emails were not sent to re-registered old customers (whose account I deleted*) is because *I didn’t delete their accounts properly. I’m running multi-site WP, and I was only deleting them from particular site where they signed up but not from the general network admin users (where their emails were still registered).

    Thread Starter perfectleads

    (@perfectleads)

    Hi, thank you for your response. That code worked.
    The reason why I’m doing all of this is because, on the latest plugin, heart button is showing twice on the shop page. I created a new ticket for it here.
    If you can solve that, there won’t be a need for the code to hide borders for the row (although I only wanted to remove the horizontal ones).

    Thread Starter perfectleads

    (@perfectleads)

    Hello, thank you for your response.
    1. my site: https://bit.ly/2VCxGqu
    the plugin is version 2.2.16, I like this one since it doesn’t mess much with my theme, I added this custom CSS just to put the add-to-cart buttons more to the left since they were way right and its text was all over the place on mobile devices. On web it looked perfect.

    .add-links {width: 106px;
    padding-left: 0px;
    padding-right: 0px;}
    .product-add-to-cart{
    padding-left: 0px;
    padding-right: 0px}
    .main-content{
    padding-left: 0px;
    padding-right: 0px;}
    .product-thumbnail{
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;}
    .box-content{
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
    margin-right: 0px;
    border-left-width: 0px;
    margin-left: 0px;}
    .product-thumbnail{
    padding-left: 0px;
    padding-right: 0px;}
    .container{padding-left: 20px;
    padding-right: 20px;}

    It looks kinda fine now, but maybe if I get rid of those lines (at least the horizontal ones) it will look better.

    2. quickview is working, I just wanna place its button either to the max left or center, probably left is better.

    3. yeah idk, if you go to the Wishlist page, the menu will be MY ACCOUNT – ORDER TRACKING -MY WISHLIST – SPECIAL OFFER, however on all other pages, it’s my standard menu: HOME – SHOP – CUSTOMER SERVICE – SPECIAL OFFER

Viewing 4 replies - 1 through 4 (of 4 total)