digamberpradhan
Forum Replies Created
-
Forum: Plugins
In reply to: [Search with Typesense] Crawl custom tables inside WordPress databaseHi @imwebdev ,
Yes it’s possible to crawl custom tables too.
You will need to ofcourse code the indexing part as that can’t be auto covered.
Please see documentation here :
https://docs.wptypesense.com/advanced-custom-post-types/
You’ll need to modify it to index according to your custom table.Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Preview email limit issueHi @hajakutbudeen
There are no restriction on the search orders. My guess is that your old orders havne’t been migrated to Woocommerce’s new order table properly.
I have updated the plugin to check wc_orders if wc_orders exists otherwise we search the post_type shop_order.
I could theoretically search both tables but that would be slow. So i will do some more testing on this.
Can you please if possible check if the order you are searching for is on wc_orders table or the wp_posts table.Forum: Plugins
In reply to: [Video Conferencing with Zoom] Problem/ Error Fetching Zoom MeetingHi @sesha3
The problem resolved it’s self because the zoom servers came back. The 443 error indicates that the api for zoom was temporarily unaccessible. Which is very rare infact i think this is the first support ticket we’ve faced with this issue.
So – it’s very doubtful you’ll run into this problem again.Forum: Plugins
In reply to: [Video Conferencing with Zoom] Recordings are not being fetched!Hi @noob101
The screenshots there are showing that those scopes need to be enabled.
So please make sure those are selected.Forum: Plugins
In reply to: [Video Conferencing with Zoom] Recordings are not being fetched!Hi @noob101
Can you please be more specific ? Which settings are you talking about ?Forum: Plugins
In reply to: [Video Conferencing with Zoom] Recordings are not being fetched!Hi @noob101
Somethings to check.
- The scopes for recordings have been properly setup https://zoomdocs.codemanas.com/setup/#recordings
- Meeting has more than one participant.
If both those conditions are met – then the recording should indeed be fetched.
Please also let me know :- Which shortcode are you using ?
- Is it a recurring meeting or a regular meeting ?
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Create meeting for other users!Hi @tonygao
No having a paid or basic zoom account doesn’t affect users showing up.
Only the features that zoom provides are affected by having the zoom account.
If users are not showing up it indicates the setup process has not been completed properly.
Please see https://zoomdocs.codemanas.com/setup/#setup-server-to-server-oauth and follow the steps provided there.
One last thing is the user scopes need to be properly setup https://zoomdocs.codemanas.com/setup/#usersForum: Plugins
In reply to: [Preview E-mails for WooCommerce] Critical Error on PHP v8.1I have tested the plugin from 7.4 to 8.3 and i’m not finding any specific / critical issues. I would really need to see the error log to determine what the actual issue is.
Forum: Plugins
In reply to: [Preview E-mails for WooCommerce] Critical Error on PHP v8.1Hi John,
I have tested upto php 8.3.0 and facing no issues on my dev install.
Can you please check the error log and let me know the exact error.
Also please let me know the version of PHP you’re facing this issue with.
Additionally is the error only on previewing an email – if so which one ?- This reply was modified 7 months, 3 weeks ago by digamberpradhan.
Forum: Plugins
In reply to: [Video Conferencing with Zoom] ElementorHello @poppiesblooming,
The plugin works with Elementor, in fact there are modules.
And if the elementor modules do not work you can always use shortcodes https://zoomdocs.codemanas.com/shortcode/As for the Impreza theme i have not personally tested the theme.
But i do not see reasons why a theme would prevent the plugin from working.Hi,
Thank you for reaching out to us. As this is the support forum for the free version of the plugin, can you please send this mail to [email protected]Forum: Plugins
In reply to: [Simple Popup Block] Fixed positioning contextHi Jory,
Thank you for pointing this issue out and providing the quick-and-dirty, fix. We are currently working on ways to improve the plugin an ETA isn’t available but we hope to provide some improvements soon.Thanks for bringing this to my attention.
I have patched and pushed a fix for this in version 2.2.3.
Please update and check if it works for you.- This reply was modified 8 months, 1 week ago by digamberpradhan. Reason: wrong tag
@roan,
Can you please provide screenshots of this issue ?
I think you mean the email preview form – but there are not styles applied to that.Hi Roan,
Thanks for the info, how preview emails works is it generates the actual template that is being used / sent form woocommerce. So it’s not a replica but the actual email content.
Additionally i’ve tested this out with a couple of emails now and the colors are being shown as expected.
Can you please check if any additional styles are overriding your changes