real estate : show only selected/checked amenities

Home Forums All Other Themes real estate : show only selected/checked amenities

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #131358
    John BageJohn Bage
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: June 22, 2017

    https://www.sktthemes.org/shop/real-estate-wordpress-theme/
    http://sktthemesdemo.net/documentation/realestate-documentation/
    http://sktperfectdemo.com/demos/realestate/

    I am working on this theme and I need it to only show the amenities that I have selected. If you want to see what I am talking about, go to this page and scroll down to the “Amenities” section…

    http://sktperfectdemo.com/demos/realestate/property/villa-in-benilyuks/

    You can see “Internet” and “School” are still there even though they are not selected (checked) for that property. I want only the ones that are selected/checked to show up.

    How can I do this?

    #131359
    John BageJohn Bage
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: June 22, 2017

    I think I found the code. I just need to know what to change there. Its looks like it is in…

    templates/single-property/amenities.php

    #131414
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .property-amenities .col-md-4 {
        display: none;
    }
    
    .property-amenities .col-md-4.active {
        display: block;
    }

    Regards,
    Chris

    #131475
    John BageJohn Bage
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: June 22, 2017

    Awesome! That worked. Thank you Chris! 🙂

    #131524
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    Member since: August 16, 2013

    Hi John,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/

    Regards,
    Chris

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.