Ben Huson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Subtitle] problem with accented vowels characterAs a note, some issues with character coding have been fixed in version 2.9, so this may no longer be an issue.
Forum: Plugins
In reply to: [List Pages Shortcode] Add PHP7 ComplatibiliyYes, added in version 1.73
It would probably make sense for the code to automatically switch to sort order DESC if sort_column is set to
post_dateand no order is specified in the shortcode, but adding the order shortcode parameter works OK.🙂
Hi.
The pages are retrieved using
get_pages()which by default sets the order to ASCending. Try adding the following to your shortcode to list in descending order.sort_order="DESC"Ben
Forum: Plugins
In reply to: [Taxonomy Images] Illegas string offsetHi, I think this is posted in the wrong plugin support forum. This is for the “Taxonomy Images” plugin support. Looking the plugin path in your code above this should be the support forum for the “Category and Taxonomy Image” plugin : https://ww.wp.xz.cn/plugins/wp-custom-taxonomy-image/
Forum: Plugins
In reply to: [Simple Page Ordering] Not working with `page-attributes`Ah, I’ve just noticed it does work but I have to click on the “Sort By Order” link at the top of the posts table – it doesn’t default to that view.
Forum: Plugins
In reply to: [Simple Page Ordering] Not working with `page-attributes`I’m having the similar issue.
I have also tried using the
simple_page_ordering_is_sortablefor the non-hierarchical post type but that does not work either.Forum: Plugins
In reply to: [BackUpWordPress] Your server only has X GB of disk space left – problem?The issue is fixed for me now in version 3.6.3.1
Thank you
Ben
Forum: Plugins
In reply to: [Expire Users] It doesn’t work at all in WordPress 4.6.1Great, I’ll make sure the changes in that development version are in the next release so you’ll be able to continue upgrade as normal.
Good thought about checking wether a logged in user should expire while they are logged in. Have added it to a list of things to look at 🙂
Forum: Plugins
In reply to: [Expire Users] It doesn’t work at all in WordPress 4.6.1That plugin doesn’t seem to be causing any issues for me.
I still can’t replicate the issue but I have made some tweaks to the plugin to do some further checks when a user logs in.
Would you be able to download this development version of the plugin and test it to see if it fixes your issue?
https://github.com/benhuson/expire-users/tree/fix/wp_authenticate_user
(use the download button to download a zip file and rename the downloaded folder to “expire-users”)Thank you
Ben
Forum: Plugins
In reply to: [Expire Users] It doesn’t work at all in WordPress 4.6.1Is it a free user approval plugin? If so, can you send me a link to the exact one so I can test with it, just to see if it does cause any issues.
I’ve tested in 4.6.1 and it’s working for me, but I’m going to try a completely fresh WordPress install just to check.
Forum: Plugins
In reply to: [Expire Users] It doesn’t work at all in WordPress 4.6.1It may be that the scheduled expire event is not running.
Could you try disabling and re-enabling the plugin as that may reset it.@kmileus If the user is marked as expired in the admin view it should prevent login. Is the user logging in via the main WordPress login page or are you using any plugins that maybe adjust the login procedure via different login form, or membership functionality?
Forum: Plugins
In reply to: [Expire Users] It doesn’t work at all in WordPress 4.6.1Sorry for not being able to respond sooner.
I will have a look into this issue and see if I can recreate it in order to fix it.
Thank you
Ben
Forum: Plugins
In reply to: [WP Subtitle] Duplicate Subtitle FoundThis issue was discussed in more details on this plugin’s GitHub issues thread.
I am unable to recreate this issue.
What version of WordPress are you using?
Have you tried deactivating all other plugin to check that this isn’t a conflict with another plugin?
Kind regards
Ben