Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
April 3, 2019 at 7:03 pm in reply to: New listings in pending status cannot be retrieved if they are in pending status #478006
Firstly this is not a bug, it is working as intended, the edit link i mention is on the actual archive view not the listing page…
The below code should do what u want but i have not tested, you can try applying it with the code snippets plugin
add_filter('geodir_filter_widget_listings_where','_my_show_user_pending_edit', 10, 2); function _my_show_user_pending_edit($where, $post_type ){ $args = isset($GLOBALS['gd_query_args_widgets']) ? $GLOBALS['gd_query_args_widgets'] :''; if(!empty($args['post_author']) && $args['post_author']==get_current_user_id()){ global $wpdb; $where = str_replace(".post_status = 'publish' ",".post_status = 'publish' OR $wpdb->posts.post_status = 'pending' ",$where); } return $where; }
Stiofan
It is trying to post to the live site which is being denied, for some reason its not using the staging url, i assume this will work once live, if not we will look closer.
Thanks,
Stiofan
Hi Rodney,
The most likely case is that you are on http/s and the uploader is on the other, if your WP site urls are https and ur add listing page is on https then it might be something different, in that case please post wp-admin details and we will take a look.
Thanks,
Stiofan
April 3, 2019 at 5:40 pm in reply to: Updated GD plugin one one site before realising it was V2! It's now not working. #477983If you have not started the update and click the downgrade button it should just go back to the way it was, no DB changes have been made at that point.
Stiofan
Hi Chris,
The theme you are using is not ready for GDv2 yet, i would suggest you try our Directory Starter or Supreme Directory theme for now. We plan to add a new version of it soon but it is not ready yet.
Stiofan
April 3, 2019 at 5:33 pm in reply to: New listings in pending status cannot be retrieved if they are in pending status #477977Hi Vladimire,
That is not the point of the shortcode, and we don’t plan on adding that functionality, even if we did get it to show the pending listings the author actions are not set to show there so they would not see an edit link.
Thanks,
Stiofan
Please add this CSS, we will add it to core in next release
.geodir-search-container{ z-index: 1; }
Thanks,
Stiofan
April 3, 2019 at 4:15 pm in reply to: Search results page: show only filtered entries on the map #477964Hello,
Make sure the map widget is on auto mode and it should do that, i am guessing you have it set to “directory”.
Stiofan
April 3, 2019 at 4:12 pm in reply to: New listings in pending status cannot be retrieved if they are in pending status #477963The dashboard widget takes them to the author page which is specifically designed for this purpose, it will also show author actions on the listing such as edit, delete, upgrade etc.
Stiofan
April 3, 2019 at 3:47 pm in reply to: Updated GD plugin one one site before realising it was V2! It's now not working. #477961Thanks for the info, please check now.
You have the option to downgrade if you are not ready to convert yet.Thanks,
Stiofan
That does look like it might be the issue, let us know if that solves it.
Thanks,
Stiofan
April 3, 2019 at 2:37 pm in reply to: New listings in pending status cannot be retrieved if they are in pending status #477941Hello,
Using the GD dashbaord widget they should be able to see them?
Stiofan
April 3, 2019 at 2:00 pm in reply to: How can I stop V2 auto updating and breaking my website? #477928Hi Laura,
I think that is the issue:
From here https://www.siteground.com/tutorials/wordpress/siteground-autoupdate/If the plugin update option is ticked, on each WordPress update we perform, we will check if your plugins are up-to-date too and if not, we will update them.
Try that and let us know if it work.
Thanks,
Stiofan
You should still have access to the backend, continuing the update will resolve that issue. Or rolling back will also resolve it.
Thanks,
Stiofan
April 3, 2019 at 12:49 pm in reply to: How to remove "xxxxxx" that appear on the bottom of the GD Details page #477879Yes, the theme update will remove it, but also in your other topic u wanted the top section removed which the solution for that will also remove it as the issue is in the template file.
Thanks,
Stiofan
-
AuthorPosts