• Need help with understanding and fixing a problem that I discovered recently on my site.
    The size of the HTML code of all the pages increased dramatically from a previous version. The average size of the HTML code is now about 460 kbyte for each page but most of it is not content. If I look at the source code of any of my site pages, I find a very big style sheet that starts with:

    <style type=”text/css” media=”all”>div.wpcf7{margin:0;padding:0}div.wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-mail-sent-ng{border:2px solid #ff0000}div.wpcf7-spam-blocked{border:2px solid #ffa500}div.wpcf7-validation-errors{border:2px solid ………….
    …..
    I stop here as it is very very long. I can eventually upload it if necessary.
    I suspect it is related to the Contact Form 7 plugin.

    This code is not present in the HTML code generated by the development version of the site that I have on another server. I am struggling to find why it is there and to understand if I can eliminate it or have it be loaded from the server at load time.

    Your help is highly appreciated.

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

The topic ‘fix problem with HTML code’ is closed to new replies.