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 #1201522
USER DASHBOARD
Closed

Comments

  •  1
    netham started the conversation

    How can I manage the User Dashboard itens?

    Firstly, I Won't give the Permission  to Submit New Listing and My Listing.


    br

  •  1,845
    Elated replied

    Hello there,

    If you want to remove functionality to add Listing to all Users using User's dashboard

    some modification in theme files needs to be made, or you can simply hide those fields using some Custom Css. IT can be achieved using this code 

    ul.eltd-listing-dashboard-nav.clearfix li:nth-child(3) {
        display: none;
    } ul.eltd-listing-dashboard-nav.clearfix li:nth-child(4) {
        display: none;
    }

    Just paste it into Elated Options > General > Custom Css field

     and here are the results 

    Please let us know if this was your intention and if there is anything else we can do for you.

    Thanks.


    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.

  •  1
    netham replied

    Hi Elated,

    Thanks for your reply. 

    Yes it is my intention. But this change alter only the Dashboard page and not the User Menu(please check my print in attach After using the code). Now I need manage the User Menu itens. How can I do it?


    Thanks


  •  1,845
    Elated replied

    Hello there,

    We oversaw that, sorry for that.

    To remove those fields please use following Custom Css code that will hide them 

    .eltd-login-register-widget ul.eltd-login-dropdown li:nth-child(3) {
        display: none;
    } .eltd-login-register-widget ul.eltd-login-dropdown li:nth-child(4) {
        display: none;
    }


    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.


    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    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.