psn
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Maintenance] Red circleIssue solved, I re-installed your plugin and now its working fine with the red/green circle in admin bar.
Forum: Plugins
In reply to: [WP Maintenance] Red circleThink this red or green circle is a little bit confusing as its seems to work sometimes but when navigate from your plugin to an other page inside admin the circle dissapear totally. Best would be that either its green or red depending if maint is turned on or off and even if we navigate to other pages inside I think this circle should be visible so we know that either we have maint turned on or off!
Forum: Plugins
In reply to: [Authors Widget] Small bugWhen checking the order if we use ID as sort function we get actually correct order but if we use “id” instead of “ID” we then get the php notice. Not big deal as we don’t use that ORDER in our widget-area. We use number of post and that works fine regardless of ID or id.
Don’t know if thsi part is connected to which PHP we use!
Anyway I think we can close this case by now!
Per
Forum: Plugins
In reply to: [Authors Widget] Small bugHi
We run php version 7.1.10, will try to add mentioned code later this evening.
Forum: Plugins
In reply to: [Authors Widget] Small bugAlso if you look at row 25 in authors.php file you have:
`function widget_authors_sort_by_id($a, $b) {
return 0 + $a->ID – $b->ID;
}`
Dont know if this can confuse the widget and the error we see??Forum: Plugins
In reply to: [Authors Widget] Small bugHi
Yes we also got “id” when we echo your code above but we don’t get the correct order of users “ID” if we chose to order by “ID” and more when we debug code we get this NOTICE when we use “id” and not ID:
[10-Nov-2017 22:17:11 Europe/Stockholm] PHP Notice: Use of undefined constant widget_authors_sort_by_id – assumed ‘widget_authors_sort_by_id’ in /customers/a/d/b/mesas.se/httpd.www/wp-content/plugins/authors/authors.php on line 66
Forum: Plugins
In reply to: [PHP Everywhere] PHP errorHi
Tested @englishized issue on our site but we cant replicate this as our widget is working fine and we can add in the same into any of ours widget-area. Perhaps this should be open in a separate ticket as this ticket is closed as solved.
Per
Forum: Plugins
In reply to: [Authors Widget] Small bugI wrote all that in my first post above:
In authors.php file line 66 change id to IDPer
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Maintenance of pluginGreat!
Forum: Plugins
In reply to: [Authors Widget] Small bugHi, I assume you will soon deploy a new release with above fix and if you also can retest both against latest WP and PHP version would be great!
Per
Forum: Plugins
In reply to: [PHP Everywhere] PHP error?? that was really a quick fix, great support you will have 5 stars from me asap!!
Per
Forum: Plugins
In reply to: [PHP Everywhere] PHP errorGreat news, looking forward to next release
Forum: Plugins
In reply to: [PHP Everywhere] PHP errorAny news/update on above error can be fixed soon?
Hi Joachim, do you have any plan to get this feature done this year?
Per
Forum: Fixing WordPress
In reply to: Disallow file edit not workingIssue found, it was connected to credentials in db ??