Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
This has been fixed and is in the latest ver of core
Your welcome! 🙂
Yes this is in core po file.
Stiofan
Please check now?
Stiofan
You could hide it with css on the front end and then probably add a hook somewhere to stop it being submitted from frontend also.
again there is no way to do this by default but it would be posible to have it custom built by a dev.
Stiofan
Thanks for the feedback, it is now on our list of things to do.
Stiofan
I don’t know what u have installed 🙂
Your welcome! 🙂
Hi rich i’m not saying this will work but give it a try, add this field to your form…
<input type="hidden" name="geodir_signup" value="true">oops i totally missed out the functions name try this (also fixed original)
add_action('geodir_before_tab_content','my_text_before_post_info' ,10,1 ); function my_text_before_post_info($tab_index ){ if($tab_index=='post_info'){ echo "Please use the below info to book your room"; } }Hi Bob,
The new compatability pack should be out in a few days and it should not break anything by updating.
Thanks,
Stiofan
sorry i’m not sure what u are asking?
Hi, please add something like this to your child theme functions.php file
add_action('geodir_before_tab_content','my_text_before_post_info' ,10,1 ); function my_text_before_post_info($tab_index ){ if($tab_index=='post_info'){ echo "Please use the below info to book your room"; } }Thanks,
Stiofan
i dont think this will be looked at until tomorrow.
Thanks,
Stiofan
Hi Darren,
Social importer you must have another pluign conflicting,
GD booster uses quick cache so u should disable normal quick cache.
Stiofan
-
AuthorPosts