Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
🙂
December 28, 2016 at 1:47 pm in reply to: Category search questions – subcategory order and/or hide #331780Hi Anitra,
I can help you with code example of how our hooks filter work but i can’t make custom changes for you. I would suggest posting on the jobs section of the forum to try and find a developer who can help you with the finishing changes.
Thanks,
Stiofan
Hi YC,
I am helping you with code example on how to use our hooks/filters but we don’t do custom work and we can’t build your custom search form for you, if you don’t have the skills to do this then you will need to hire a developer to do this for you.
Stiofan
We have a custom field type called “Get directions” you can add this from GD>Place settings>Predefined Fields>Get Directions. This will add a get directions link which on mobile will open google maps and show you directions to the place, is this what you are after?
Stiofan
I am still not sure that is the best way to do things as a user could select a region and then a non related city… but here is the code to update the values on post save
add_action('geodir_after_save_listing','_my_custom_fields_update_on_save',10,2); function _my_custom_fields_update_on_save($post_id,$postinfo_array){ geodir_save_post_meta($post_id, 'geodir_mrt_station_ss', $postinfo_array['post_city']); geodir_save_post_meta($post_id, 'geodir_mrt_line_ss', $postinfo_array['post_region']); }Thanks,
Stiofan
December 27, 2016 at 12:14 pm in reply to: Licence not activated! Please renew or seek support #331046Hi Gareth,
Sorry i missed your reply, just got the reply notification from Dominiks post.
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! 🙂
Can you please check this now, another user has said he finally got 1and1 to fix this.
Thanks,
Stiofan
Hello,
#1 If you are searching for something results are automatically ordered by most relevant, this is the way all big directories work like yelp and tripadvisor…
#3 Some field types can be added to the main search form, these will only ever take the form of a text input or a select input, you set this under the advanced search option “show in main search bar?” if this is not set then it will show in the advanced search area of the search bar.
If you have any more questions please let me know 🙂
Thanks,
Stiofan
It seems the updates will only show if the core and the addon are activated on the main site.
I will work on a fix for this, for now it’s best you update via ftp, or you could activate them on the main site just to update.
Thanks,
Stiofan
Payment manager will only let you limit listimg features but not actual listings.
You xould make all packages free if u wanted.
StiofanDecember 26, 2016 at 1:02 pm in reply to: reset (without any reason) of the fields of a Category #330688Hi Giacomo,
I will have a look at this tomorrow.
Thanks,
Stiofan
HI xalone,
Payments manager will not be able to do that by default either.
You would have to add a little snippet of code to achieve this, if you renew your membership i will help you with this.Thanks,
Stiofan
Hi Erick,
I am not really familiar with whatssap, can you provide an example of what you mean?
Thanks,
Stiofan
Hello,
Most italian translation are available, and you can see here the strings you would need to translate: https://wpgeodirectory.com/translate/projects/geodirectory/it/default/?filters%5Bterm%5D=Add+%25s&filters%5Buser_login%5D=&filters%5Bstatus%5D=current_or_waiting_or_fuzzy_or_untranslated&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc
Thanks,
Stiofan
You would need to make the actual custom fields selects not texts and fill in all the possible options, then the advanced search should work like how you want and then i can add the code to update that value on save.
Stiofan
-
AuthorPosts