Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problem with display search form on front-end
This topic contains 4 replies, has 2 voices, and was last updated by kopar66609 3 years, 1 month ago.
- AuthorPosts
- April 16, 2020 at 1:33 pm #26772
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 ŚwierczekApril 16, 2020 at 1:40 pm #26773Hi,
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.
Best,
Please check the theme file, so it correctly includes the footer, that will resolve the issue.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 16, 2020 at 2:56 pm #26776I added wp_footer() but it still doesn’t work.
April 16, 2020 at 3:17 pm #26777Hi,
The
Best,wp_head()
is also missing in the header.php file, from the<head>
section, I just checked. Please correct that as well.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 16, 2020 at 3:21 pm #26778Thanks
- AuthorPosts
You must be logged in to reply to this topic.