New Landing How can we help? Themeforest Theme Support Neighborhood Edit product thumbnail hover

Viewing 10 posts - 1 through 10 (of 10 total)
  • #73962
    rambocity
    Member
    Post count: 16

    Couple of questions…

    1.) I’d like to edit the text on the thumbnail hover (for affiliate products) to read “SHOP” instead of “READ MORE”. See attached screenshot. Possible?

    2.) Since I will be displaying only affiliate products, can I turn off the “my orders” and “address book” from the My Account Page and keep only “my wishlist” and “change password”? If this can’t be edited, then can I turn the site to catalogue mode BUT keep the prices? Seems like it takes prices out if you switch to catalogue mode.

    My site is not ready to be live yet, so if you need my login, let me know.

    Thanks!

    #73963
    rambocity
    Member
    Post count: 16

    Sorry, here is the attachment.

    #74236
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Please go to wp-content/themes/dante/woocommerce/loop/add-to-cart.php

    Replace the Read More text with Shop, which you will find on line 17, 43 and 52

    2) The prices should still be visible in catalog mode, unless you have done this: http://support.swiftideas.net/knowledgebase/how-to-hide-product-prices/

    – Kyle

    #74241
    rambocity
    Member
    Post count: 16

    1) Sorry, where is this? Can’t find it. Also, I’m using Neighborhood, not Dante.
    2) So are you saying that the first part of my second question above is not possible? “Since I will be displaying only affiliate products, can I turn off the “my orders” and “address book” from the My Account Page and keep only “my wishlist” and “change password”? ”

    Thanks!

    #74257
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Sorry, same path for neighborhood though wp-content/themes/dante/woocommerce/loop/add-to-cart.php

    2) You could remove the links to the pages with css:

    ul.my-account-nav li:nth-child(2n+1) {
      display: none;
    }

    – Kyle

    #74262
    rambocity
    Member
    Post count: 16

    Sorry – I still don’t see that file. Can you please direct me where in the admin nav to click through to?

    #74266
    rambocity
    Member
    Post count: 16

    Also – will need to remove “Shipping information” and “Returns and Exchanges” on that page too. What is the code for that? Sorry!

    #74275
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to access the file through ftp or on your cPanel file manager

    2) Add this

    .help-bar li:nth-child(2), .help-bar li:nth-child(3) {
      display: none;
    }

    – Kyle

    #74281
    rambocity
    Member
    Post count: 16

    So if I edit that .php file, will that be overwritten every time I update WP to the latest version?

    #74487
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Not WordPress, but when you update the theme yes. You will need to save your file then reupload each update

    – Kyle

Viewing 10 posts - 1 through 10 (of 10 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