Search failing
This topic contains 43 replies, has 3 voices, and was last updated by Alex Rollin 5 years ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
January 18, 2020 at 5:38 pm #526358
Hi,
I have insert the map with the different elements that I have created and after that the search, the first time that enter into the page it gets the three elements but if I insert a new location to search, I always obtain the same, the three elements that I have.
The code that I have inserted is:
[gd_map map_type=’directory’ width=100% height=400 search_filter=1 cat_filter=1 post_type_filter=1]
[gd_search]
[gd_listings post_type=”gd_place” post_limit=”12″ add_location_filter=”1″ sort_by=”latest” title_tag=”h2″ layout=”3″ view_all_link=”1″ bottom_pagination=”1″ hide_if_empty=”1″]Can you help me?
Thanks!
Regards,January 18, 2020 at 11:59 pm #526373The code that you should use on the Search Results page can be found at
GD > Settings > General tab > Pages sub-tab > Search page > View default content.
Use that default content in the Search Results page and if that does not work, then please post your URL and WP admin details in a private reply and we will have a look at your settings.Thanks
January 20, 2020 at 3:54 pm #526584This reply has been marked as private.January 20, 2020 at 10:45 pm #526622The search is working for addresses in your city.
What addresses or locations are you trying to search for?
Do you want to add listings in other cities? Then you need the Location Manager: https://wpgeodirectory.com/downloads/location-manager/Thanks
January 21, 2020 at 11:58 am #526671This reply has been marked as private.January 21, 2020 at 12:00 pm #526673This reply has been marked as private.January 21, 2020 at 7:35 pm #526756Hello,
you can find CSS for hiding search bar elements here:
https://wpgeodirectory.com/docs-v2/faq/common-examples/
To change the ‘read more’ edit the GD Archive item and build a new shortcode for GD Post Content that has the features you want.
https://wpgeodirectory.com/docs-v2/templates/archive-item/
To alter the map zoom on the Details page see this guide:
February 9, 2020 at 9:30 pm #529575This reply has been marked as private.February 10, 2020 at 2:09 am #529586To hide the near search field:
/*GDV2 Custom CSS – Hide the Search Near field in all GD Search Bars */ .gd-search-field-near { display: none; }
From: https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search
I updated the map tab with this shortcode
[gd_map width="100%" height="425px" maptype="ROADMAP" zoom="14" map_type="post" scrollwheel="1" marker_cluster="1"]
There is a problem with the shortcode builder on your site, probably a CSS theme conflict.
If you could share FTP we can look into the issue further.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:February 11, 2020 at 10:23 pm #529893This reply has been marked as private.February 12, 2020 at 12:33 am #529905You can show listings with the GD Listings shortcode.
I am not sure what you are trying to change. When you make a new GD Listings shortcode for the page you linked you can try settings the layout to 3 or 4. That will change how many listings show up in a row.
Similarly you can show a logged in user their listings with the GD Listings shortcode. Again, use the shortcode builder to create a GD Listings shortcode where it filters the author by the current user.
https://wpgeodirectory.com/docs-v2/design/gd-listings/#favorites
February 12, 2020 at 7:30 pm #530028This reply has been marked as private.February 12, 2020 at 9:10 pm #530048Hello,
If you want to add additional fields, then you can do that in the Custom Fields tab.
https://wpgeodirectory.com/docs-v2/places/custom/
There are several predefined fields you can add. Make sure to use the option for each field to “Show in extra locations” and select “listings”.
To show an edit button, you will want to use the GD Dashboard widget to show a link to the special page where the edit button is displayed.
Otherwise, you can adjust the value of the GD Author Actions shortcode in your GD Archive item to show the edit button anywhere.
Have you considered to try UsersWP? It is great for making profiles integrated with GD
February 13, 2020 at 8:40 pm #530193This reply has been marked as private.February 13, 2020 at 9:10 pm #530206To show a textarea field extract, use the GD Post Content element in the Archive item template.
About the GD Dashboard, does it work if you disable the other plugin?
If you use UsersWP, you may be able to use a shortcode to show other plugin information inside the UsersWP profile tab.
Please take a look and let us know.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket