• wp-admin/admin-ajax.php?_panelsnonce=b7afde5d14#wpcf7-f75-o1

    this error shows up
    when i enter the contact form without filling it

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter prakharmonga

    (@prakharmonga)

    it is an error with siteorigin page builder
    how can i remove this error?

    Hi,

    Have you called wp_head() and wp_footer(), and they are in header.php and footer.php, respectively ?

    Thread Starter prakharmonga

    (@prakharmonga)

    i dont know how to call

    Thread Starter prakharmonga

    (@prakharmonga)

    this error still shows up and i have not found any solution to this

    You must have pages called header.php and footer.php in your WordPress Theme folder.

    header.php

    In header.php file just before the </head> close, called to wp_head() like this.

    <head>
    --------------
    --------------
    --------------
    <?php wp_head(); ?>
    </head>

    footer.php

    In footer.php file just before the </body> close, called to wp_footer() like this.

    <body>
    --------------
    --------------
    --------------
    <?php wp_footer(); ?>
    </body>
    </html>

    Hope this will helps you.

    Thread Starter prakharmonga

    (@prakharmonga)

    i think the header and footer are called by default on each page.
    i am using virtue theme and page template is set to fullwidth.
    is there any way to check if the header and footer calls are
    being made on that page

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘error !!!!’ is closed to new replies.