Thomas van der Westen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] Warnings on admin pagesHello, here the same errors:
Warning: Invalid argument supplied for foreach() in /var/www/html/wp-content/plugins/wp-2fa/includes/classes/WP2FA.php on line 406
Warning: Invalid argument supplied for foreach() in /var/www/html/wp-content/plugins/wp-2fa/includes/classes/WP2FA.php on line 406
Version: 1.6.2
Php: 7.4The value of “$included_sites” is False so it is not possible to loop over it. So you can fix it with a “is_array” check.
- This reply was modified 3 years, 8 months ago by Thomas van der Westen.
Any updates?
Forum: Plugins
In reply to: [Async JS and CSS] PageSpeed Insights keeps naggingNice work!!
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Not working with 3.3.1Hi there,
I Just fixed this problem with a quite dirty fix..
The Fix:
Navigate to the pluginfolder and open this file: “player-js.php”. On line 155 you found this code:
flash_vars.artists = caption.replace(/,/g, ' ');
Replace this line with this line:
flash_vars.artists = caption
Cheers Thomas
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Broken for 3.3.1Hi,
I Just fixed this problem with a quite dirty fix..
The Fix:
Navigate to the pluginfolder and open this file: “player-js.php”. On line 155 you found this code:
flash_vars.artists = caption.replace(/,/g, ' ');
Replace this line with this line:
flash_vars.artists = caption
Cheers Thomas
I also hope for a update. I just emailed P?r (the maker) if he can give us any update.
Here te same issue
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] 2 QuestionsHere the same, submit_comment works but the respond is empty…(404)