Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2076484
Is it possible to modify Elated Login when user is connected
Closed

Comments

  • Leticia NCHO started the conversation

    Hi team,

    I installed Buddypress and i would like to keep in place the native connexion and registration forms  but change the links inside when user is connected. Is it possible to do this ?

    Thx

  •  1,845
    Elated replied

    Hi there,

    Welcome to your support management and thank you for choosing our theme!

    When it comes to 3rd party plugins like Buddypress, you have to understand that this falls out of the scope of our support. If you're having issues with any plugin you downloaded yourself, please refer to the author of the plugin or the team behind it.

    Thank you for understanding.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Leticia NCHO replied

    Hi,


    I really didn't understand your answer but I ask again my question differently.

    Is it possible to edit or delete links from your plugin Elated plugin (this menu appears when a user is logged in) ?


    Thx

  •  1,845
    Elated replied

    Hi again,

    My apologies for the misunderstanding.

    You can edit the my account link page at Woocommerce > Settings > Advanced > Page Settings > My account page. (see image below)

    6735647894.png

    If you'd like to customize this further you will have to edit the following file using a custom coding solution:

    wp-content/plugins/eltdf-membership/dashboard/dashboard-functions.php

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Leticia NCHO replied

    Hi guy,

    Could you tell me how can i remove the following links "Courses" and "Courses Whishlist" ? from user connected menu.

    Thx,

  •  1,845
    Elated replied

    Hi there,

    Unfortunately there is no predefined options for changing that, but you could achieve it if you navigate to the file on the following path using your FTP client and delete or comment out the line 23:

    plugins\eltdf-lms\post-types\course\profile\profile-functions.php

    3663800951.png

    Also note that if you update or reinstall Elate LMS plugin, this change will be reverted.

    Alternatively, you could hide these two elements using CSS if you add the following code into Appearance -> Customize -> Additional CSS:

    .eltdf-membership-dashboard-nav li:nth-child(4),
    .eltdf-membership-dashboard-nav li:nth-child(5),
    .eltdf-login-dropdown li:nth-child(4),
    .eltdf-login-dropdown li:nth-child(5) {
        display: none;
    }

    Note that both of these solutions would remove those from both menu and user dashboard:

    8315897394.png

    If you only want to remove those from menu, you can disregard first solution, and instead of CSS from second solution, use this one:

    .eltdf-login-dropdown li:nth-child(4),
    .eltdf-login-dropdown li:nth-child(5) {
        display: none;
    }

    If there is anything else that we can help you with, don't hesitate to ask.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Leticia NCHO replied

    Hi guy,


    Perfect. It is running fine.


    Thanks,

  •  1,845
    Elated replied

    Hello,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads  This way you’ll be helping us improve our support services and make them even more efficient.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.