Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi, that’s good.
As for the errors, #1 seems to be the payment manager was not updated yet, maybe just a one off.
#2 might be that you had a custom field age_group and then deleted it but might still have it as a advanced search or sort option?Stiofan
Hi, i’m still not exactly sure why this is happening, can you please provide FTP details also and i’ll debug it.
Thanks,
Stiofan
i have added you
This reply has been marked as private.Hi Jo,
This is a standard widget text, there is no option to change it, the easiest way would be to translate it, when searching for the translation look for “Best of %s” the %s is replaced by the cat name.
It’s simple to translate core and you might find some other things you want to change 🙂
https://wpgeodirectory.com/docs/translate-core/Thanks,
Stiofan
🙂
Hi Jo,
You had a space after your client secret which was messing things up, i have fixed it now and it’s all working good!
Thanks,
Stiofan 🙂
You are very welcome 🙂
Feel free to leave us a review if you have not already! https://wordpress.org/support/view/plugin-reviews/geodirectoryThanks,
Stiofan
There was a small bug, i have fixed it on your site now.
Thanks,
Stiofan
This reply has been marked as private.November 13, 2015 at 3:35 pm in reply to: Featured status and review star rating in the sidebar on detail page #59996🙂
I activated tinymce again but i could not recreate this, please advise.
Stiofan
November 13, 2015 at 2:47 pm in reply to: Featured status and review star rating in the sidebar on detail page #59992Hello,
This would add info to the top of the sidebar, you would add this code to your theme functions.php
add_action('geodir_detail_page_sidebar', 'my_feature_func',9); function my_feature_func(){ global $post; if(isset($post->is_featured) && $post->is_featured){ echo "<div class='geodir-company_info geodir-details-sidebar-is-featured'><h3>This place is featured!</h3></div>"; } }Thanks,
Stiofan
Yeah i dont think this can be done at present for all images, if you are using GD booster i think you could hack a core file to do something like this.
Are all your images uploaded direct to the cloud or what?
Maybe we could add a filter or an option depending on demand.
Stiofan
Hi Mark,
You first need to make the field a text field and then make it a number not a string, this way you will get the extra options when adding it as a advanced search filter. I realise this is lacking a bit of documentation, i have set myself a task to make a video doc and written docs for this. However if you get stuck now just let me know and i will add you to skype and guide you though it.
Thanks,
Stiofan
-
AuthorPosts