Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
January 18, 2018 at 7:48 pm in reply to: Temporary VS Permanent Permalink – Emailed to Business Owner #413346
Hi Jacob,
Are all your addons and core up to date?
If not please try updating everything and if so please provide wp-admin details in a private reply and i will take a look.Thanks,
Stiofan
Yeah, please provide wp-admin details.
For 3.1 is it just one field u want to show or multiple?Stiofan
Some of the requests such as patripat’s above are against T&Cs, the social importer is so owners can import their details quickly as they have the rights to use the info/pics, bulk importing other peoples listings is against the T&Cs.
Thanks,
Stiofan
Hi Mike,
We alter the global post value to add our own values to it, they check the value to see if its a standard post value which its not so it fails. We will soon be changing to our own gd_post global value which should resolve this.
Thanks,
Stiofan
Hi Mike,
Thanks for the info, i found the conflict and i made a tiny change (that wont affect anything) to the charitable plugin, the conflict will be resolved in GDv2 so hopefully there will be no charitable plugin updates between now and then.
Should all be good now.
Thanks,
Stiofan
Great! Thanks for letting us know.
Stiofan
January 17, 2018 at 6:23 pm in reply to: change order of search results to show featured first #413176Searching a post code or street will order listings by proximity to that location, as u can see in the distances.
Thanks,
Stiofan
Hi David,
3.1: This is not possible by default, but could be done in several ways with code snippets. (this will likely be possible in GDv2 by default)
4. same as above.
5. Excluding the photos tab should do that automatically.
7. Same as #7
Thanks,
Stiofan
Hi Carin,
I have added the below code snippet to your site to fix the issue:
add_action('geodir_buddypress_nav_reviews','_my_bp_reviews_fix'); function _my_bp_reviews_fix($parent_nav){ $parent_nav['name'] = "GD Reviews"; $parent_nav['slug'] = "gd-reviews"; return $parent_nav; } add_action('geodir_buddypress_subnav_reviews','_my_bp_reviews_subnav_fix'); function _my_bp_reviews_subnav_fix($sub_nav){ if(!empty($sub_nav)){ foreach($sub_nav as $key => $val){ if(isset($val['parent_slug'])){ $sub_nav[$key]['parent_slug'] = "gd-reviews"; } } } return $sub_nav; }
Thanks,
Stiofan
I just tested with social importer and it also worked fine?
Stiofan
Hi Mike, please also provide FTP details and i’ll check the error logs.
Thanks,
Stiofan
I just added a listing with no problems, can you tell me how to replicate?
Thanks,
Stiofan
That is on my list of things to review but i have not got to that yet, i’ll be reviewing the linking system probably after the first beta release. (i hope to be able to open it up but i wont be able to confirm until i have reviewed things fully)
Thanks,
Stiofan
Hello,
More integration gateway: this is a topic for https://wpinvoicing.com/ which handles payments.
Popup Login,Social Login Integration: Changes are coming to login that will mean u can use any login/registration plugin but we also have https://userswp.io/ if you want nice frontend login/registration.
Reporting of content: There are many plugins that allow this already, i’m not sure what we could add that would make it “better” than what is already out there?
Lazy load Map and all: Do you mean in general or just if its on a hidden part of the page on load? We actually fire the load of the map quickly at first and then fire the request for markers later.
Sort by Helpful Review: Do you just mean sorting reviews or sorting listings by reviews?
Option to Custom Taxonomy: WOudl tags not work here?
mysite.com/hospitals/tags/neonatal-icuThanks,
Stiofan
a sort of thanks for ur review email?
Stiofan
-
AuthorPosts