Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
This is a theme problem, when editing a GD CPT we load extra CSS and JS files but on the GD CPT edit page the function get_post_type() is returning “medicenter_sidebars”. We could hack it to fix it but thats a short term solution this is really something the theme author should fix.
Let us know how you wish to proceed.
Thanks,
Stiofan
It looks like Paolo is right Google is not returning the regions for your country, we do have a solution for this, we have already implemented for Slovakia, basically we need an array of zip codes to region names. You can look in the files of the location manager under /zip_arrays/SK.php to get an idea. We dont even need the whole zip code for example if all the zips starting with 03XXX are all in only one region then it will make things easier. I will help as much as i can but i will need your help for this as i don’t always know where regiosn start or end. If you can provide me alist of zip codes to regions i will implement the fix, i spotted this but not sure it is 100% correct or even what names are regions or areas. https://en.wikipedia.org/wiki/List_of_postal_codes_in_Finland
Thanks,
Stiofan
I have added a task for this, hopefully it will make it into the next release.
Thanks,
Stiofan
Our schema uses the new way of doing things, we use JS+JSON so it should not matter even if the fields are not there as the info is not attached to the HTML any more.
Thanks,
Stiofan
Hi Jp,
You would have to ask the author, i will alert him of this post.
Thanks,
Stiofan
Hi Mark,
I checked and all your licences including your themes are all lifetime, please ignore the 1 year message, i will look into it.
Thanks,
Stiofan
This was a bug, i have fixed it on your site and the fix will be in the next release.
Thanks,
Stiofan
Thanks Paul, i really appreciate the review! 🙂
We pride ourself on our support.Stiofan 🙂
No probs 🙂
We never write to that option direct, no one should, it should all be done by WordPress, thats the strange thing, it’s like it could not write to it.Stiofan
This was a weird one, the options table simply did not have the “rewrite_rules” option, i added it and re-saved the permalinks and it now works, it seems to be working now but if it stops then i would reinstall workdpress and check the MySQL user has full permissions.
Thanks,
Stiofan
I believe the near border problem is related to another bug, it should be resolved in next release of advanced search, if not i’ll take a closer look.
Thanks,
Stiofan
I tried som basic stuff but with no luck, i will need to dig into core WP to figure out whats going on, i’m finishing for the night, i will continue tomorrow.
Thanks,
Stiofan
#1 It should just work, i still see two codes on the sites, search the source code for “UA-”
#2 I will double check.
#3 If they got that far the listing will be under their listings accessed from my dashboard widget, they can publish it by going to “my invoices” and paying it.
#4 it’s not supported, if the user stops the payment they system does not know.
#5 What i mean is a user will have a listing /places/city/listing-name/ and this is what everyone will link to including google etc, they can’t get a free listing with the same url so they would lose the ranking they build up with that url.
Stiofan
Hi Chris,
Please check now.
For the popup i made a change tot he plugin, and it will be in next release.For the slider i added this to you child theme functions:
// fix rev slider and GD Booster function golf_geodir_booster_exclude_css( $continue, $content, $inline_content ) { if (strpos($content, "htmlDivCss") !== false ) { $continue = true; } return $continue; } add_filter( 'geodir_booster_css_continue', 'golf_geodir_booster_exclude_css', 10, 3 );Thanks,
Stiofan
Hi Geoff,
What you said did not make sense… Did you update the server MySQL version?
Stiofan
-
AuthorPosts