Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
June 20, 2018 at 11:00 am in reply to: Easy Updates slows the loading of Plugins and Updates pages #435646
Enhanced Media Library PRO seems to make it call twice, this is an actual WP bug but we have a workaround to that should make it only call once.
The running on every plugin page load should not happen, but i can’t recreate on any of my sites so i assume another plugin is blanking the last update time.
Stiofan
I can’t tell where you have the shortcodes, i don’t see them in the widget area but the GD queries time is far behind the events plugin queries u have installed, the take 10x more time that our ones. If you want that many shortcodes there then there will be lots of queries but in this case its not taking much time. I see the main slow queries from the events plugin u have installed.
Stiofan
If you can replicate the issue again just let me know.
All the issues i have seen have been user issues but you have a full membership and no expired keys so you should be all good. If it happens again let me know and i’ll investigate.Thanks,
Stiofan
Yes the current V2 beta has this functionality so you can test it there.
We hope the GDv2 core will be out of beta this week.
Thanks,
Stiofan
Not tested but somthing like this: (assuming you add a field with htmlvar_name “price_range”, i would make it a select input with values “Select Price Range/,$,$$,$$$,$$$$”
add_filter('geodir_details_schema','_my_geodir_details_schema',10,2); function _my_geodir_details_schema($schema,$post){ if(!empty($post->geodir_price_range)){ $schema['priceRange'] = esc_attr($post->geodir_price_range); } return $schema; }
Stiofan
June 19, 2018 at 10:26 am in reply to: Easy Updates slows the loading of Plugins and Updates pages #435460Hi Matt,
Thanks for the info, let me explain what i think is going on here.
The updates page pretty much always fires the update check so that is expected.
The plugins page should only periodically check.
The elementor addons plugin seems to be resetting the check time so it keeps firing on the plugins page too.
We need to fire our checks everytime the core check runs otherwise our updates would be lost between refreshes.Thanks,
Stiofan
That could be normal, it depends on a few things, if you provide wp-admin i’ll check things over.
Thanks,
Stiofan
There is not special function, its just a textarea then the_content turns it into a video, then we add some CSS to make it responsive.
so u prob want something like (where 123 is the post id)
geodir_cf_textarea('','','geodir_video',123);
Stiofan
If you are not using HTTPS then it won’t work anymore.
Also some older versions of safari just don’t work with it.Stiofan
You can find the info and download here: https://wpgeodirectory.com/geodirectory-v2-first-beta-release/
Just not its limited to core GD, hopefully core will be out of beta this week and locations manager in beta this week or early next.
Stiofan
Twitter feed fixed, now sure exactly what happended there but it changed to a normal text input.
Stiofan
FYI in GDv2 (beta is out) We can auto fill some missing fields like lat/long or some address fields. Also you for images you could just enter a full url and it would import it.
( This is only for GDv2 not GDv1, i am just letting u know it will be changing soon )Thanks,
Stiofan
There is no settings to be able to do this, you would have to unhook our delete function and then hook your own in to then do what you want, but this is beyond support and would require customisation.
You might find someone on here if you don’t have the dev skills yourself: https://geodirectoryexperts.com/
Thanks,
Stiofan
Fixed preview. The show in what locations i think should work now, and it seems to be.
I don’t think it was unset but just not showing, which should now be fixed?Stiofan
Are the settings unset in the settings or simply just not working on the frontend?
Stiofan
-
AuthorPosts