This topic has 9 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Olga Barlow
Hello there,
We want to implement the AJAX product search in our Shop Page only
https://www.telaraki.com/market/
We ideally want to place it in the sidebar widget, replacing the WooCommerce product search (see here https://snipboard.io/hFwQq5.jpg )
We have only been able to add it in our site’s header and it works properly.
See here –> https://snipboard.io/OQsCR2.jpg
However, this is not what we want. We want it to be in the spot noted in the screenshot.
When we add the widget 8theme Search in the Sidebar Shop Filter, it does not work properly (does not load products and is located in the wrong spot). Please see here –> https://snipboard.io/5LjqSs.jpg
Please help us implement this feature in our site, as it is very important for our conversion rate.
Thanks in prior.
Hello,
Theme Options > General > Enable Classic Widgets Panel > On, then go to Dashboard > Appearance > Widgets > Shop sidebar > add the widget.
Regards
We have had this option enabled.
However, we do not want to add it to the Shop Sidebar. We want to add the widget in the Main Sidebar as it is shown in the screenshots.
Any suggestions?
Provide temporary wp-admin and FTP access. I will ask one of our developers to check what can be done to help you.
Regards
Under what email should we provide the access?
Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.
If you do not know how to create FTP contact with your hosting provider, they will help you.
Regards
We have 2FA authentication. How is that going to work?
Hello,
In the private area I provide you the temporary login and FTT access.
In case there is a problem or you need any extra information feel free to ask.
Regards
Hello,
That widget comes without Ajax Search but our Elementor Search element has an option for the Ajax search and you can show the Static block with that element in the Main sidebar. Check it now.
Added custom css to make ajax search results showing without issues
.shop-filters-area:before,
.shop-filters-area:after {
content: '';
display: block;
clear: both;
}
.template-content .shop-filters {
overflow: visible;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up