New Landing How can we help? Themeforest Theme Support Neighborhood Change link continue shopping and go shop

Viewing 15 posts - 1 through 15 (of 15 total)
  • #128141
    mokadeco
    Member
    Post count: 34

    Hi ,
    I need to change the direction of the buttons ” Continue Shopping ” and “Go Shop”.
    The two have to go to my home page.
    Where I can change them?
    Thanks.

    #128212
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please insert this php code at functions.php of child theme.

    //To change the continue shopping link 
    function my_woocommerce_continue_shopping_redirect( $return_to ) {
    return 'YOUR_DESIRE_URL';//please change me
    }
    add_filter('woocommerce_continue_shopping_redirect','continue_shopping_redirect', 20 );

    Where is the go to Shop link?

    Thanks
    Mohammad

    #128223
    mokadeco
    Member
    Post count: 34

    The link goes http://mokadecoshop.com/home-6/ .
    Another thing , the button ” Go to Store ” appears on black background and black text. On hover, blue background and white letters . How do I change the background colour and the font color individually?.
    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #128226
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    div.bag-buttons a.sf-roll-button.shop-button{color:#fff !important; background:#ddd !important}

    Thanks
    Mohammad

    #128227
    mokadeco
    Member
    Post count: 34

    Thanks!!
    Now I have the same proble with “View the shopping cart” button.

    #128228
    mokadeco
    Member
    Post count: 34

    Doesn´t work, the link goes to the shop page…

    #128234
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Which link goes to shop page? I need screenshot image for the link. Please provide me wordpress admin login detail.
    Thanks
    Mohammad

    #128273
    mokadeco
    Member
    Post count: 34
    This reply has been marked as private.
    #128893
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Why do you want to do that? Do you not use a shop page?

    If not you may need to forward the shop page to your homepage

    – Kyle

    #128932
    mokadeco
    Member
    Post count: 34

    If I select Home (my home page) as my store page, I have to select (wocommerce settings-products) if I want a page with subcategories, products or both.
    I do not want none of this.
    Is there any way to remove these elements appear if I select Home pagee as my shop page?.
    If it is impossible I need the “go to store ” button returns to (http://mokadecoshop.com/home-6/.
    And sorry, is hard for me to explain in English.
    Thanks.

    #129123
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m afraid that’s not possible by default, and would require some advanced customisations to change that. The theme uses WooCommerces default functionality, if you want to change it then you will need to hire a developer

    – Kyle

    #129151
    mokadeco
    Member
    Post count: 34

    Ok…and is possible to remove the left sidebar and the title (home) on a page ( Home) and appears only in the category pages?
    Thanks

    #129153
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can remove the sidebar and title in the meta options

    #129277
    mokadeco
    Member
    Post count: 34

    And can I remove the “go to store” link of the cart?

    #129294
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    yes.

    Add this custom css

    
    .bag-buttons {
    display:none;
    }

    -Rui

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register