• Hi guys, I need a quick help in replacing my wordpress Shopkeeper theme search function with Ajax Search Lite plugin.

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

    (@wpdreams)

    Hi,

    If the automatic replacement does not work, then the only option is to replace the search bar manually within the theme (preferably child theme) files. I highly suggest asking the author for the exact location of the file, where the search bar is outputted.
    Then once that is located, the plugin PHP shortcode can be used as a replacement for the default search bar:

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

Viewing 1 replies (of 1 total)
  • The topic ‘Swap Shopkeeper theme search plugin with Ajax Search Lite’ is closed to new replies.