• Hi,

    I just updated to WP 3.6 and when I go to update a page, I get an error message displaying on top of the page:

    Connection lost. Saving has been disabled until you’re reconnected. We’re backing up this post in your browser, just in case.

    The error appears in a red block below the “Edit page” text and above the textbox for the page title.

    Doing some research, it appears that this is due to some conflicting css rules in certain blocks (not just this one) and the new version of WP 3.6 (see reference links below).

    In a nutshell, on line 152 of wp/wp-content/plugins/mj-contact-us/css/mjCont.css you have a declaration for .error:

    .error{color: #dd514c; width:324px; display:block;}

    The display:block; directive is over-riding the default behavior of WP’s div.error class which is to remain hidden unless there is an error.

    Indeed, by removing the display:block; rule, the error is removed, but I fear that this may cause other issues in the plugin. However, since I am not familiar with the plugin, I don’t know where to look.

    If you can take a look at this I (and other user of the plugin) will be greatly appreciate it.

    Thanks,
    Paul

    References:
    https://www.ads-software.com/support/topic/not-connected?replies=10
    https://www.ads-software.com/support/topic/error-message-connection-lost-saving-has-been-disabled-until-reconnected?replies=10

  • The topic ‘css conflict with wordpress 3.6’ is closed to new replies.