Support » Plugin: Ajax Search Lite » Nice plugin – not working in header file

  • I don’t know why its not showing on my navigation bar.
    it does work in posts

    <body>
        <!-- Header -->
        <section>
            <div class="navbar navbar-inverse navbar-static-top">
                <div class="container">
                     <?php echo do_shortcode('[wpdreams_ajaxsearchlite'); ?>
               ....
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    You are missing a closing tag:

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

    Thread Starter imransilvake

    (@imransilvake)

    Yup its now start working. +1 thanks.

    please edit this in your plugin also. Search shortcode for templates:
    <?php echo do_shortcode('[wpdreams_ajaxsearchlite]'); ?>
    instead of
    <?php echo do_shortcode('[wpdreams_ajaxsearchlite'); ?>

    Plugin Author wpdreams

    (@wpdreams)

    Will do! Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nice plugin – not working in header file’ is closed to new replies.