Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Dane,
It is unlikely any 2factor login will work with the gd login forms, you would probably have to go back to using the standard WP login forms.
Stiofan
Hi Brian,
The error shown is “Error: Your cache directory () did not exist and couldn’t be created by the web server. Check permissions.”
Did u change some file permissions or is ur disk space full?
Stiofan
They could live together but you need to find a way to disable the google maps api call from the plugin.
Stiofan
Hi Pat,
The plugin “Facebook Events Importer” is also adding the Google maps API to the page, it should only be added once, if i disable it then it works fine.
DO you need that plugin active? (our social importer will import events)Stiofan
You are welcome! 🙂
This reply has been marked as private.Hi Andy,
I found the code adding that image in the child theme and commented it out.
I added the below code snippet to add the category image as the default image.add_filter('geodir_details_default_image_show','__return_true' );Thanks,
Stiofan
Hi David,
The exact GPS for the city does not matter as long as it is close, the main point is making sure the city name and region name are the same as the Google API returns.
For the sitemap, i’m not sure u can with that plugin, it has some awful queries, i know we do something with yoast that helps build full sitemaps, maybe that is an option?
Stiofan
Great! 🙂
Hi Andy,
That image looks to be something custom you have added, it is linking to a broken image in your child theme. If you need help locating it please provide wp-admin details in a private reply and we can take a look. (only staff can see)
Thanks,
Stiofan
OK we got there in the end 🙂
Maybe making your image max sizes slightly larger will result in the large image always being created (not tested) add this code snippet (you can install the code snippet plugin ) :
add_filter('geodir_filter_media_image_large_width','_my_max_gd_image_size'); add_filter('geodir_filter_media_image_large_height','_my_max_gd_image_size'); function _my_max_gd_image_size($max){ return '1050'; }Let me know how it goes.
Thanks,
Stiofan
We have had people have problems with it in the past but you can give it a try but keep an eye out for anything unusual or things not updating.
Thanks,
Stiofan
2. See here: https://wpinvoicing.com/docs/category/getting-started/
3. It wont make current listings featured if u change it, u would need to run a simple SQL statement to do that, even then it might not mean they are at the very top but it does help with search, it willmake them on top in most category listing pages.
6. As long as u have GA on your site you just need to set up the GD GA settings and it will show the stats from there to the owners, you can also set this as a paid feature only.
Stiofan
I am not 100% sure what you want but you can create new forms
https://wpgeodirectory.com/formidable-forms-in-geodirectory-tabs/Or you can simply add a email field to the form to display.
Stiofan
I explained here already https://wpgeodirectory.com/support/topic/large-image/#post-397428 🙂
1. If you upload a 1024×1024 as a featured image to a blog/page it will NOT create a large image becasue the full size image is the EXACT size of the large image.
2. When GD images are uploaded we shrink the image to the large size before processing to save space, we do not crop the image we just shrink the max width, from this point forward the standard WP upload rules apply.I can feel you are getting frustrated, i’m just trying to explain why it happens, if you explain what you need we might get somewhere quicker, do you need the images to be over 1024px? 🙂
Stiofan
-
AuthorPosts