Title: Compatibility with Botiga theme
Last modified: November 1, 2021

---

# Compatibility with Botiga theme

 *  Resolved [burgerino](https://wordpress.org/support/users/burgerino/)
 * (@burgerino)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/compatibility-with-botiga-theme/)
 * Hi, thanks for this great plugin. I am using the Botiga theme, which allows for
   almost seamless integration with your plugin. However, I happen to notice that
   there might be some conflicts with the theme’s functionality. Particularly, the
   back-to-the-top button, as provided by the theme, does no longer work if I activate
   your search plugin. I was wondering if you happen to know what would be a probable
   cause or if you are planning to extend compatibility with this new theme? thanks
   a lot

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/compatibility-with-botiga-theme/#post-15028188)
 * Hi,
 * I checked this theme and looks like you can use a little hack in order to fix
   this issue. Please use following code snippet:
 *     ```
       add_filter( 'aws_searchbox_markup', 'my_aws_searchbox_markup' );
       function my_aws_searchbox_markup( $markup ) {
           $markup = str_replace( '</form>', '<span class="search-submit"></span></form>', $markup );
           return $markup;
       }
       ```
   
 * You need to add it somewhere outside the plugins folder. For example, inside 
   functions.php file of your theme or use some plugin for adding code snippets.
 * Regards
 *  Thread Starter [burgerino](https://wordpress.org/support/users/burgerino/)
 * (@burgerino)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/compatibility-with-botiga-theme/#post-15028929)
 * Thanks, it worked well!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compatibility with Botiga theme’ is closed to new replies.

 * ![](https://ps.w.org/advanced-woo-search/assets/icon-256x256.png?rev=3303984)
 * [Advanced Woo Search - Product Search for WooCommerce](https://wordpress.org/plugins/advanced-woo-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-woo-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-woo-search/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-woo-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-woo-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-woo-search/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [burgerino](https://wordpress.org/support/users/burgerino/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/compatibility-with-botiga-theme/#post-15028929)
 * Status: resolved