Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Ben,
We are aiming for tomorrow 🙂
Thanks,
Stiofan
Hi Fabian,
Please check now.
I have added this one line to geodir-class-compatibility.php
add_action('presscore_body_top','rewind_posts');
Adding that as a post snippet should also work.
Stiofan
Hi Robert,
Please check now.
Thanks,
Stiofan
Hi Robert,
This can happen if events was not active during conversion.
Though it does seem to be a bit weirder as the details table info only has one post but the events seem to have 13, did u maybe try to delete them?If you don’t need to recover the current events then i can fix it quicker, if u do need to then i would need a backup of that events table if you have it?
Let me know.
Stiofan
Hi Jeff,
This was a bug with payment manager (thanks for reporting), i have fixed it in core and it will be in the next release. (hopefully tomorrow).
I have also set the author posts to show non published posts.
Thanks,
Stiofan
Please check now.
The last fix i added did cause issues and had to be removed, i have added a different fix now.Stiofan
Hi Kai,
The JS can break the page, i have repalced the add listing output with a placeholder for builder previews.
I have also made this available as a widget for the buidlers.I did notice there is a JS output error on the frontend if the add listing shortcode is used in the text input if using multilocations, it might be best to copy that to the elemento shortcoe widget.
Thanks,
Stiofan
This reply has been marked as private.This has been fixed and will be in the next release (targeted Wednesday)
Thanks,
Stiofan
Hi Michael,
Its something we are working on right now, depending on work load it might make it into the next release on Wednesday but if not it will be the release after that.
Thanks,
Stiofan
This has been refactored to accept category IDs positive (1,2,3) to include and negative (-1,-2-3) to exclude. This will be in the next release.
Thanks,
Stiofan
Hi Willy,
1. For the register redirect, this will only work if you have the registration set to (auto approve + login), then the redirect will work. (i don’t know of any WP user plugin that will redirect to last page from the email confirm page)
2. Divi builder works by adding a text widget and then using the shortcode builder (the square button next to the media button), i found the text widget can add some weird padding, if you need zero padding you can simply copy the shortcode to a divi “code” module.
Thanks,
Stiofan
Hello,
Sorry this was being added by the GD BP addon which is why the code was probably missed.
I have added the below snippet to your site to remove it, it is below just for future reference:
add_action('plugins_loaded','_my_plugins_loaded_action',11); function _my_plugins_loaded_action(){ remove_action('bp_setup_nav', 'geodir_ayi_user_events_nav_adder'); }
Thanks,
Stiofan
Hi Andre,
Are we talking about the place details table or the claim table?
Status =2 in the claim table means the claim was rejected, but this should not be a status in the details table.Let me know and i can advise further.
Stiofan
Hello,
Your theme footer.php must contain wp_footer(); it currently does not which is the problem.
https://codex.wordpress.org/Theme_Development#Footer_.28footer.php.29
Stiofan
-
AuthorPosts