Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
After v2 is fully released v1 will only receive bug fixes but no additional features will be added. We intend to officially support v1 for at least 6 months but more likely it will be one year.
Thanks,
Stiofan
The update only changes some expired permissions and changed the input text depending on what you have enabled, facebook/yelp. It does not help with the current facebook api approval, it remains the same.
Stiofan
Hi Jennie,
You can ignore that, i’m sure it has nothing to do with the speed issues.
How many listings do you have and what is your hosting spec?
Thanks,
Stiofan
You should be able to copy the snippet from one install to the other.
Stiofan
The error message seems slightly different, we output “You have entered an incorrect CAPTCHA value.” we are missing the “re”-CAPTCH, so my guess is its a conflict with the other plugin unfortunately.
Stiofan
Yes this is related to the wp session class on ajax calls.
We use crons with no problems and no problems have been reported with this.
We no longer use this class in GDv2 but as i said, its not causing any problems just now.Thanks,
Stiofan
No probs 🙂
July 24, 2018 at 8:31 am in reply to: Search bar category doesn’t change when a different CPT is selected. #439521No problem, i’m glad its all working 🙂
July 23, 2018 at 5:30 pm in reply to: Opening Hours show Mo (Monday) for all days of the week with german wordpress #439448Hi Marc,
Thanks for spotting, i have fixed this on ur site and the fix will be in the next release 🙂
Thanks,
Stiofan
July 23, 2018 at 5:05 pm in reply to: Search bar category doesn’t change when a different CPT is selected. #439444I replaced it with a shortcode and it seems to work fine.
Thanks,
Stiofan
This works (i have applied it)
add_filter( 'geodir_wpseo_replacements_vars', '_my_extra_seo_vars',10,2); function _my_extra_seo_vars( $vars, $location_array ){ global $post; $geodir_metro = isset($post->geodir_metro) ? $post->geodir_metro : ''; if(!$geodir_metro){$geodir_metro = geodir_get_post_meta($post->ID,'geodir_metro',true);} $vars['%%geodir_metro%%'] = $geodir_metro; return $vars; }
Stiofan
July 23, 2018 at 3:39 pm in reply to: Opening Hours show Mo (Monday) for all days of the week with german wordpress #439435Hi Marc,
Can you please provide wp-admin details and a link to the affected page and i’ll take a look.
Thanks,
Stiofan
(talked on skype but posting here so others can follow)
Slovakia is a weird one, let me explain what is going on here (hopefully)
Google never used to return any region info at all for Slovakia so we actually have a ajax call that runs in the background that compares the zip code and gets the region from a list of zip codes.
Google now seems to return region info BUT sometimes it seems to be in english and other times it seems to be in Slovakian(even in the same api response)
Stiofan
It would help if i knew the website and username also 🙂
Stiofan
July 23, 2018 at 1:53 pm in reply to: Search bar category doesn’t change when a different CPT is selected. #439424You seem to be editing the page so i cant test fixes for the map, but i think the way to resole it is to use the shortcode and NOT the widget.
Stiofan
-
AuthorPosts