New Landing How can we help? Themeforest Theme Support Neighborhood Editing Links on top of Checkout page

Viewing 8 posts - 1 through 8 (of 8 total)
  • #29422
    greendiablo
    Member
    Post count: 10

    I’d like to remove or edit the links on top of checkout page (“Email customer care, Shipping information, Returns & exchange, F.A.Q.’s”). How can I do that.

    The page is built through a shortcode and I can’t find where I can edit it.

    #29683
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You can edit its modal’s content in Theme Options -> Woocommerce Options. If you want to remove it you need to put this in Custom CSS.

    .woocommerce .help-bar ul{
    display: none;
    }

    Let me know, what you got.

    Thanks,
    laranz.

    #29727
    christenprochaska
    Member
    Post count: 3

    Can these be changed to hyperlinks to existing pages instead of to a pop-up window with content?

    #30112
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Christen,

    Visit this file: wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php in line#352-360 you will find some li with anchor tags, in those href, you can link the pages directly.

    like this..

    from

    
    <li><a href="#email-form" class="inline" data-toggle="modal"><?php _e("Email customer care", "swiftframework"); ?></a></li>

    to

    
    <li><a href="http://yoursite.com/customercare" class="inline" data-toggle="modal"><?php _e("Email customer care", "swiftframework"); ?></a></li>

    like that.

    Let me know, what you got.

    Thanks,
    laranz.

    #32750
    yoojung
    Member
    Post count: 20

    hi,

    i was looking for same solution as christen.

    so where can i put those? Theme options -> woocommerce options – email customer care modal ?

    please see my attachment so what did i make it wrong..

    #33144
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Yoojung,

    not there, you need to login and edit the file I denoted in the previous post.

    Visit this file: wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php in line#352-360

    Let me know, what you got.

    Thanks,
    laranz.

    #33173
    yoojung
    Member
    Post count: 20

    Hi,

    is that from folder “wordpress” ?

    i can only visit to open file: wp-content/themes/twentythirteen or twentytweleve, not neighborhood folder…….

    where can i find this??

    #33417
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Yes it is inside the WordPress, if you install the theme like that.. I don’t know in which directory you install WP, try check all folder if you are in doubt. and you probably will find it.

    Thanks,
    laranz.

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