Listing content section view – Grid edit?

This topic contains 5 replies, has 2 voices, and was last updated by  Paolo 6 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #378083

    westweb
    Free User
    Post count: 18

    Hi all!

    Just wondering if it is possible to edit the content section is the listings view.

    Basically I would like to replace the “Favourite” & “Pinpoint” details with the expert or x amount of characters from the detail

    I’ve put a red square around the attached image of where I’m talking about.

    Is this possible and any ideas what I would need to do?

    #378110

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    It should be all feasible with css, can you share a link so that i can inspect your page?

    Let us know,

    Thanmks

    #378401

    westweb
    Free User
    Post count: 18

    Hi Paolo,

    Thanks for the reply, I appreciate your help. Here is a link to the Demo

    #378447

    Paolo
    Site Admin
    Post count: 31206

    Please add this to GeoDirectory >> Design >> Scripts >> Custom CSS:

    
    
    
    .geodir_category_list_view li.geodir-gridview .geodir-content .geodir-entry-content {
        display: block;
    }
    
    .geodir-entry-meta .geodir-addinfo {
        display: none;
    }
    

    Let us know how it goes,

    Thanks

    #378471

    westweb
    Free User
    Post count: 18
    #378475

    Paolo
    Site Admin
    Post count: 31206

    you are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket