Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author dpowney

    (@dpowney)

    Hi,

    Can you please show some screenshots? Is this only occuring in WP-admin theme settings? How have you identified it is this plugin causing the problem? Is it only one theme you have seen this occur? It could be caused by the theme.

    Thanks,
    Daniel.

    Thread Starter ConduciveMammal

    (@conducivemammal)

    Hey, thanks for your reply.

    Below are two links, one with the plugin enabled, and one without.

    I identified it as I contacted the theme’s developer about this displacement and he told me that it was one of my plugins causing the error. So I disabled all of them and of course, the theme showed properly, I then went through each of them and came to this one as causing the error.

    I’ve only seen this problem with this theme so I cannot say whether it happens with other themes.

    With Plugin activated

    With Plugin deactivated

    Regards,
    Liam.

    Plugin Author dpowney

    (@dpowney)

    Could be some conflicting styles.

    Here’s the styles for hotspots in the wp-admin
    http://plugins.svn.wordpress.org/hotspots/trunk/css/admin.css

    This one could be the culprit:
    div.tablenav select, div.tablenav input[type=”text”] {
    max-width: 280px;
    min-width: 100px;
    }

    Can you add the following custom CSS (you can use this plugin https://wordpress.org/plugins/simple-custom-css/ to do it) and see if that fixes it:
    div.tablenav select, div.tablenav input[type=”text”] {
    max-width: none !important;
    min-width: none !important;
    }

    If that doesn’t fix it, can you ask the theme developer for help and give them the css file link.

    I’ll add some more selectors for the plugin styles to avoid these kinds of issues.

    Thread Starter ConduciveMammal

    (@conducivemammal)

    Hmmm nope, that unfortunately doesn’t seem to have fixed it.

    Do you mean the admin.css of the plugin for me to send? I’m not sure if he’ll help, his work is nice but doesn’t seem particularly enthusiastic about helping others. But I’ll give it a go.

    Regards,
    Liam.

    Plugin Author dpowney

    (@dpowney)

    The URL for the admin css is http://plugins.svn.wordpress.org/hotspots/trunk/css/admin.css

    Also try adding this custom CSS:
    .tablenav {
    min-height: none !important;
    }
    .tablenav label, .tablenav input, .tablenav select, .tablenav button {
    margin-bottom: inherit !important;
    }
    .tablenav input, .tablenav select, .tablenav button {
    margin-right: inherit !important;
    }

    Clear you browser cache too as it may not have refreshed the CSS.

    Let me know how you go.

    I’ll update the CSS in the plugin next week and we can retest then.

    Thanks,
    Daniel

    Thread Starter ConduciveMammal

    (@conducivemammal)

    Darn it, nope, still no luck. I’ll contact the theme developer and see if he can fix it.

    I look forward to the update.

    Thanks very much for your help.

    Regards,
    Liam.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plugin causing theme distortion’ is closed to new replies.