Jim
Forum Replies Created
-
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Gallery formatted wrong until resize windowI think it must have been the highest level div with classes that start with pgc*. Look at the page editor that has the problem gallery and see if you applied Custom CSS or a class (under Advanced) to the gallery block there.
If not, look at the page with developer tools to see the styles applied to the highest level div of the gallery, and see if there is any “clear” property there. You may have put something in your style.css that selects galleries.
Forum: Plugins
In reply to: [Asgaros Forum] problems with spammersYes, it does seem to be a problem.
It is possible to delete all posts of an author in bulk in the database, using phpMyAdmin or whatever it’s called. It is not for the faint of heart, and you can really bork your site. You should try it first in a staging environment to make sure it does what you think.
Forum: Plugins
In reply to: [Asgaros Forum] Forum Navigation BarOne way to do this is using the filter “asgarosforum_filter_header_menu”. You have to know how to use filters and edit an array in php. All you would have to do is change the names in the array I think.
https://github.com/Asgaros/asgaros-forum/blob/master/hooks.md#asgarosforum_filter_header_menu
Forum: Plugins
In reply to: [Asgaros Forum] How to remove duplicate titles?I don’t know what “titles type” refers to, and can’t find such a problem on your site.
Forum: Plugins
In reply to: [Asgaros Forum] Link: Edit ProfileI can’t find a filter for the edit profile link, so that would likely require some fancy php or editing the core files of the plugin. I actually created a pull request 5 months ago that adds that functionality, along with a complete front-end profile editing screen integrated into the plugin. There has been no action on it as yet, which is not surprising because it is complex and I probably didn’t write it the best way. Also the developer has been away from the plugin for a while.
Forum: Plugins
In reply to: [Asgaros Forum] Reactions don’t workThere is an almost identical post on https://www.asgaros.de/support/topic/the-reactions-do-not-work/, so I assume that is you and you did create an account. There I suggested a troubleshooting approach.
@webulous, thanks for the response. Regular debug monitoring is debatable, but I won’t do that here. I do want to make the point that I have all the image processing features of WP Optimize turned off. I use it only for cache and minify. If the plugin were efficient, then, I would expect it would not be chasing the image processing issues every few seconds and that part of the code would not be called at all, whether it shows up in the debug log or not.
Forum: Fixing WordPress
In reply to: Debug: Setting up .htaccess file . . . Should we use webp?It’s asking the debug log? Every second? Without identifying itself? That doesn’t seem at all right. It seems like some development code they forgot to delete.
- This reply was modified 4 years ago by Jim.
My log looks like this: constant stream
[06-Jun-2022 14:30:02 UTC] [DEBUG] : Setting up .htaccess file [06-Jun-2022 14:30:02 UTC] [DEBUG] : Should we use webp? [06-Jun-2022 14:30:02 UTC] [DEBUG] : [06-Jun-2022 14:30:09 UTC] [DEBUG] : Setting up .htaccess file [06-Jun-2022 14:30:12 UTC] [DEBUG] : Setting up .htaccess file [06-Jun-2022 14:30:12 UTC] [DEBUG] : Should we use webp? [06-Jun-2022 14:30:12 UTC] [DEBUG] : [06-Jun-2022 14:30:13 UTC] [DEBUG] : Setting up .htaccess file [06-Jun-2022 14:30:13 UTC] [DEBUG] : Should we use webp? [06-Jun-2022 14:30:13 UTC] [DEBUG] : [06-Jun-2022 14:30:54 UTC] [DEBUG] : Setting up .htaccess file [06-Jun-2022 14:30:55 UTC] [DEBUG] : Should we use webp? [06-Jun-2022 14:30:55 UTC] [DEBUG] :Forum: Plugins
In reply to: [Breadcrumb NavXT] WordFence locked me for XSS using pluginYes, matches defaults. Good to know, thanks.
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Gallery formatted wrong until resize windowOh, duh, sorry to waste your time. And thank you.
Forum: Plugins
In reply to: [Mail logging - WP Mail Catcher] Auto-delete still not working@pbiron Thank you
Forum: Plugins
In reply to: [Ultimate WP Mail] Can’t save a listRe debug notices:
Today I made a new list with 1 user (me) using the procedure you said is correct. It worked fine, persisted, and there was no notice in debug log.Then I tried to send an email to that list. In the Email Edit screen, the list showed as having 1 Users, as it should. But when I sent to that list, the popup window said the email was sent to 0 users, and indeed, I didn’t receive it.
The debug log had these new entries:
[21-May-2022 16:26:43 UTC] PHP Notice: Trying to get property 'term_id' of non-object in ***/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [21-May-2022 16:26:43 UTC] PHP Notice: Trying to get property 'name' of non-object in ***/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [21-May-2022 16:26:43 UTC] PHP Notice: Trying to get property 'term_id' of non-object in ***/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [21-May-2022 16:26:43 UTC] PHP Notice: Trying to get property 'name' of non-object in ***/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176EDIT – oops, I seem to have a general problem with emails. According to WP Mail Catcher, which logs emails, all emails are failing with SMTP Error: Could not authenticate. This is unrelated to Ultimate WP Mail. Let me try to fix that and get back to you.
EDIT2 – I fixed the email problem. The email was sent successfully to the 1 User on the list, but the same notices as above appeared in the debug log.
Forum: Plugins
In reply to: [Ultimate WP Mail] Can’t save a listUpdate 2:
I deleted that list and started over. I got it to work. I think I figured out the secret combination of actions required to make a list:
- Choose users
- Scroll all the way to the end of the list of all users and click Add Users
- Click Save
- After the window closes, click Update Lists
If that’s the way it’s supposed to work, some on-screen tips would be helpful because it is not intuitive.
There’s still the debug notices, but apparently they are not fatal.
Forum: Plugins
In reply to: [Ultimate WP Mail] Can’t save a listUpdate:
I happened to find the Add Users button WAY down at the bottom of the full user list (would be helpful to pin that on the screen somewhere where it can be seen). Now I can get 10 users in the list, but:– When I choose the list to send an email, it only has one user in it (that was an earlier version of the list).
– When I go back to look at the list itself, yup, only has one user.
– If I just added some people and saved it, then I want to add someone else to the list, I have to recheck all the people who were originally on it as well. That doesn’t seem right.
– There are still the debug errors/notices.