CodeManas
Forum Replies Created
-
Forum: Plugins
In reply to: [Search with Typesense] On Google CloudHello @ahmetp83 ,
It would be easier to get faster replies if you post your question in the community forum here: https://typesense-community.slack.com/ssb/redirect
Forum: Plugins
In reply to: [Search with Typesense] Typesense features implementationYes, it works only for instant search and not for autocomplete.
Forum: Plugins
In reply to: [Search with Typesense] Typesense features implementationHello @sannin ,
Thank you for your patience. We were working on adding this feature.
In the premium plugin Typesense Search for WooCommerce, we have added a new hook
cm_tsfwc_additional_search_paramswhich you can use to pass extra parameters like this:add_filter( 'cm_tsfwc_additional_search_params', 'theme_slug_alter_search_params' ); function theme_slug_alter_search_params() { return [ 'hidden_hits' => 3662, 'query_by_weights' => '1,2', 'query_by' => "post_content,post_title", 'sort_by' => 'total_sales:asc', // work only with numerical fields 'filter_by' => 'post_title: test', 'facet_by' => 'category,prices', // can not override so dont work 'max_facet_values' => 1, // can not override so don't work 'facet_query' => 'category_lvl0: Alaram', 'num_typos' => 2, 'page' => 2, // cannot override so don't work 'group_by' => 'category', 'highlightFullFields' => 'post_title,post_content,test', 'include_fields' => 'price,prices', 'pinned_hits' => '3662:2', ]; }Please note some parameters like
facet_by,q,max_facet_values,pagecan not be overwritten. Others can be passed as required. Please test it out and provide us your feedback.We will provide this feature in free version soon in the next update.
Please post the issues/feature request regarding the Typesense for WooCommerce, in the CodeManas’ forum here: https://forum.codemanas.com/forums/c/typesense-search-for-woocommerce/
Regards,
CodeManasForum: Plugins
In reply to: [Search with Typesense] Crawl possible for non-posts?Our plugin indexes only the posts, pages and custom post types but not the data via API.
There are two approaches you can follow:
1. Create custom post types via the API data and index it using our plugin which our plugin will work automatically on it.
2. Use the default API provided by Typesense: https://typesense.org/docs/0.23.0/api/collections.html#with-pre-defined-schemaRegards,
CodeManasForum: Plugins
In reply to: [Search with Typesense] Indexing Post Tags and Filtering By ThemHello @no2mad2 ,
The tags can be indexed by using the hooks provided by the plugin which is used in the gist below.
https://gist.github.com/sachyya/77d35798a87e590ed43210830760e67e
Drop the code in your theme’s
functions.phpand click Delete and Re-index in Typesense settings.- This reply was modified 4 years ago by CodeManas.
Forum: Plugins
In reply to: [Search with Typesense] Woocommerce SupportHi @sannin ,
The documentation needs to be update a bit thanks for bringing this to our attention. Can you please check your schema on typesense.
If you have removed comment_count as the default_sorting_field and added date_modified.
Then – the code to format the data should be changed.
Forum: Plugins
In reply to: [Video Conferencing with Zoom] WCFM integration for Zoom , How does it work?This support thread is not eligible for premium plugin support.
You have been replied through concerned channel so, please follow up from there. I will close this ticket here.
- This reply was modified 4 years, 5 months ago by CodeManas.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Email preview for DokanHi @kaprikorn ,
Sorry for the late reply – but i am currently swamped with other projects, and integrating Dokan e-mails will take me some time to do.
As for Zoom Integration for WooCommerce Bookings, it is already compatible with dokan – but it would require Zoom Integration for Dokan to work.Forum: Themes and Templates
In reply to: [Catmandu] Change button colorHello @romicico2435 ,
To remove the darkness i.e. overlay, add the following CSS in Appearance->Customize->Additional CSS
.section-featured-slider .overlay-enabled article::after { background: none; }Hope this helps.
Regards,
Code ManasForum: Themes and Templates
In reply to: [Catmandu] Demo installYou can download the demo data from here: https://www.codemanas.com/wp-content/uploads/2020/05/catmandu-demo-data.zip
But please note to install and activate the One Click Demo Import plugin to use the demo data.
Regards,
CodeManas- This reply was modified 5 years, 10 months ago by CodeManas.
Forum: Themes and Templates
In reply to: [Busify] Menu disappeared on mobile after using elementorHello @karlamr123 ,
This is due to Elementor not loading the Font Awesome CSS.
To fix the issue, please go to Dashboard > Elementor > Settings > Advanced and make sure Load Font Awesome 4 Support is set to Yes and click Save Changes button.
Regards,
CodeManas- This reply was modified 6 years ago by CodeManas.
Forum: Themes and Templates
In reply to: [Busify] Mobile menu doesn’t close after jump to #sectionHello @karlamr123
Sorry for the late response. Since this ticket was marked resolved we missed your next issue. It would be better if you create another ticket for the issue.
We tried a page edited with elementor on our side but could not replicate the issue. Can you please specify the steps and provide us with the link to the page you created.
Regards,
CodeManasForum: Themes and Templates
In reply to: [Busify] Mobile menu doesn’t close after jump to #sectionHello @karlamr123 ,
This has been fixed in our latest update 1.0.6. Please update to the latest version.
Regards,
CodeManasForum: Themes and Templates
In reply to: [Code Manas] Change color of posts titlesHello @whoreofbookboyfriends
We have an inbuilt option to change the posts titles’ color in our premium version(Code Manas Pro)
You can customize it by adding the following CSS code in
Dashboard->Appearance->Customize->Advanced Options->Additional CSS
:
.entry-title a { color: #fff }Regards,
Code Manas- This reply was modified 6 years, 7 months ago by CodeManas.
Hello @wimmerstefan ,
We are glad that your issue has been resolved.
Yes, we will provide vital technical changes’ details in changelog henceforth. Thank you for the suggestion.
Regards,
Code Manas