Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Robert,
If its still asking to geolocate you after you have disabled it then it sounds like a caching problem, have u cleared all cache, what caching plugins do you have installed, is there server caching going on?
“I don’t think any of my events have either just the city or just the region in the address.”
All listings must have a country, region and city, so it should show.Stiofan
May 24, 2017 at 1:01 pm in reply to: Is there a way for customers to suspend or delete their own listing? #379836You would be best starting a new topic, this all seems buddypress related, and it could be many things.
Stiofan
Hello,
Permalinks should only work according to the settings, if it did work like that in the past it was not intentional.
If you only have a few broken links you can use a plugin like 301 redirects to manually set them to the correct place or your other option would be to write a function that checks for a 404 page and then tries to redirect the listing to the correct place.
Thanks,
Stiofan
Hi Markus,
The hook name depends on the type of field used for the number and the HTML variable name used to name the custom field. If you provide wp-admin i will make you one example.
Thanks,
Stiofan
Al, please stop starting new topics about something that is already being dealt with on another thread, they will be deleted without notice in future.
#1 I have been looking into it and it’s not technically a bug, the system is working as designed, when you click a cluster it gets the furthest edges of all the markers and then zooms the map to fit that, you have so many markers in a cluster it is the furthest in it can zoom with the height of the map, i have been playing with the settings but if i make the clusters smaller then they start overlapping.
The solution would seem to be to make the map height taller, because if we did zoom in regardless then it would hide pins that it should not. (if you make the map fullscreen you can see it works fine)
#2 It will show the default cat pin.
#3 That is how it works already.
Stiofan
I told you i have already opened a bug for this and will update you on your other topic
https://wpgeodirectory.com/support/topic/gd-crashes/#post-378558Hi Paul,
It does not look like GD is installed there. GD uses it’s own page templates which work out of the box with most themes, if there are any issues we have a settings page where we just view the page wrappers of your theme and replace them, its takes 2minutes, just let us know if you would like us to do that for you.
Thanks,
Stiofan
rocket loader is not compatible.
Stiofan
Great! 🙂
I had to delete the CPT and its fields and then recreate it, id did try that before and it did not work, maybe the restore helped as when i was checking the SQL users permissions non of those fields in your pic were ticked.
Stiofan
Please check now, there was some problems in the DB and it seems to be working now, let me know if you have any problems.
Thanks,
Stiofan
You are welcome, feel free to leave us a review if you have not already, it helps us grow! 🙂
https://wordpress.org/support/plugin/geodirectory/reviews/?rate=5#new-postThanks,
Stiofan
Just return
Stiofan
Hi Derek,
We are moving to a new update system: https://wpgeodirectory.com/wp-easy-updates/
If you have any problems with these plugins you can use this plugin to update them via zip file: https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
Or update them via FTP.Thanks,
Stiofan
That is the login page, there is a “GD >Login box” widget that when logged in turns into My Dashbaord which has links to the favs
Stiofan
Hopefully this is what you are after
remove_action('geodir_listings_content_inside', 'geodir_pagination', 20); remove_action('geodir_author_content_inside', 'geodir_pagination', 20); remove_action('geodir_search_content_inside', 'geodir_pagination', 20); remove_action('geodir_home_content_inside', 'geodir_pagination', 20); add_action('geodir_listings_content_inside', '_my_geodir_pagination', 20); add_action('geodir_author_content_inside', '_my_geodir_pagination', 20); add_action('geodir_search_content_inside', '_my_geodir_pagination', 20); add_action('geodir_home_content_inside', '_my_geodir_pagination', 20); function _my_geodir_pagination(){ geodir_pagination('', '', 'Prev', 'Next',5, false); }Stiofan
-
AuthorPosts