Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
  • myBCN
    Participant
    • Topics: 2
    • Replies: 3

    OK, a Post Status plugin that had not been updated for almost a year did this. I have had this error for a long time but I am never in the “Customiser” so I have not noticed until I needed to use it with your plugin. Case closed.

    //Matt

    myBCN
    Participant
    • Topics: 2
    • Replies: 3

    OK, so after further investigation, this is one of those lovely plugin conflicts. Your plugin is not the culprit though, it is just where this error is shown. Disabling it and changing something else in the Customiser produces the same error when saving. I will investigate further and report back when/if I find the losing combination.

    //Matt

    in reply to: Slight bleeding Top/Bottom on the Search button #7364
    myBCN
    Participant
    • Topics: 2
    • Replies: 3

    .is-search-submit {
    min-height: 47px;
    }

    This is the CSS that is wrong. I’m guessing it should not be set, or be Auto?

    .is-form-style button.is-search-submit {
    width: 36px;
    height: 36px;
    }

    As you know this comes before in the code and sets the button correctly to 36px, this is then overridden by the min-height: 47px;

    I am by no means proficient enough in CSS to understand this fully, this is just my interpretation. It did solve my issue.

    //Matt

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to create new topic or reply to the topic.