Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
This is a tough one to track down, can you provide ftp details and i should be able to track it down alot faster.
Thanks,
Stiofan
Hi Fredrik,
The actual column must be set to “utf8_swedish_ci” the table might be set to “utf8_swedish_ci” but if the column is not set to “utf8_swedish_ci” then it still wont work. I have tested on my local install by ONLY changing the post_deails.post_title to “utf8_swedish_ci” and it then works.
Let us know if you have any problems.
Thanks,
Stiofan
For the server to take so long to render the maps for under 1000 markers tells me the server must be very under powered, probably in the processor department. What exactly are the server specs?
There is a option for “server side clustering” that you can try (its a setting) but i fear that might actually make things worse, let us know.Thanks,
Stiofan
October 30, 2015 at 8:02 pm in reply to: Posting a review hangs page, listing detail then won't load #58607Thanks, the problem was a wrong function was called in on of our addons, it looks like the name was changed by someone, anyway i have fixed it now.
Thanks,
Stiofan
Hello,
In the next version we have a new section “Titles & Metas” where you can change the meta title and descriptiosn as well as page titles more easily. for example
"All %%category%% %%in_location_single%%"Thanks,
Stiofan
We have made some changes in the next version which should solve this for both front and backed translations.
Thanks,
Stiofan
Hi Fredrik,
Adding this to your child theme functions file will remove our columns.
add_action('admin_panel_init', 'geodir_admin_list_columns_remove', 10); function geodir_admin_list_columns_remove(){ if ($post_types = geodir_get_posttypes()) { foreach ($post_types as $post_type): remove_filter("manage_edit-{$post_type}_columns", 'geodir_edit_post_columns', 100); endforeach; } }Thanks,
Stiofan
October 30, 2015 at 7:09 pm in reply to: Posting a review hangs page, listing detail then won't load #58588Can you provide FTP so i can debug further, it seems to be failing on comment_text() WP functions which is weird, i will have to dig a little further to find the cause.
Thanks,
Stiofan
Hi, in the next verion of GD you will be able to set the title the way you want and will be able to use %%location_single%% for what you require.
Thanks,
Stiofan
When i tested on your site it seemed to work, please explain the exact problem and how to replicate it.
Stiofan
this has been fixed and will be in the next release.
Thanks,
Stiofan
Hello,
The language switcher does not take into account the variables (after the/?) so it redirects to the main page and then the main page redirects to the default type.
Please get me on skype and we can go over some solutions.
Thanks,
Stiofan
Hello,
Thanks for the info, one of the plugins is adding a different version of chosen select JS file, i have added some code to your child theme to add our one back, hopefully everything is working now, just let us know if it’s not.
Thanks,
Stiofan
You are welcome! 🙂
I used to do PDR a bit, but was never very good at it, i love watching the experts do it though, can have amazing results, it’s still not a big thing in the UK though, some dealerships use them but the public in general have no idea it exists.
Stiofan
Ah, you were on search page, this is because you are using s fullwidth homepage, i have added some extra css to resolve this 🙂
Let me know if you spot anything else.
Thanks,
Stiofan
-
AuthorPosts