• Resolved mariannh

    (@mariannh)


    Hi!

    Kindly ask your help in the following problem:
    Textarea is missing from the form in front end, the below html code appears after inserted in grid editor:
    <div class=”container”>
    <div class=”row”>
    <div class=”columns full”>
    <div class=”field”><label></label>[textarea textarea placeholder “Teszt sz?veg” x5]
    <p class=”info-tip”></p>
    </div>
    </div>
    </div>
    </div>

    I am not sure if the above problem is in connection with the below:
    in Google Chrome Search console the below error message appears:

    DevTools failed to load SourceMap: Could not load content for https://localhost/aranykerek/wp-content/plugins/cf7-grid-layout/assets/css.gs/smart-grid.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    Wordpress is the newest version
    Contact form 7 is the newest version
    Tried with Theme Twenty Twenty the same issues occur
    Other plugins turned off, no change
    There is no javascript error in the console

    Thank you for your help in advance,
    Mariann

    • This topic was modified 4 years, 4 months ago by mariannh.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Search console the below error message appears:

    css.map errors are common and normal in this case as the plugin loads un-compressed versions of CSS stylesheets when WordPress WP_DEBUG mode is activated, hence css.map files are irrelevant.

    Textarea is missing from the form in front end,

    can you share your website front-page?

    the below html code appears after inserted in grid editor:

    the HTML code is fine, the Smart Grid does not interfere with the creation of fields on the front-end, this is handled by the CF7 plugin itself.

    Have you enabled WP_DEBUG mode to see if you have any errors being reported?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Please try to switch your theme to a default WordPress theme to see if your textarea appears. The issue can be related to your theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Textarea missing / ERR_HTTP_RESPONSE_CODE_FAILURE’ is closed to new replies.