Hi @nishadup,
Thank you for reaching out to RioVizual.
We have tested it with iframe and it’s working fine on our end. We are unable to replicate the issue from our end.
Could you please provide us with more details or a screenshot of the error you have encountered? This will help us identify the issue and provide a fix in the upcoming release.
Thanks and have a wonderful day!
Thread Starter
Nishad
(@nishadup)
Hi @manjurulislam,
I am sorry, somehow the screenshot is not went trough. Here is the screenshot.
https://ibb.co/RY4bGrD
Basically the error coming from riovizual\build\index.js below code
&& document.querySelector("iframe")&&(e=document.querySelector("iframe").contentDocument.body.querySelectorAll(".wp-block-riovizual-tablebuilder, .wp-block-riovizual-prosandcons, .wp-block-riovizual-pricingtable"));
To fix the issue, i made the code as below
&& document.querySelector("iframe").contentDocument&&(e=document.querySelector("iframe").contentDocument.body.querySelectorAll(".wp-block-riovizual-tablebuilder, .wp-block-riovizual-prosandcons, .wp-block-riovizual-pricingtable"));
Hope that helped. expecting this fix on next release.
Hi @nishadup,
We have released a new version that includes the fix. Please update to the latest version and check if it resolves the issue on your end. Let us know if the issue persists.