Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
#1 https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
#2 I am not 100% sure what you mean here, just not in the slider or not anywhere like it’s main image? Please provide further info.
Thanks,
Stiofan
FTP info does not seem to work.
We might have to copy any extra functions they have in that file over to your child theme.
Stiofan
You can replace this file in core: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/custom_fields_functions.php
then use this example code in your child theme functions.php
replacing “geodir_est” with your custom field name: gd_datepicker_extra_{$name}
add_filter('gd_datepicker_extra_geodir_est', 'gd_change_date_years',10,1); function gd_change_date_years($extras){ $extras = ',yearRange: "2002:2102"'; return $extras; }Thanks,
Stiofan
OK it does seem to be because of the WP cat changes but because of the way our system works, this is extremely easy to fix.
I have fixed Retreat Centers, if others need fixing just follow these steps.
#1 go to GD>import/export
#2 export the places type you want.
#3 (no need to edit the file) just reimport it and make sure “Update listing if post with post_id already exists.” is selected and import, this will fix it.Thanks,
Stiofan
Very strange, if you provide wp-admin and FTP details i’ll get to the bottom of it.
You can reply and set it as a private reply and only staff will be able to see it.Thanks,
Stiofan
Yes you seem to have missing cats, i dont even think the wp update would do this, you can export and reimport places to fix this in bulk, let us know if you have any problems.
Thanks,
Stiofan
Hello, can you update everything and if still not working please provide ftp details and i will debug it fully.
Thanks,
Stiofan
Thanks for the info, the problem is the plugin “theme my login” it overrides our queries and breaks alot of stuff… Try disabling it and all should work good.
Thanks,
Stiofan
Hello,
Please also provide wp-admin details so we can debug this.
Thanks,
Stiofan
I have added a task to see if we can split urls over a certain size.
i’ll keep u posted.
Stiofan
You are welcome! 🙂
This reply has been marked as private.Hello,
Thanks for the info, your setting in media was not set to organise in to month/day, which can cause problems, i think this was the problem as it seems to work now. please check.
Also your details sidebar part seems to be missing some info, have you done this on purpose or is this a bug for you?
Thanks,
Stiofan
I have asked the dev who last worked on stripe to revisit it and let us know if it will now be possible.
Thanks,
Stiofan
Thanks for the info, you had all your translation files in the wrong folders, i have fixed most of them and it’s now working, please refer here: https://wpgeodirectory.com/docs/translating-addons/
and
https://wpgeodirectory.com/docs/translate-core/
Thanks,
Stiofan
-
AuthorPosts