Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
There is not default way to do this, it would need to be done with hooks and code to edit the title.
I have not seen this done before, i’ll flag this for paolo to see if its something we might want to look at.
Thanks,
Stiofan
Maybe try the home maps shortcode instead of the way you are doing it, the paramiters do not seem to be being passed.
Stiofan
i forget if it was just search or other things it was messing up, you can try this and if u see problems anywhere let let me know
if(isset($_REQUEST['geodir_search'])){ remove_action( 'pre_get_posts', array( 'Theme_My_Login, 'pre_get_posts' ) ); }Stiofan
You have the widget set to “auto zoom” untick that to set the manual value.
Thanks,
Stiofan
For the select boxes it was a conflict with the theme, i have added a code snippet to fix it.
Thanks,
Stiofan
You are welcome 🙂
This reply has been marked as private.The plugin is messing with queries when its functionality should not seem it needs to.
you should go through the TML pluign and remove the add_action and add_filter calls untill its fixed, if u find that i’ll write a snippet to remove it.Stiofan
Please check now, your “slidingbar widget area” had 2x maps in it, so the multiple maps were failing, i have removed them and the sidebar one now works.
Thanks,
Stiofan
This reply has been marked as private.You could use the below action to add the link, but it might be something best added via JS on mobile, either way would work.
do_action('geodir_after_listing_listview');Thanks,
Stiofan
June 24, 2017 at 9:54 am in reply to: Hook/Action when a listing is added and Payment completed. #384584Hello,
With payment manager V2 and WP Invoicing you can use any of the below hooks:
// Status was changed. do_action( 'wpinv_status_' . $new_status, $this->ID, $old_status ); do_action( 'wpinv_status_' . $old_status . '_to_' . $new_status, $this->ID, $old_status ); do_action( 'wpinv_update_status', $this->ID, $new_status, $old_status );Once u have the invoice ID you can use the below function to get the info about the invoice like the user id
$invoice_info = wpinv_get_invoice_meta($invoice_id); print_r($invoice_info);Thanks,
Stiofan
Hi Kory,
We always advise you to keep everything up to date so the answer would be yes 🙂
Stiofan
i’ll be around tomorrow if u are?
Stiofan
Thanks for letting us know, i have updated that for you and activated it.
Thanks,
Stiofan
-
AuthorPosts