Guust
Forum Replies Created
-
AuthorPosts
-
That would be very difficult if even possible. The URLs are created ON submission, whereas the ajax checker checks DURING submission. And then it would have to check across databases.
You can always add it as a request at https://wpgeodirectory.com/requests/ and if your request is popular, it might be implemented if possible. But this has never been asked before and would have very limited use.
Your system does not even show that any updates are available.
That could be a server setting I think, your file system does not recognise you are the owner of the plugin files. Can you contact your host and ask them why your plugins are not showing updates?Or you can update them using FTP.
What are your map settings at GD > design > map?
The maps work on all other pages?
Does homepage show listings on everywhere search on the map?
Have you cleared all caches and geolocation: https://wpgeodirectory.com/docs/faqs/how-can-i-clear-geo-location-settings/
Is your homepage redirected to closest location and there is no listing there? GD > advanced searchIf still stuck, URL and admin details please.
Thanks.
You just upload an extra image in the Add-listing form, either front end or back end.
The correct example is at GD > import & export > Download sample CSV. It is exactly the same, except it is a pure CSV file.
Please also review https://wpgeodirectory.com/docs/core-export/#importantJanuary 1, 2016 at 1:26 am in reply to: Preventing Listings from appearing in WordPress search #66126You’re welcome 🙂
January 1, 2016 at 12:49 am in reply to: Preventing Listings from appearing in WordPress search #66124Try adding this to your functions.php file
function searchfilter($query) { if ($query->is_search && !is_admin() ) { $query->set('post_type',array('post','page')); } return $query; } add_filter('pre_get_posts','searchfilter');Can you please expand on your comment?
That code needs to go in your functions.php file. It is a function, not a style.
GD “pages” are not build using normal theme templates, but the content is created by the plugin (not the theme). So all you need to do is go to GD > Design and set the basic layout for the pages (top, bottom, sidebar sections) and then add widgets to those sections.
The only thing that ends up on GD pages from your theme design is the header and footer.
https://wpgeodirectory.com/docs/core-design/#typicalI am not familiar with Beaver Builder, but I am assuming it helps building WP theme templates, rather than GD plugin templates. BB cannot design GD “pages” because they are not pages.
This is how to change GD templates:
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/Admin details please.
This reply has been marked as private.December 31, 2015 at 10:44 pm in reply to: Need a quote for a custom theme and some customization #66111Skype request sent.
You’re welcome 🙂
Have a look here: https://wpgeodirectory.com/docs/faqs/where-can-i-find-map-markers/
-
AuthorPosts