Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Carol,
I asked to the developers to follow up.They’ll let you know asap.
Thanks
Hi,
that’s an option, if there is a 3rd party developer available in the forum (because we don’t provide that service ourselves).
Alternatively you could try codeable.io or upwork.com
Thanks
Ok clearer now.
I don’t think it is possible, however I’ll ask to the developers to let us know.
They’ll let us know asap.
Thanks
Sorry about that, I copy and pasted the code without the “function my_” part.
The correct code is:
function my_geodir_cf_checkbox($html,$location,$cf,$p=''){ $html = str_replace(array(": ","Yes"),"",$html); return $html; } add_filter('geodir_custom_field_output_checkbox','my_geodir_cf_checkbox',15,3);Thanks
Thanks for letting us know 🙂
September 5, 2016 at 5:37 pm in reply to: Events Order is Posting Date Order Not Event Date Order #260410You are welcome 🙂
Hi,
of course it doesn’t work, this is what you pasted:
function my_geodir_cf_checkbox($html,$location,$cf,$p=#039;'){ $html = str_replace(array(": ","Yes"),"",$html); return $html; } add_filter('geodir_custom_field_output_checkbox','my_geodir_cf_checkbox',15,3);this is what you are supposed to be pasting:
function my_geodir_cf_checkbox($html,$location,$cf,$p=''){ $html = str_replace(array(": ","Yes"),"",$html); return $html; } add_filter('geodir_custom_field_output_checkbox','my_geodir_cf_checkbox',15,3);You can’t use HTML special characters in PHP. You need to use
'for single quotes and
"for double quotes.
Let us know if this helped.
Thanks
September 5, 2016 at 5:13 pm in reply to: Conflict between Beaver Builder with GD Booster Enabled? #260381hi again,
actually we don’t see any problem. Can you tell us step by step how to recreate it?
Thanks
September 5, 2016 at 4:54 pm in reply to: Conflict between Beaver Builder with GD Booster Enabled? #260348I flagged this for Stiofan, he’ll let you know asap.
Thanks
September 5, 2016 at 4:42 pm in reply to: Conflict between Beaver Builder with GD Booster Enabled? #260345This reply has been marked as private.September 5, 2016 at 4:13 pm in reply to: Conflict between Beaver Builder with GD Booster Enabled? #260339Hi Mark,
please provide a link and admin credentials of the website where this is happening. I can’t recreate the problem in our demo.
Thanks
September 5, 2016 at 4:11 pm in reply to: Warning from Service Provider RE Cache directory permissions #260338755 should be enough.
Let us know,
Thanks
September 5, 2016 at 3:49 pm in reply to: Relocating Display On Business Listing Details Page #260328HI Jimmy,
I flagged this for Giri, he’ll reply tomorrow 1st thing, because today he is off.
Thanks for your patience,
September 5, 2016 at 3:44 pm in reply to: After upgrade 1.6.6 multiselect CPT output as UL instead of Comma separated? #260319Hi Fab,
I’ve flagged this for the developers. They will answer to your question asap.
Thanks
You can avoid using the events add-on and create an event CPT with the custom post types add-on.
It will be a normal listing without dates and times.
Let us know if that helped.
Thanks
-
AuthorPosts