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 #1261256
Listings - removing unwanted information
Closed

Comments

  • Aaron started the conversation

    Hi There,

    I was wanting to know how to remove some unwanted information from displaying on our listings to make each listing more visually appealling.

    I have attached screenshots of what I would like to disable.  The ability to check/uncheck these features on the backend would be very much appreciated by users looking to customise the theme in a future patch or update.

  •  1,845
    Elated replied

    Hello there,

    Thank you for writing in.

    You can only hide those parts of the single Listing item using some Custom Css code. For instance this code will remove all top title area 

    .eltd-listing-single-holder .eltd-listing-title-holder .eltd-listing-title-category{
        display: none;
    }
    .eltd-listing-item-info .eltd-listing-item-subtitle-address{
        display: none;
    }

    Second unwanted part ( icons and rating ) can be removed using this Custom Css code

    .eltd-listing-basic-holder article .eltd-listing-item-bottom-section{
        display: none;
    }

    Please just paste these Custom Css code into Elated Options > General > Custom Css field https://www.screencast.com/t/fPdukb2H .

    Please let us know if this solved the issue and if there is anything else we can do for you, please do not hesitate to ask us.

    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.

  • Aaron replied

    Hi There,

    Thank you for providing the coding.  I have inserted the code to remove the top area, but the changes to the CSS do not seem to have worked.  I have attached a screenshot of the information we need removed.



  •  1,845
    Elated replied

    Hi,

    We are so sorry for the delay, as you probably saw there were some issues with ticksy, and since it is third party app we do not have control over it.

    Can you please use this Custom Css with higher priority:

    .eltd-listing-single-holder .eltd-listing-title-holder .eltd-listing-title-category{
        display: none!important;
    }
    .eltd-listing-item-info .eltd-listing-item-subtitle-address{
        display: none!important;
    }
    .eltd-listing-basic-holder article .eltd-listing-item-bottom-section{
        display: none!important;
    }

    Also, please add this code in Elated Options  > General > Custom Css field on top of that field, before all other code.

    Please let us know if this solved the issue, and if not, please provide us WP Admin access so we can check it closer.

    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.