• 1. The version of the plugin
    1.9.7 + WordPress 5.5.1

    2. Your browser and operating system
    Chrome + iOS on iPhone 8+
    FireFox/Chrome + MacOS when screen width is reduced to below 784px

    Email logging displays emails properly when the screen is wider than 784px. When the width is smaller than 784px, the plugin only displays the first column of the checkboxes, the other email related columns disappears: timestamp, subject, etc.

    This seems to be the result of a recent upgrade of both this plugin, and WordPress. Older versions of them worked just fine. I can’t tell whether it’s an issue of WordPress or WP Email Logging plugin that’s causing the the issue.

    Are there any recommended css tweaks you can recommend so I can take care of the issue myself?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue

    Thread Starter liaojim

    (@liaojim)

    Update: tried to tweak the css code of this plugin with the following code. There is a little progress but it still doesn’t solve the problem. What I’ve found is that when the screen size is between 900px and 782px, the below code takes over and fewer email columns show up. But at 782px width going smaller, it seems some other code takes over, and the old issue persists. I wonder if WordPress has changed its wp-list-table that might require the WP Email Logging plugin to update its code in order to work properly.

    @media only screen and (max-width: 900px) {
    .column-headers, .column-attachments, .column-error{
    display: none;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email logging works on wide screen but not on mobile phones’ is closed to new replies.