I would like to store my template data which was edited with grapesjs but am getting an error as core.js:1598 ERROR {code: "app/duplicate-app", message: "Firebase: Firebase App named '[DEFAULT]' already exists (app/duplicate-app).", name: "[DEFAULT]", stack: "[DEFAULT]: Firebase: Firebase App named '[DEFAULT]…iber._ne...
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi @artf. How can I update position of Toolbar and Actionbar as it override the each other and toolbar also hide the highlighter text like Menu Item. I just want to know is there any option for set top, right, left bottom postion for Toolbar and Actionbar. Thanks for help in advance
artf
Check this for the RTE toolbar https://github.com/artf/grapesjs/wiki/Replace-Rich-Text-Editor#toolbar-position For the component toolbar there are no options for the positioning
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi @artf. At the first time before saving the template, When I make one element and clone it, the style is coming in the clonned element. That is running fine. But when I save the template using Ajax and Call the below code:- and then clone the elements, their styling does not applies to the cloned elements. If I comm...
artf
Follow the issue template and provide a live demo
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I'm having trouble getting a custom block+component to display its template HTML inside the grapes editor. Within the exported HTML, the markup and CSS is generated as expected. Within the editor though, the block doesn't leave behind any sort of UI (though it is dragging in successfully based on the exported html/css...
artf
Well with this this.attributes.template = ... you do nothing to the view so it's just empty. You have to update the model so the view reacts to the change. Eg.
jdodsoncollins
This custom component is an adaptation of https://github.com/artf/grapesjs-blocks-flexbox
no-response[bot]
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take ac...
Hi Artur, First of all, thank you for sharing such a great project :) I want to tell you a problem that I have experienced. You commented below code for addType in #208 issue. I was using grapesjs - v0.5.41 before using grapesjs - v0.10.7 and i wanted to add category structure for blocks in grapesjs newsletter plugin....
artf
Hi @alperenuzun we don't support old versions so, please try to update to the latest and check if everything works. By the way, when you add new components be sure to do it from a plugin.
alperenuzun
"Plugin" was the answer for me :) In old versions it worked without using plugin. Now, it's working with plugin. Thank you very much for your help.
alperenuzun
Hi @artf I've got another question. Conditional comments are working well but don't look correct on design. This is the code that i used the conditional comments in: This is the design that i used conditional comments in: This is the code...
Hello i'm use grapesjs in creating webpage, works perfectly chrome browser but not showing grepesjs webpage on IE 11 please let me know how to solve this problem.
brutalnoise
Array.from is not supported in Internet Explorer. You can add the code, which is in the polyfill section of this page in yours. developer.mozilla.com
artf
@bhavinshiroya1994 thanks for the report, this will be fixed for the next release
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
#1237 i am sorry.Let me describe my question again。we can not change the background-image from the style manager before dragging the image
ronaldaug
Ok If I am not wrong, you are asking the css background-image property under the style manager. Here is where the background images are added. <img width="796" alt="screen shot 2018-07-02 at 10 44 20 am" src="https://user-images.githubuser...
ionic666
@ronaldaug Thank you for your kind answer。but if i drag a image first,and then i can change the background-image from the style manager.
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.