Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Tom,
Please check now, it was a setting in new AVADA that was breaking it, i have added a filter to fix it. The fix will be in the next release so no need to worry about overwriting it or anything.
Thanks for your patience.
Stiofan
There are other issues in front of this, its not forgotten about, its in the queue.
Stiofan
May 12, 2016 at 3:38 pm in reply to: Memory Consumption, CPU Usage Off the Chart and Tag Sync Doesn't work #189525This reply has been marked as private.May 12, 2016 at 3:02 pm in reply to: Memory Consumption, CPU Usage Off the Chart and Tag Sync Doesn't work #189478Please give it a try now, i have made some optimisations.
Stiofan
May 12, 2016 at 2:21 pm in reply to: We can't insert a new dataset in backend javascript error #189458So to make it:
function geodir_admin_current_post_type() { global $post, $typenow, $current_screen; $post_type = NULL; if (isset($_REQUEST['post']) && get_post_type($_REQUEST['post'])) $post_type = get_post_type($_REQUEST['post']); elseif ($post && isset($post->post_type)) $post_type = $post->post_type; elseif ($typenow) $post_type = $typenow; elseif ($current_screen && isset($current_screen->post_type)) $post_type = $current_screen->post_type; elseif (isset($_REQUEST['post_type'])) $post_type = sanitize_key($_REQUEST['post_type']); return $post_type; }The $post global value should not be being take over but i see how this could help you, i will change it to this but if i find any conflicts i will have to change it back.
Thanks,
Stiofan
GDB tries to add all the JS files to one JS file (same with CSS), this would be better served via CDN.
Stiofan
Great!
I have made the change in the stripe addon, this will be in the next release so don’t worry about it 🙂
Stiofan
did the payment work? We will be releasing a new ver of that theme shortly.
Stiofan
Yes that will be resolved in the next release, but really u should serve them via CDN.
Stiofan
I have made some changes, please check now.
Thanks,
Stiofan
May 11, 2016 at 6:36 pm in reply to: Memory Consumption, CPU Usage Off the Chart and Tag Sync Doesn't work #188816I am working on a solution and will hopefully be able to apply it tomorrow.
Stiofan
Hi Hegel,
Something is adding the google maps api twice can you please provide FTP details so i can track it down.
Thanks,
Stiofan
May 11, 2016 at 5:23 pm in reply to: We can't insert a new dataset in backend javascript error #188690Hello Marco,
Can you please provide more info, i am not sure what function or file you are referring to, if you can post a link to the page that is not working and wp-admin details in a private reply i’ll take a look.
Thanks,
Stiofan
Hello,
I have fixed this on your site, the fix will be in the next release.
Thanks,
Stiofan
Thanks for spotting this, its a minor bug with countries with apostrophes in the name during search with advanced search autocomplete. It has been fixed and will be in the next release.
Thanks,
Stiofan
-
AuthorPosts