This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Problem with display search form on front-end

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Problem with display search form on front-end

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26772
    kopar66609kopar66609
    Participant

    Hi,
    The search form display on website: http://piramido.e-kei.pl/wyniki-wyszukiwania/ probably without styles. The search form display in the different way as in the preview in wp panel of ajax search box pro. Please help me. I want to display form on website like in preview.

    I use this shortcodes:

    <?php echo do_shortcode('[wpdreams_ajaxsearchpro id=1]'); ?>
    <?php echo do_shortcode('[wpdreams_asp_settings id=1]'); ?>
    <?php echo do_shortcode('[wpdreams_ajaxsearchpro_results id=1]'); ?>

    Thanks and best regards
    [email protected]
    Mariusz Świerczek

    #26773
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The issue is, that the page does not have a footer whatsoever, nor the body and HTML closing tags. I am not sure where or how exactly are you using these, but probably the template file is missing the footer or the footer inclusion or the wp_footer() call. That is essential for the site to work correclty.
    Please check the theme file, so it correctly includes the footer, that will resolve the issue.

    #26776
    kopar66609kopar66609
    Participant

    I added wp_footer() but it still doesn’t work.

    #26777
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The wp_head() is also missing in the header.php file, from the <head> section, I just checked. Please correct that as well.

    #26778
    kopar66609kopar66609
    Participant

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.