Jim
Forum Replies Created
-
Forum: Reviews
In reply to:This review is a little unfair and harsh. It focuses on a few negatives and ignores the many features that other forum plugins don’t have for free. Developers need not give instant support every day. As long as they come back every week or two and address everything, that’s fine with me. Gives people more time to solve their own problems, which is more rewarding.
FYI, I did replace my debug directives with what you had. I’m not getting that error anymore, but I haven’t gotten any debug messages in any error log at all for the last 14 hours, which is unusual.
I’m getting that same error plastered all over my log.
[15-Dec-2021 00:13:13 UTC] PHP Notice: Undefined variable: file in /path/to/wp/wp-content/plugins/wp-optimize/minify/class-wp-optimize-minify-functions.php on line 1112I can’t try your suggestion as stated above because I have WP_DEBUG set to true:
define('WP_DEBUG', true); // set true if ( WP_DEBUG ) { define('WP_DEBUG_LOG', '/path/to/debug/debug.log' ); define('WP_DEBUG_DISPLAY', false); // don't display errors on pages @ini_set( 'display_errors', 0 ); }Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] auto delete not workingSame here, auto-delete not working for me. Currently it is set for 3 weeks and there are emails over a month old.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Alt text for header imageSorry, nevermind, I found this topic:
https://wordpress.org/support/topic/change-alt-text-in-template/Alles klar.
Forum: Plugins
In reply to: [Academic Blogger's Toolkit] ABT crashes WordPress CustomizerThanks for posting this. I found it also crashes Appearance > Widgets.
I suppose it was just a matter of time until ABT started to be incompatible with new WordPress versions. It’s just sad because I have scores of pages that use it, and need to occasionally update the pages with new references. Eventually that won’t be possible I suppose. And there’s no similar replacement AFAIK.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Filter for email content?Excellent! I’m still like a beginner, so really appreciate the excellent info, especially the tip about priority. When filtering before the template is applied, it didn’t work, I guess because I’m filtering html stuff in part. Filtering after worked perfectly.
Thanks again!
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Filter for email content?I want to edit the content of an email sent by a plugin. Earlier I was using a different email template plugin; they had a filter “mailtpl/email_content” that I could use to access the content before it went out, and search and replace text in a custom function attached to the filter. I was hoping you had something similar.
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] DB error due to auto-deleteI’m getting the same error every day. I don’t know if it is required for the error to appear, but so far no logs meet the delete age.
[12-Jul-2021 13:38:02 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 2 for query DELETE FROM wp75_mail_catcher_logs WHERE id IN() made by do_action_ref_array('wp-mail-catcher_0'), WP_Hook->do_action, WP_Hook->apply_filters, WpMailCatcher\ExpiredLogManager::removeExpiredLogs, WpMailCatcher\Models\Logs::deleteI’m terribly sorry to waste your time. It does work on mobile now. WP-Optimize was merging and caching the css files and refused to purge the css cache. I had to disable the feature and manually delete the cached files.
Hmm, just noticed that this doesn’t work on mobile; caption still covers the image. Not sure why as the classes are still there.
It works when simulating a phone with browser dev tools, but not on an actual iPhone.
- This reply was modified 4 years, 11 months ago by Jim.
Wow, works perfectly! You’re a genius, thank you.
Right, but my point is, the Preview feature doesn’t work at all for me, with no other plugins and 2021 theme.
Sorry, I hadn’t published it since it was a test page. Hopefully this will work:
https://forestpathology.org/ethnopathology/Thanks for the reply. You can see the effect in the FlexSlider here: https://forestpathology.org/?page_id=1633. The nav dots are in an appropriate place for the longest caption, but seem too far away for the rest.
A workaround I came up with is to place the nav dots above the slider instead of below; then they stay close.
.metaslider .flex-control-nav { top: -15px; }(By the way, that page also has a demo of the Nuvi and Coin slider problems from the other topic.)
- This reply was modified 4 years, 11 months ago by Jim.