Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
January 11, 2015 at 3:14 pm in reply to: Geodirectory completely fails to work with Multilingual Press #27007
Hi Andy,
Please submit it as a request, if it’s popular then we will look into it.
Thanks,
Stiofan
Hi,
Your site is comming up as a blank page for me and i can’t login to check.
This might be a category problem not an address field problem (unless you actually dont have anything in the address field?)
If it’s a category problem, please make sure your price packages are not set to limit the categories to zero : 0
Then you can also try the category sync tool in the GT Tools section.
Let us know how u get on.
Thanks,
Stiofan
Hi Ian, I have manually activated you now, sorry about that.
Thanks,
Stiofan
Yes the tables are updated.
The tables are set to auto update on upgrade but sometimes there can be problems like this.Thanks,
Stiofan
Thanks please check now!
Stiofan
It’s more complicated than just deleting a table, we need to check that the table is empty or is not newer than the one created.
Your wp-admin details are not working for me either.
Stiofan
Also wp-admin details don’t seem to work for me.
Stiofan
Hi Ben,
I have activated your account manually now, please let me know if you have any problems.
Thanks,
Stiofan
I have added fixed this and it will be in the next release.
Thanks,
Stiofan
yes please stick with what works for you for now.
Thanks,
Stiofan
Hi u can download the plugin with the filter added here: https://github.com/NomadDevs/disqus-wordpress/
Then u add this bit of code to your child theme functions.php file and all should be well
add_filter('dsq_can_replace_filter','dsq_can_replace_begin_hook_change',10); function dsq_can_replace_begin_hook_change(){ global $post; if(isset($post->post_type) && $post->post_type && in_array($post->post_type,geodir_get_posttypes())){return true;} }Thanks,
Stiofan
January 10, 2015 at 8:46 pm in reply to: Possible bug in geodir_listing_permalink_structure() #26939Yes Jeff there was a bug in our code, i have just fixed it and it will be in the next ver, it was in that function and we were setting the original post object back and then asking for the ID which ofcourse will be the wrong one.
u can fix by changing this line
if(isset($gd_permalink_cache[$post->ID]) && $gd_permalink_cache[$post->ID] && !$sample){$post_id = $post->ID; if(isset($orig_post)){$post = $orig_post;} return $gd_permalink_cache[$post_id];}Thanks,
Stiofan
This was a bug, i have fixed it and it will be in the next ver.
Thanks,
Stiofan
Thanks for the info, the problem was your SQL server and the WP are not using the same timezone, i have changed our code to use WP time and it now works. We will release a fix for the near bug tomorrow.
Thanks,
Stiofan
Hi your problem seems to be Hide My Wp (http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158) ” addon that rewrites path of directory and files using .htaccess. it will not be compatible.
Thanks,
Stiofan
-
AuthorPosts