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 #1508661
Hide background image field for clients
Closed

Comments

  •  2
    kythera started the conversation

    Hi, I want to hide the Title Background Image field in the listings page (edit/create) on client's dashboard. Can you give me some code? 

    Best.

  •  2
    kythera replied

    I also want to hide tags field.

  •  1,845
    Elated replied

    Hello there,

    I've just inspected your page and I couldn't find any title image nor tags:


    Let me know if there is something I'm missing.


    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.

  •  2
    kythera replied

    Firstly for tags. 

    They are visible, after a user choose the listing category. 
    View the thumb.
    Tell me If there is a a css code to hide.

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltd-listing-dashboard-holder-outer .eltd-new-listing-item .eltd-listing-dashboard-tags-holder {
        display:none;
    } .eltd-listing-dashboard-holder-outer label[for=listing_tags] {
        display: none !important;
    }



    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.

  •  2
    kythera replied

    You are perfect!!


  •  2
    kythera replied

    You are perfect!!

    Now, please inform me if there is a code to hide the Background Image Field. 
    See the attachment. 

    Thx.

  •  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.


    Please note that both of these fields are using the same class, so if you add some custom css for this class, that will be applied to both fields. So unfortunately there is no option to hide it using by custom css. That can be done only with some custom coding.

    .eltd-listing-dashboard-holder-outer .eltd-media-uploader-holder {
        display: none;
    }



    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.