Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
The theme looks a mess to me, it could take me 1 million years to track downs the problem, this is why i am saying to test with a theme we know works, if it does work then we know your theme is the problem and you can get support from the theme author…
Stiofan
Thanks for letting us know 🙂
November 15, 2017 at 6:10 pm in reply to: Security Issue – GeoDirectory sending out large quantities of emails #405420You can replace these two files to implement the fix for now until we do a release:
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/custom_functions.php
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-templates/popup-forms.phpThanks,
Stiofan
November 15, 2017 at 6:03 pm in reply to: Listings Details Page – Sidebar Button/Links placement – Suggestion for V2 #405419Thanks for the feedback, V2 will change all that 🙂
Stiofan
I’m not sure, it gets complicated but we will be reviewing how it works in future.
Stiofan
Try emailing him and linking to this topic if u have any problems.
Stiofan
There is nothing say about guilt rather i expect the same from other side when i say truly that this particular static.txt file are working from the day 1st … and also when u have reported the same then i have checked personally and it was opening same way the way my team has shared with you the jpeg file.
If it was truly working for you then your server must have only been allowing access from your IP as i tested the file from 50 different servers around the world and they all failed… Here is a link to those results… https://www.host-tracker.com/InstantCheck/1/bfba5e41-24c9-e711-879e-0003ff7328cc
Either way it was a server issue…
Try running the site with the Directory Starter theme to test if your problem disappear, i think your theme is the cause of most of the issues.
Stiofan
Those events are not returning the usual “location” array, they do seem to return a place.name which has a location string, i have added some code to read that, please give it a try now.
Stiofan
You are welcome! 🙂
Stiofan
This reply has been marked as private.He emailed us yesterday saying he had some email problems, give him another try and let us know if you still get no reply.
Thanks,
Stiofan
OK this is what i have done so far:
1. add listing_type to the excluded Yoast query values so it does not remove it.
2. Edited the theme file: /uploader_theme/includes/extensions/members_lite/members_lite.php
lines 231 and 232 as they casue a not needed redirect which was also breaking the add listing page preview.:
//wp_redirect( get_permalink( $post_id ), 301 );
// exit;What i recommend:
Ditching that theme, its bloated and slow and you have moved every GD template to it for no apparent reason.Let me know what else still needs looked at.
Thanks,
Stiofan
NOW it is working, i guess that is as much of an admission of guilt as we will get from you…
I’ll take a look at your site now.
Stiofan
probably a loading order issue, try:
add_action( 'plugins_loaded', '_my_remove_actions' ); function _my_remove_actions() { remove_action('geodir_before_detail_fields', 'gd_add_listing_top_code', 3); remove_action('geodir_after_main_form_fields', 'gd_add_listing_bottom_code', 10); }Stiofan
It could be a number of things, it might be a session problem, it might be something simpler. Try verifying the session is cleared, pringint all session all request and all post values before the incorrect post is entered to track it down.
Stiofan
-
AuthorPosts