egingell
Forum Replies Created
-
Forum: Plugins
In reply to: [List Last Changes] Conflict with plugin WordPress Hide PostsMarked as resolved. I cant expect you to fix or work around other peoples’ bad code. Other dude needs his own thread.
Forum: Plugins
In reply to: [List Last Changes] Conflict with plugin WordPress Hide PostsI’ve been there.
PS. That plugin didn’t just break yours, it also made the columns on /wp-admin/edit.php all wonky.
Forum: Plugins
In reply to: [List Last Changes] Conflict with plugin WordPress Hide Posts>The filters of the Hide Posts plugin will still be active when the posts and pages are collected. Maybe this happens on your website.
Your new version is hiding posts I’m not hiding with the other plugin.
>With a custom field on the post/page with the name ‘list_last_changes_ignore’ and the value ‘true’. See ‘Exclude page or post’ in the Description.
Cool. Maybe I’ll just do that instead of use this other plugin.
>Can you post the error message here? And what version of PHP is running your website on?
In my experience, WP doesn’t give an error message other than “critical error” (paraphrased).
Oh, and I was mistaken about you doing it twice. It’s once for “posts” and once for “pages”. And since the coffee looks nearly identical, may I suggest wrapping one code block in:
foreach(array("post","page") as $v) {}
Forum: Plugins
In reply to: [List Last Changes] Conflict with plugin WordPress Hide PostsHow are posts being ignored in the first place?
Forum: Plugins
In reply to: [List Last Changes] Conflict with plugin WordPress Hide PostsThey’re not sorted by Last Modified. I don’t know why, though.
Either that or it’s excluding too many posts.
Also, you appear to be doing it twice.
Forum: Plugins
In reply to: [List Last Changes] Conflict with plugin WordPress Hide PostsIf that doesn’t work,
get_option('active_plugins')
returns an array of active plugins. One could check if said plugin is active and act accordingly.Forum: Plugins
In reply to: [List Last Changes] Conflict with plugin WordPress Hide PostsEdit: Double post.
- This reply was modified 1 year, 4 months ago by egingell.
Forum: WordPress Mobile App
In reply to: Trouble tapping text elements in WP app on AndroidIt isn’t mentioned in the “what’s new” on the Play Store (updated 10-20-2023), but it seems to be working now.
- This reply was modified 1 year, 4 months ago by egingell.
Forum: WordPress Mobile App
In reply to: Trouble tapping text elements in WP app on AndroidThank you.
Forum: WordPress Mobile App
In reply to: Trouble tapping text elements in WP app on AndroidYou can see in the video below that I’m repeatedly tapping the block, but only some of the times the cursor moves.
Forum: Plugins
In reply to: [Captcha Them All] Fix for Captcha Them All for PHP 8.2I was not asking for help.
Look for the line containing this:
$letter = $code[‘display’]{$i};
And change it to this:
$letter = substr($code[‘display’], $i, 1);
Forum: Fixing WordPress
In reply to: Wrong Count on PluginAdditionally, there are 15 directories in my plugins directory, but only 13 listed on my plugins list. (Edit: I figured out this one, two are just libraries.)
- This reply was modified 2 years, 1 month ago by egingell.
Forum: WordPress Mobile App
In reply to: Gallery Block GlitchIs it just called “Gutenberg”? I see several similar plugins when I search for that.
Edit: Yes…to answer my question. And it seems to have fixed it. At first I didn’t think it did, but I removed the captions, updated it, then re-added the captions, and all is well…for now.
- This reply was modified 2 years, 1 month ago by egingell.