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 #2016146
Single Listing: remove Review & Contact form boxes
Closed

Comments

  • anja243 started the conversation

    Hello,

    I followed instructions and code from this Ticket :https://elated.ticksy.com//ticket/1331408/ and I was able to remove the the "Book a table online" -box and the rating (with stars) from the homepage map.

    1. However, the box "Write a review" is still visible on a single listing page (see screenshot). How can I remove it?

    2. I would also like to remove the contact form from a single listing page "Contact the property"-box. How can I remove it?

    3. the rating/love-heart in each listing - I accidentally clicked on it for one of my listings. How can I undo this? (see screenshot). Is there more information on this feature? For example, when people start clicking on the love-heart for a listing - what does it do? Will it save the listing to their account? Will I get a notification when people click on the love-heart for a listing?

    Thank you
     

  •  1,845
    Elated replied

    Hello there,

    1) There are two ways to remove Write a review box. You can do so in admin panel if you go to edit the listing, and in Discussion section you have to uncheck Allow comments box:

    5017327213.png

    Note that you would have to do so for every listing item individially. If you don't see Discussion section, make sure it is checked under the Screen Options:

    1685666250.png

    The other solution would be to copy the following code into Appearance -> Customize -> Additional CSS:

    .single-job_listing .eltd-comment-form {
        display: none;
    }

    2) You can hide Contact the property box with the following CSS code:

    .eltd-ls-enquiry-holder {
        display: none;
    }

    3) There is no option to undo the 'heart' action. Since this action can be taken by anyone who is viewing site, not just logged members it does nothing in particular, just increment the number of 'likes'. You can also click it multiple times if you are to clear your browser cache in-between. Any other functionality regarding this element would require additional custom coding.

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

    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.

  • anja243 replied

    Thank you Joey. Your suggestions were very helpful and worked well.

  •  1,845
    Elated replied

    Hi again,

    You're welcome!

    Let us know if there is anything else!

    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.