CodeManas
Forum Replies Created
-
Forum: Plugins
In reply to: [Search with Typesense] Refinment > AND instead of ORHello @jmslbam ,
Thank you for using our plugin and for the query above.
To make the facet search with
AND
instead ofOR
, you would have to change theoperator
config like this:add_filter( 'cm_typesense_search_facet_settings', 'your_slug_custom_facet_settings' );
function your_slug_custom_facet_settings( $settings ) {
$settings['operator'] = 'and';
return $settings;
}Regards,
Code Manas
Forum: Plugins
In reply to: [Simple Popup Block] Video still playing after closing the popupHello @maxstub ,
Thank you for using the plugin and for your patience while waiting for a response.
We’ve released an update to the plugin (
version 1.2.3
), which should resolve the issue you mentioned. With this update, videos and embeds inside the popup will automatically stop when the popup is closed.Regards,
Code Manas
Hello @isaacoh ,
Thank you for using our theme!
In response to your question about assigning a single post template with a sidebar, the theme doesn’t include a default Single with Sidebar template. However, you can edit the Single Posts template in the site editor to add the desired sidebar. This will ensure that all posts display with the sidebar.
Please let us know if this resolves your issue. If not, we’re here to help!
Regards,
Code ManasForum: Plugins
In reply to: [Simple Popup Block] How to prevent body from scrolling up when popup opensHello @maxstub ,
Thank you for your patience. We’re sorry for the delayed response; we missed the notification.
Regarding your inquiry, we have updated our plugin to version 1.2.2. This update includes new classes,
simple-popup--closed
andsimple-popup--opened
, which reflect the open/close status of the popup.Once you update to version 1.2.2, please add the following CSS to prevent the body from scrolling when the popup is open:
body.simple-popup--opened {
overflow: hidden;
}If you have any further questions, feel free to reach out!
Regards,
Code Manas
Forum: Plugins
In reply to: [Simple Popup Block] Feature Request: Popup on URLHello @gl_spice ,
The plugin does support popup on clicking the anchor. We have a detailed documentation for that here: https://docs.cmblocks.com/simple-popup-block/trigger-on-click/
The second part is a bit confusing. Can you please clarify with an example if possible?
Regards,
Code ManasForum: Plugins
In reply to: [Search with Typesense] Missing category and tag strings for translationHi @j11k00
If you are referring to the actual Category / Tags text – then this is what the facet headerhttps://www.awesomescreenshot.com/image/50190405?key=4b42e46f8847e95f195c03fffb94256f
Then the text for this is the same that is used as the facet label.
So this is actually dynamic – this is not available to translate via a pot file.Hi Libellule,
There aren’t any known issues at the moment with gravity forms.
Can you please provide details of the issue and how to replicate.
We can keep this in mind for future updates.Forum: Plugins
In reply to: [Video Conferencing with Zoom] I want to hide Join Meeting via Zoom App@narendrask please try using the following code
add_filter( 'vczoom_join_meeting_via_app_disable', '__return_true' );
Either in your child theme or a custom plugin.
Forum: Plugins
In reply to: [Search with Typesense] only support port-based accessHi @yawargenii
Can you please expand on what you mean here by route-based use of typesense ?
I’m not sure i follow exactly what you mean hereForum: 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 5 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-keys