Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.July 18, 2019 at 1:32 pm in reply to: The dashboard is not displayed in the mobile version of V2 #498398
You’re welcome!
A
July 18, 2019 at 1:31 pm in reply to: How to remove City, Region, Country, Zip Code from Adress in Archive Page. #498397Editing the display of the address in the SD Details area of the GD Single template is outside of support. We can provide CSS to hide features there:
To hide the address use the following CSS:
.sd .sd-address { color: #82888a; }That will hide it on every CPT and you will need to target it further to hide it in select areas.
For displaying the address as per your requirements on the details page, you can use GD Post Address there, too. As a widget, a shortcode in the template, or in a tab.
This reply has been marked as private.Check now, suggestions are working.
You had disabled the GD api. The api is required for search and maps.
Please check now.
Hope that helps, let us know
Alex
July 18, 2019 at 1:18 pm in reply to: The dashboard is not displayed in the mobile version of V2 #498391Try this CSS
@media only screen and (max-width: 768px){ .mobile-right { display: none; } }July 18, 2019 at 1:10 pm in reply to: How to remove City, Region, Country, Zip Code from Adress in Archive Page. #498383You can use the GD Post Address element where you like to display the address as you like.
Use the shortcode builder and adjust the template field
If you have already enabled WP Comments, then it should work.
I see on the existing listings comments are not enabled. For existing listings comments must be enabled individually (this is so you can, if you want, disable reviews on an individual page/post as needed).
I added a badge as a widget for the button.
Please review and change to meet your needs.
Hope that helps,
Alex
This reply has been marked as private.This reply has been marked as private.Selecting one of the autocomplete options will narrow the search to only listings IN that location.
Without autocomplete, the near search text is sent to your Map API, coordinates are returned, and then the distance filter is applied to search for any listings in that area.
This reply has been marked as private.Please check now.
I ran the tool
GD – Status – Tools – Clear version numbers
Hope that helps
Alex 🙂
-
AuthorPosts