set a list view

This topic contains 6 replies, has 3 voices, and was last updated by  Javier Vasquez 5 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #470511

    Javier Vasquez
    Expired Member
    Post count: 100

    Hi,
    How can I set the kind of list view?
    Now I can choose betwen list and grids (grid 1, grid 2, grid 3 and grid 4). I only want to use “List”

    Thanks!

    #470517

    Kor
    Moderator
    Post count: 16516

    Hi Javier,

    Thanks for your post. Edit your GD pages and add the parameter layout=”list” as shown in the shortcode below.

    [gd_listings post_type="gd_place" sort_by="az" title_tag="h3" layout="list" post_limit="5" add_location_filter="1"]

    Could you give it a try?

    #470575

    Javier Vasquez
    Expired Member
    Post count: 100
    This reply has been marked as private.
    #470638

    Paolo
    Site Admin
    Post count: 31206

    No, the pot Meta address includes the address, not just region and city. If you provide a link of your event archive will check if can do help you hide it with css.

    Let us know.

    Thanks

    #470646

    Javier Vasquez
    Expired Member
    Post count: 100
    This reply has been marked as private.
    #470649

    Kor
    Moderator
    Post count: 16516

    Hi Javier,

    Thanks for your reply. Could you try using this custom CSS code below?

    
    
    .post-type-archive-gd_event 
    .geodir-category-list-view 
    .geodir-field-address span[itemprop="streetAddress"],
    .post-type-archive-gd_event 
    .geodir-category-list-view br:nth-child(2) {
        display:none;
    }
    #470652

    Javier Vasquez
    Expired Member
    Post count: 100

    Great!

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

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

Open Support Ticket