Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Plugin Links Overlapping #236

Closed
jaswrks opened this issue Feb 15, 2016 · 13 comments
Closed

Bug: Plugin Links Overlapping #236

jaswrks opened this issue Feb 15, 2016 · 13 comments

Comments

@jaswrks
Copy link

jaswrks commented Feb 15, 2016

Overview

The plugin-related links overlap other portions of the menu page whenever the logo is not shown.

Steps to Reproduce

  • Activate Comment Mail Pro.
  • Visit Config. Options page.
  • Turn off the logo display in administrative areas. It's the default setting in the pro version.

2016-02-14_21-23-51


2016-02-14_21-23-24

@raamdev
Copy link
Contributor

raamdev commented Feb 19, 2016

Yep, I was able to reproduce this too.

@raamdev
Copy link
Contributor

raamdev commented Feb 19, 2016

@renzms Could you look into this?

@renzms
Copy link
Contributor

renzms commented Feb 19, 2016

Could you look into this?

@raamdev Sure!

@renzms renzms self-assigned this Feb 19, 2016
@renzms
Copy link
Contributor

renzms commented Mar 4, 2016

@raamdev @jaswsinc

Changed the following in the CSS, before committing though I'd just like to share the screens.

Without the logo, did you want the options on the left near the dividing line, or more aligned to the top just like the options on the right?

menu-page .pmp-heading {
 padding-bottom: 3em;
 margin-bottom: 2em;
 position: relative;
 min-height: 80px;
}

.pmp-heading-links {
 float: left;
 clear: left;
}

With Logo
screen shot 2016-03-05 at 12 54 21 am

Without Logo

screen shot 2016-03-05 at 12 54 32 am

@raamdev
Copy link
Contributor

raamdev commented Mar 4, 2016

Hmm, I'm not sure why the Logo is missing in the Lite version... it should always show up there IMO.

@raamdev
Copy link
Contributor

raamdev commented Mar 4, 2016

Also, it looks like those options get pushed down when a Dashboard notice (such as the "Upgrading from StCR" notice) appears:

2016-03-04_12-44-11

We need to make sure that gets fixed as part of this GitHub issue too.

@renzms
Copy link
Contributor

renzms commented Mar 5, 2016

@raamdev

Hmm, I'm not sure why the Logo is missing in the Lite version... it should always show up there IMO.

The screenshots I provided is the observed behaviour when the logo display is turned off/on in the administrative area when using Pro.

Also, it looks like those options get pushed down when a Dashboard notice (such as the "Upgrading from StCR" notice) appears:

This I have not tested yet, but maybe the changes I made to the CSS will stop even the notices from pushing it too far down the break line.

@raamdev
Copy link
Contributor

raamdev commented Mar 5, 2016

maybe the changes I made to the CSS will stop even the notices from pushing it too far down the break line.

Can you test that?

The screenshots I provided is the observed behaviour when the logo display is turned off/on in the administrative area when using Pro.

Oh, I see. I did not even realize that was an option. Ha! The way you have the options in those screenshots looks perfect to me.

@renzms
Copy link
Contributor

renzms commented Mar 5, 2016

@raamdev

Can you test that?

I rolled back to ZenCache and updated some options to get some notifications up, then added my css changes:

screen shot 2016-03-05 at 11 07 26 pm

@raamdev
Copy link
Contributor

raamdev commented Mar 5, 2016

What about installing StCR, adding a subscription, then installing Comment Mail so that the Upgrading from StCR message shows up? That's the more likely message for Comment Mail users to see, so I just want to make sure it works with that.

@raamdev
Copy link
Contributor

raamdev commented Mar 5, 2016

Also, can you please submit a PR for this with whatever code you're testing these screenshots with?

@renzms
Copy link
Contributor

renzms commented Mar 5, 2016

What about installing StCR, adding a subscription, then installing Comment Mail so that the Upgrading from StCR message shows up? That's the more likely message for Comment Mail users to see, so I just want to make sure it works with that.

Sure, tested and still works like a charm. I'll submit a PR as well.
Here you go:

screen shot 2016-03-05 at 11 22 08 pm

@raamdev
Copy link
Contributor

raamdev commented Mar 16, 2016

Fixed via wpsharks/comment-mail-pro#61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants