Forum Replies Created

Viewing 15 replies - 16 through 30 (of 212 total)
  • Thread Starter Jim

    (@jwmc)

    I 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.

    Yes, 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.

    One 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

    I don’t know what “titles type” refers to, and can’t find such a problem on your site.

    I 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.

    There 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.

    Jim

    (@jwmc)

    @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.

    Thread Starter Jim

    (@jwmc)

    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.
    Jim

    (@jwmc)

    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] : 
    
    Thread Starter Jim

    (@jwmc)

    Yes, matches defaults. Good to know, thanks.

    Thread Starter Jim

    (@jwmc)

    Oh, duh, sorry to waste your time. And thank you.

    Thread Starter Jim

    (@jwmc)

    @pbiron Thank you

    Thread Starter Jim

    (@jwmc)

    Re 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 176
    

    EDIT – 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.

    • This reply was modified 4 years ago by Jim.
    • This reply was modified 4 years ago by Jim.
    Thread Starter Jim

    (@jwmc)

    Update 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:

    1. Choose users
    2. Scroll all the way to the end of the list of all users and click Add Users
    3. Click Save
    4. 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.

    Thread Starter Jim

    (@jwmc)

    Update:
    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.

Viewing 15 replies - 16 through 30 (of 212 total)