• Dear Netfloxtech,
    Thank you for this amazing plugin!

    I’m trying to implement it on my website: http://www.theartistsresidence.org/
    I’m experiencing a problem displaying it using the php function: <?php wi_autosearch_suggest_form(); ?>

    I’ve added the widget to the widget holder, but I still get the following error:
    Fatal error/home/theartistsreside/public_html/wp-content/themes/arh/page-templates/archive.php153
    : Uncaught Error: Call to undefined function wi_autosearch_suggest_form() in /home/theartistsreside/public_html/wp-content/themes/arh/page-templates/archive.php:153 Stack trace: #0 /home/theartistsreside/public_html/wp-includes/template-loader.php(74): include() #1 /home/theartistsreside/public_html/wp-blog-header.php(19): require_once(‘/home/theartist…’) #2 /home/theartistsreside/public_html/index.php(17): require(‘/home/theartist…’) #3 {main} thrown in on line

    Do you know what can be the issue?
    Thanks a lot in advance,

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    That function is not the correct way to embed it, I think it refers to a different plugin or some other solution. The error message tells, that the function indeed does not exist.

    The proper way via PHP would be this:

    <?php echo do_shortcode('[wpdreams_ajaxsearchlite]'); ?>

    This should do the trick 🙂

Viewing 1 replies (of 1 total)

The topic ‘Can’t embed on my website’ is closed to new replies.