New Landing How can we help? Atelier Removing/Adding Links in "My Account" Page

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Atelier
  • #185773
    lumieredays
    Member
    Post count: 31

    How do I remove the “My Downloads” link under my account page? (Or am I able to add a link/content on that panel along with the rest?)

    Also, how do I change the website icon that appears beside the website’s name (on the window’s title/tab bar)?

     

    #185850
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) You’ll need to edit atelier/woocommerce/my-account/my-account.php, find this line on line 41:

    <li><a href="#my-downloads" data-toggle="tab"><?php _e("My Downloads", "swiftframework"); ?></a></li>

    and remove it. To prevent losing your changes in theme updates, use a child theme.

    2) Go to Theme Options > General to add a ‘favicon’

    – Kyle

    #185983
    lumieredays
    Member
    Post count: 31

    I can’t seem to get to the page that has the code you mentioned.

    #185997
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s in the theme files, you will need to use FTP software to check

    – Kyle

    #186425
    lumieredays
    Member
    Post count: 31

    I can’t seem to get around it. Is there any way I can get this fixed?

    #186473
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #186528
    lumieredays
    Member
    Post count: 31
    This reply has been marked as private.
    #186535
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Was checking your topic and remembered an easier way to do it.
    Add the code below to your customm css.

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

    -Rui

    #186579
    lumieredays
    Member
    Post count: 31

    Which page do I paste it exactly?

    #186660
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Paste it in the Theme options-> Custom css option
    This way you won’t have problems with the theme updates.

    -Rui

    #186741
    lumieredays
    Member
    Post count: 31

    I can’t seem to see anything when I do so.

    Attachments:
    You must be logged in to view attached files.
    #186836
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s not Theme Options

    You need to go to Theme Options > Custom CSS

    – Kyle

    #186844
    lumieredays
    Member
    Post count: 31

    Oh my bad. Thank you for highlighting that problem for me. Now it is cleared, thank you!

    #186846
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #285939
    spencerherron
    Member
    Post count: 12

    Hi guys,

    I would also like to remove the ‘downloads’ section on the account page. I tried copying and pasting the above code into my custom css but doesn’t seem to have removed it. Has anything changed since this topic was added last year? Would there be any option of building an easy fix into the next update?

    Thanks a lot,
    Spencer

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