Hide on List View

This topic contains 1 reply, has 2 voices, and was last updated by  Kor 4 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #517686

    Will Hill
    Expired Member
    Post count: 73

    Hello,

    I’m wanting to use the list_hide element to hide part of an archive item on list view, but I want it to show on grid view. The documentation states that something like list_view=”1″ will hide it on all list and grid views. Is there a way to hide it on list view, but keep it showing on grid views?

    #517694

    Kor
    Moderator
    Post count: 16516

    Hi Will Hill,

    Thanks for your post. The list_hide parameter can only be applied to the grid view. You can add a class to the “GD > Post Meta” and hide it using CSS on the list view.

    [gd_post_meta key="0" list_hide="2" css_class="custom-css"]
    .geodir-listview .custom-css {
    display:none;
    } 
Viewing 2 posts - 1 through 2 (of 2 total)

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

Open Support Ticket