Arun George
Forum Replies Created
-
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search results page with ElementorHey again,
I searched the plugin files to fix this and found the file path.
\wp-content\plugins\ajax-search-for-woocommerce\partials\search-form.php
In this file you can go to the line #35 (it may change for you), you can find a line like this:
<input type=”hidden” name=”post_type” value=”product” />
So here, you can change the value “product” to “products” to resolve it.
It works for me. Let me know if it works for you or not.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Search results page with ElementorHi,
I’m also facing the same issue. Did you find any solution to fix this?
One thing I found is that, after hitting enter, it goes to the url like this
=&post_type=product&dgwt_wcas=1.In this URL if I change “product” to “products” manually, the search page works and display the search results.
But we need to find a way to change this url in the plugin to fix this.
Let me know if you find any fix for this.
Hi,
I use Linux and like I said before if the URL of the website has the capital letter the profile page link lowercases the URL so it goes to 404.
For example:
https://www.EXAMPLE.com is my website URL (I use a staging website but I cant share the URL for some reason).
So the member page URL would be like this:
https://www.EXAMPLE.com/members/
and let say I have a user account named as arun so the URL should be
https://www.EXAMPLE.com/user/arun/
on the member page.But it displaying like this
https://www.example.com/user/arun/
Since the URL changed to lowercase, it is going to 404.
I hope it helps.
Thanks,
-ArunHi!
Thanks for the email. I tried this plugin with the live domain and I’m still facing this problem. It converts the URL to lowercase.
Best regards,
-ArunHi Phil,
Thanks for the wonderful plugin! Yes, I faced the blank calendar issue on my website and fixed it with the help of your notes and thanks for the instruction on this URL. It is very clear and easy to find my key.
https://wpdocs.philderksen.com/google-calendar-events/getting-started/api-key-settings/
Thanks for your help!
-Arun