CodeManas
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Request for the pro versionHi @renatino78
As per the WordPress forum rules – we are not allowed to discuss Pro version on this forum.
For questions regarding the PRO version please contact us via https://www.codemanas.com/contact-us/Forum: Plugins
In reply to: [Video Conferencing with Zoom] I want to hide Join Meeting via Zoom AppPlease go to Zoom > Settings > Settings tab
and there you will find the option to disable join via browser.Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Search Orders returns “No Results Found”Hi @sandwichcoffeeroasters
Can you please verify that the order 2583 does exist ?
And if it does – what is it’s order status ?
If that still doesn’t work can you please get in touch with me via https://www.digamberpradhan.com/contact/ to expedite this issue ?
Note: if you’re using the sequential orders plugin then that cause an issue.- This reply was modified 1 year, 11 months ago by CodeManas.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Preview email limit issueHi @hajakutbudeen
Thank you for bringing this to my attention.
Your insight was very helpful to resolving this issue.Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Search Orders returns “No Results Found”Hi @sandwichcoffeeroasters
This shouldn’t be the case – the orders should be retrieved by order id.
And since i’m using the woocommerce function wc_get_order,
Any correct order should be retrieved – can you please send me screenshots or if the order is of a special status – let me know what status it is.Forum: Plugins
In reply to: [Search with Typesense] Collection not created?Hi @acdekode
Good to hear you got it partiallly working.
If you are using the typesense cloud. Following the documentation you can generate your search api keys too. https://docs.wptypesense.com/getting-started/#generate-api-keysForum: Plugins
In reply to: [Search with Typesense] Collection not created?Hi @acdekode
You will need Search API keys otherwise the search will not work on the frontend.
As for the collections not being created. The plugin does indeed create the schema and create collections.
The error you are showing suggests that you are creating a self hosted server.
Please make sure your sever is accessible and the correct settings have been added to retrieve the posts.Additionally please make sure the Admin API keys are correct.
Could you please expand on this.
Btw, in debug logs I get HTML response from Github that I need to authenticate. But I did this already and can’t find any place to do it.Forum: Plugins
In reply to: [Video Conferencing with Zoom] New Zoom format since September 2023yes please select web instead
Forum: Plugins
In reply to: [Video Conferencing with Zoom] New Zoom format since September 2023Hi @bpwill82 ,
Please go through the documentation https://zoomdocs.codemanas.com/setup/Forum: Plugins
In reply to: [Search with Typesense] Use constant for URI and API keysHello @remoteboy ,
Thank you for using our plugin.
Currently, we don’t have constant defined as you requested. We can’t provide you an exact ETA for this but we will definitely add this feature in our next update.
Regards,
CodeManas
Forum: Plugins
In reply to: [Search with Typesense] Initial result with All post types?Hello @diegonorzex ,
Thank you for pointing this out.
Currently, there is not a simple way to display an “All” tabs. It would require customization of the core code itself for it to work.
Also, it would create an extra issue. The issue is that, each post type has it’s own filters/widgets. On click of All tab, that needs to handled properly. We are still looking for a better solution on handling the filters or most probably not showing them at all.
We have added as a feature listing for future update. If more users ask for this feature, we will push it forward with priority. But we can’t give exact estimation for this feature to be pushed.
- This reply was modified 2 years, 1 month ago by CodeManas.
Forum: Plugins
In reply to: [Search with Typesense] Fixed search query when changing post types?Hello @diegonorzex ,
We have updated the plugin to 2.0.2 with new hook
cm_typesense_additional_configwhich you can use like this below to preserve search term on changing between tabs.<?php add_filter( 'cm_typesense_additional_config', 'theme_slug_cm_ts_additional_configs' ); function theme_slug_cm_ts_additional_configs() { return [ 'preserve_search' => true, ]; }- This reply was modified 2 years, 1 month ago by CodeManas.
Hello @miyuru10xtek,
Glad that you liked the plugin.
This query is regarding the premium version of the plugin and this forum is for the free version only. We also see that you have created ticket in the forum in our site. So we would be handling the issue from there and closing this here.
Forum: Plugins
In reply to: [Search with Typesense] Additional Search ParamsHello @sbdev1stepan ,
Did the setting of setMutableTerms and setImmutableTerms work? I checked the site and I can close/uncheck the mutable terms in the site.
The search function sends a new request on each click since it needs to pass the query to the search. But once it’s clicked, it’s cached. And yes, on each click, there’s request with the query.
Regarding changing the post type, yes the changes are lost since, on the click of each post type, we are building a new search instance that has it’s own filter and facets.
Forum: Plugins
In reply to: [Search with Typesense] Additional Search ParamsHello @sbdev1stepan,
Do you want to show only one category pre-assigned and not show other categories in the filter? Can you please clarify your use case in detail?
If possible, can you share some screenshots/video and your site link please?