Remove Excerpt from three column on place listing and other request

This topic contains 12 replies, has 3 voices, and was last updated by  Alex Rollin 5 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #466148

    Raoel Karjonadi
    Free User
    Post count: 39

    Hello,

    1. please how can i remove the excerpt for the three column view on my GD place listing.

    2. How can i add a map for each category archive of place CPT and also how can i set it to list view.

    3. how can i exclude place category from map search filter, the exclude category is missing in the advance settings of my GD map widget. (IMAGE ATTACHED)

    #466156

    Kor
    Moderator
    Post count: 16516

    Hi Raoel,

    Thanks for your post. Let me try to answer your questions accordingly.

    1. This can be done using custom CSS code and here is an article for your reference https://wpgeodirectory.com/docs/customizing-your-style/

    2. You’ll need to edit the “Archive Page” in GD > Settings > General > Pages and insert a GD > Map Shortcode.

    3. There isn’t an option that allows you to exclude category, but instead, you just need to choose your categories when adding listings.

    Thanks!

    #466180

    Raoel Karjonadi
    Free User
    Post count: 39

    Thanks for replying Kor,

    1. But in the Custom CSS nothing was discussed on how to remove excerpt from different view type.. how ever i remove the excerpt using the code below

    .geodir-field-post_content p {
    display: none;
    }

    it remove the excerpt for all views, i want just for the 3 view.

    2. i added the Map listing using [gd_Map], How can i set it to the header, because i dded it to the header option and it doesn’t appear there…

    3. please take a look at the screenshot i sent. Can you see that there is no option to add any thing concerning Category??? please i need a way out.

    #466187

    Raoel Karjonadi
    Free User
    Post count: 39

    For the CSS coding for the remove excerpt, i have tried removing for only grid views but can’t get the CSS ID for 3 grid view..

    CSS code;

    .geodir-gridview
    .geodir-field-post_content p {
    display: none;
    }

    #466206

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    1. Limit post_content in archive item.

    If you want to make customized design of each GeoDirectory element you will need to create your own custom CSS.
    The example for limiting the excerpt is here:
    https://wpgeodirectory.com/docs-v2/faq/common-examples/#post_content
    To create custom CSS see https://wpgeodirectory.com/docs/customizing-your-style/

    2. Adjust gd_loop in the archive template to change the layout
    https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_loop

    3. You must choose “Map Type” = Directory, then the option to filter by category is revealed.

    #466332

    Raoel Karjonadi
    Free User
    Post count: 39

    Thank you Alex, 1 & 3 has being resolved…

    #466334

    Raoel Karjonadi
    Free User
    Post count: 39

    But 2 hasn’t.. How can i add the GD Map to the header for place listings?

    #466341

    Alex Rollin
    Moderator
    Post count: 27815

    You will need to use the theme sidebar to display a map on the detail page.
    If you need help with the theme you should contact the theme author.

    #466352

    Kor
    Moderator
    Post count: 16516

    Hi Raoel Karjonadi,

    For #2, could you clarify if you need to display the map on top of the Listing Detail Page or the Listing Page? Or could you share the URL of the page in question?

    Thanks!

    #466432

    Raoel Karjonadi
    Free User
    Post count: 39
    This reply has been marked as private.
    #466445

    Kor
    Moderator
    Post count: 16516

    Hi Raoel,

    Thanks for your reply. Kindly share your WP admin access here in private reply and I’ll check what you’ve done on your end.

    Thanks!

    #466531

    Raoel Karjonadi
    Free User
    Post count: 39
    This reply has been marked as private.
    #466533

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)

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

Open Support Ticket