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 7 years, 3 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: Excerpt, GD ARCHIVE, GD LISTING, GD Map
-
AuthorPosts
-
January 30, 2019 at 3:51 am #466148
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)
January 30, 2019 at 5:38 am #466156Hi 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!
January 30, 2019 at 12:54 pm #466180Thanks 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.
January 30, 2019 at 1:31 pm #466187For 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;
}January 30, 2019 at 2:29 pm #466206Hello,
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_loop3. You must choose “Map Type” = Directory, then the option to filter by category is revealed.
January 31, 2019 at 1:40 am #466332Thank you Alex, 1 & 3 has being resolved…
January 31, 2019 at 1:41 am #466334But 2 hasn’t.. How can i add the GD Map to the header for place listings?
January 31, 2019 at 2:11 am #466341You 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.January 31, 2019 at 6:30 am #466352Hi 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!
January 31, 2019 at 3:22 pm #466432This reply has been marked as private.January 31, 2019 at 4:18 pm #466445Hi 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!
January 31, 2019 at 11:14 pm #466531This reply has been marked as private.January 31, 2019 at 11:18 pm #466533This reply has been marked as private. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket