windyjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [User Activity] User with no post.Hello!
That was a decision made by me to not display the users with no activity. Some community sites have a very large number of users with only a small percentage of them that posts content.
I may add a toggle-option to show users with zero posts if I have time, or if someone wants to help out.Forum: Fixing WordPress
In reply to: Gravity Forms slows down the admin areaI noticed that disabling w3tc object cache “fixes” the problem. That is, the http requests to gravityhelp.com doesn’t occur for every admin page. For my site that reduced the page load time from seven seconds to one”
Forum: Fixing WordPress
In reply to: Gravity Forms slows down the admin area@robmin Apache/2.4.7 (Ubuntu)
Forum: Fixing WordPress
In reply to: Gravity Forms slows down the admin area@robmin sure:
PHP-version 7.0.10-2+deb.sury.org~trusty+1
MySQL-version 5.5.50
WordPress-version 4.6.1
Gravity Forms Version 2.0.7.2Forum: Fixing WordPress
In reply to: Gravity Forms slows down the admin areaI have the same problem, for a single admin page there are 11 HTTP POST requests to
https://www.gravityhelp.com/wp-content/plugins/gravitymanager/version.php. On some of the admin pages I get 25 such requests.
Forum: Plugins
In reply to: [The Events Calendar] Multisite – Only super admin can add eventsI have the same problem, but it works for some “normal administrators” on some sites, but not all. Disabling all the plugins is not an option for me (live site with > 3000 blogs and network activated plugins)
Forum: Plugins
In reply to: [The Events Calendar] WordPress Multisite can not create eventsI have a similar problem, although I only see “Tags”, “Import” and “Settings” under the “Events” menu. The problem occurs for a local admin in a multisite network. if I log in as a superadmin, then I can see all menu items.
Forum: Plugins
In reply to: [SlickQuiz] Correct answer bug in latest updateThere is still a problem when you click the next button without selecting an answer, the correct answer will get the class “correct” attached and not changing the color is unfortunately not enough to fool an advanced user ??
Forum: Fixing WordPress
In reply to: get_posts() orderby field isn't doing ANYTHINGYou might want to add ascending order?
$pages = get_posts(array( 'post_type' => 'our_work', 'post_status' => 'publish', 'orderby' => 'post_title', 'order' => 'ASC', 'numberposts' => -1 ));
Forum: Plugins
In reply to: [WP-Infobox] [Plugin: WP-Infobox] Images in the infobox?I’m sorry, but that is not possible at the moment.
Forum: Plugins
In reply to: [WP MediaTagger] Unexpected '}' in mediatagger-admin.php on line 846Thanks!
Forum: Plugins
In reply to: [Delicious Curator] [Plugin: Delicious Curator] publish via cron?Probably not, mostly because I don’t need that functionality myself and my time is limited ??
But if anyone wants to add this functionality, I’d be happy to add you as a contributor.Forum: Fixing WordPress
In reply to: Allow users to view (not edit) unpublished postsI would also like to find an answer to this one. There doesn’t seem to be a capability for “View all drafts” or similar.
Forum: Plugins
In reply to: [No Soup] [Plugin: No Soup] Some serious issueThere was a problem with empty settings (which is the case when the plugin is activated). I have commited version 0.3 and I hope that this fixes all issues and that the plugin can be reopened.
Forum: Plugins
In reply to: [No Soup] [Plugin: No Soup] Some serious issueThat is strange, I can’t reproduce the error. But I will go through the code until I find what have caused this problem.
Sorry about this.