70 comments found.
Hello! Im looking for a solution as dxpr builder, it is somethig similar? do you have some demo site?
I needed for drupal 10 or 11 it si suitable?
This builder seems great! Thanks!
is it compatible with vuejs? or do you have any that is compatible with vuejs?
Hi, will there be any update for Drupal 10?
hello, good job is your builder work now fine with drupal 9 ? can we use with a theme ? i have sent you an email but you have never answer me please contact me before i purchase your item
Yes, this module is compatible with Drupal 9 and other themes.
Thank you for a wonderful module. I seem to be encountering challenges when trying to add block content within the layout, it simply won’t add. Are there any known issues with this in Drupal 9?
Let me check and update you.
Thank you for the prompt response. The project I am working on has hit a brick wall because of this so I would greatly appreciate your assistance.
Greetings, I am making a follow up on the issue mentioned above. Have you made a breakthrough?
Hi,
There are some deprecated methods which needs to be updated.
For now please update following code as mentioned below in file:
visual_editor/src/Plugin/VisualEditorComponent/BlockContentComponent.php
Replace:
$view_modes = \Drupal::entityManager()->getViewModes(‘block_content’);
With:
$view_modes = \Drupal::service(‘entity_display.repository’)->getViewModes(‘block_content’);
and
Replace:
$view_builder = \Drupal::entityManager()->getViewBuilder(‘block_content’);
With:
$view_builder = \Drupal::entityTypeManager()->getViewBuilder(‘block_content’);
I will reupload changes after creating a build.
Hi, Did you go out of business? Can I buy the code and account from you so we can continue developing it?
Good day, I would like to purchase your module but I wanted to inquire if it is compatible with Drupal 9?
Yes, it is compatible with Drupal 9.
I tried the update on Drupal 9 but I have several errors with the Block Content and Block Plugin components. Are there any news? Thanks
Can you share the errors in message section? I will take a look and update you.
Hi, We tried the newest version of the module on Drupal 9 website, but it’s reporting 22 depreciation errors: https://sharetext.me/8ck1plrta9
Will you be fixing these in the near future?
thanks
will fix those deprecation and update.
Demo links are not working
Hi,
Demo link is down because of maintainance work.
Meanwhile you can refer following videos:
https://www.youtube.com/watch?v=9TR6hHasPkg&t=1s https://www.youtube.com/watch?v=Ou4y4QxE1G8thanks for the videos, but a link to the site with login would be better
Hello, is there any plans to update this module to work with Drupal 9?
Working to make it compatible with Drupal 9.x
Will the module be updated to work with news D8 and D9? Is there a easy way to add own custom blocks for the builder as well? Does it work with translations?
Congrats about the module. Does support drupal 7?
I have a web with drupal 7.59, and I’m very interested to add this module
thanks in advance
Any update , i asked you 3 days before but no support yet??
Hi,
Sorry for delay. Is there any way I can access the website?
yes it is htpassword protected and on this common support forum, how can i give the access.
Send me in message or at patilvishalvs@gmail.com.
where is the message option or please let me know if i want to upload doc option(pdf,doc etc), so how can i achieve that in visual editor, what should i have to do for this?
Hi ,
Hope! you guys doing good. As i had an issue, when i add the link then page become unresponsive for almost 3-4 minutes. It become very frustrating for us. It seems that when i am adding the link then some script is run and it hang the browser for sometime.
I am also adding a video: https://www.loom.com/share/a1075994517e40ecac7ddc1de5940318please let me know what should i do, as we are working on very urgent project, and if we stuck on problem like this then it is not good for us.
I hope you understand,please try to do sort it asap.
Thanks
Hii i have installed this module as per your instruction in latest drupal 8 setup version 8.8.1 but it is not working when creating a page it showing some js error see scrrenshot “https://prnt.sc/qr4hqi” Please resolve it as soon as possible.
Hi,
Please confirm if CKEditor module is installed and has all libraries attached.
Hii I am sorry my fault i have not filled map api now editor working but another issue i got whenever i add link component page become unresponsive for sometime i have so much links in content and it took a lot of time to fill link title and url Kindly understand the situation and resolve it as soon as possible thanq in advance.
Hey there, I am trying to add a customize a module. all good but the visual-editor-front.css and visual-editor-front.js are not loading on the front end. Can you let me know if these are loads as default or do I need to do anything else please
Hi,
JS and CSS files are loaded from module itself. Please check if your activr theme has overridden the library.
Hi, when i add an iframe to raw html component nothing displays on the front end, is there a solution?
It could be beacuse of different origin for iframe. You may need to update htaccess file to allow iframe from different source.
Hi could you please explain what arguments can be added to the views component please.
Hi,
It accepts contextual filters as arguments from views.
great thanks for the quick response, could you provide an example of how to format an argument?
is it:
field_name=TRUE ?
field_name= TAXONAMY_ID?
I see JSON… Is this default output or?
Whatever configuration made in the visual editor for respective node is stored in json format in the body/field of that node.