• Resolved Nir Arad

    (@narad1972)


    Hello,

    I am using the Sydney (free) theme and MemberPress (paid) plugin with the MemberPress Courses add-on.
    In the admin panel, there is a “Rules” section that presents a table of access control rules for my courses.
    For some reason, when Sydney is active, the content of this table is crammed to the left. When one of the default WP themes is active, the table is properly formatted.
    The attached link is for a screenshot of the situation with Sydney enabled.

    Any suggestions?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    I am sorry to hear about the issue you are experiencing. I am happy to help out.

    Does the issue occur while using latest version of Sydney? Please confirm.

    I’d like to replicate the issue in my test site. But it is not possible for paid plugin.

    @narad1972,

    I got a chance to test out the plugin. And found the plugin contains CSS bug. You could suggest the plugin’s author to fix it with this simple CSS code:

    .wp-admin.edit-php .wp-list-table tr[class*="col-"] {
      float: none;
    }

    Or you could directly add it into your site’s admin with the help of Admin CSS plugin that you could find at plugins directory.

    Thread Starter Nir Arad

    (@narad1972)

    Thank you so much for your help!
    I’ll forward that to the plugin developers, and I hope they’ll respond in a timely manner.

    Hi @narad1972,

    Thank you for getting back!

    Please confirm whether you have tried the suggested CSS code. Does it work for you? If so, may I request marking this topic as resolved, so you could raise a new topic for your other question?

    Thread Starter Nir Arad

    (@narad1972)

    Yes, I tested and your solution is working. I informed the plugin developers.
    For the record, I added the code in this file:
    ./wp-content/plugins/memberpress-courses/public/css/admin_shared.css

    Thank you!

    Thanks for taking your time to test the code. Glad to know it worked.

    Feel free to raise a new topic for your any question you may have. Have a nice day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Memberpress plugin rules page’ is closed to new replies.