#1244June 28, 2018by kuldeepcis2 answers
Hi @artf I'm using grapesjs with grapesjs social plugin, after using this plugin some conflicts generated in the system. Social plugin option show with babbar and also change the design of tab. Please check code on fiddle;: Click here to check
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.
#1243June 27, 2018by kuldeepcis2 answers
Hello @artf , Countdown element not working on safari browser like date is not selectable . Thanks in advance.
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.
#1242June 27, 2018by saravanan-palani3 answers
Is there any support for JSON to HTML rendering, so that we can get control over the content to be published in the newsletter or webpage. Rather than rendering direct HTML in the editor.
Jogai
You can put all your separate pieces of content in the blockmanager making it ready to be dragged in a template.
artf
Instead of You can do this
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.
#1241June 26, 2018by SalesFeed3 answers
Hello, In my project I have replaced the AssetManager by my own. However, when I use the new manager to update a components background-image, the background-image shows up, but the new state isn't reflected in the panel. Basically my question is: how do I detect what property or attribute the user is editting? And how...
artf
First of all, I'd avoid applying the style on selected component editor.getSelected(), you should do it on opts.target as it might be different from the selected one editor.runCommand('open-assets', { target: someOtherComponet })how do I d...
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...
SalesFeed
@artf Thanks, I followed your suggestions, but I can not get it to work. opts.target does not have a addStyle method It also seems the editor is generating an extra id in the css, so there are duplicates. I have set avoidInlineStyle: true,...
#1240June 26, 2018by Abhisheknanda13444633 answers
hi @artf UI is getting disorted in safari browser when we drag any element in desktop mode after that move to tablet mode than vertical lines are appears on the screen as you can see my screenshot attached Please let me know how to fix this Thanks in advance @artf
ronaldaug
@Abhisheknanda1344463 Tested on Safari Version 11.1.1 Nothing happen here. <img width="1154" alt="screen shot 2018-06-28 at 3 58 34 pm" src="https://user-images.githubusercontent.com/33022876/42025995-ffbb0eae-7aeb-11e8-8055-18026c65993e.p...
Abhisheknanda1344463
@ronaldaug please Change preview mode on after another in repeated times like mobile to Desktop, mobile to tab, Desktop to tab than it'll appears sometimes and Please let me know if you observe anything.Thanks in advance @ronaldaug
ronaldaug
No @Abhisheknanda1344463 , I add blocks and change the preview mode for many times. And also I've even tried with safari sidebar as your first screenshot. No distorted lines are appeared. Could you provide your OS version and Browser versi...
#1239June 26, 2018by Deepak8132 answers
Hi @artf, We have integrated the each element settings with their elements name using below code like HEADLINE SETTINGS, COLUMN SETTINGS and so on... / Headline Settings / { name : 'Headline Settings', open: true, buildProps: ['background-color', 'color', 'text-align', 'font-family','font-weight', 'font-size', 'letter...
artf
You just have to set the already translated string
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.
#1238June 26, 2018by Abhisheknanda13444633 answers
hi @artf I am facing problem i use safari browser and grapesjs is not loading in safari browser and in console there is no errrors except 3 4 warnings thanks in advance
ivanezeigbo
@Abhisheknanda1344463 this link might help.
Abhisheknanda1344463
@ivanezeigbo Thanks for your's suggestion bro Problem is the version of safari i updated it to 11.1.1 and it works :)
artf
Next time @Abhisheknanda1344463 Follow the issue templateDon't write in uppercaseClose the issue if it's solved
#1237June 26, 2018by ionic6663 answers
and I don't know how to set the backgroundImage
ronaldaug
@ionic666 you can read Asset API documentation here There is no image in your asset manager. It seems you haven't added it yet. You can add like this..
ionic666
@ronaldaug i have done it.but I mean that if i haven't drag the image component,I cannot set background images for other components. The official demo was also not available
ronaldaug
Maybe, you didn't add the component type as image. Make sure you add it. And you can just double click on the image to trigger the assets images box. Could you share your codes via codepen or jsfiddle? Do you mean this official demo ? I ca...
#1236June 25, 2018by gabrigcl3 answers
Hello, Arthur and contributors! I'm creating a plugin for using CKEditor 5 in grapesjs, based on the grapesjs-plugin-ckeditor already available. I can't make it work. While using the editor, some styles don't work and after some cliks, ckeditor 5 responds with the folowing error message: "Uncaught Xa: view-renderer-fi...
FrciSmrci
Hey @jvillena and @gabrigcl I managed to research the issue and create a build of the ckeditor inline build 5 where the error doesn't occur anymore (the fix is not yet released). Although, there are some new/other issues when trying to sty...
artf
This is might be strictly related to CKEditor 5 and not GrapesJS. I'd suggest start asking why you're getting that error. For now, there is no reason to keep this issue open
jvillena
Hi @gabrigcl, Did you find a solution for using ckeditor5 on grapesjs?
#1235June 25, 2018by NorthstarTech2 answers
When we copy a text from word and then change the Line-height from Typography, it doesnot change it. How Can I change the Line-height of the text that is copied from word or pdf. This issue also occurs in the demo. Please help me and provide me the solution asap. Thanks
artf
You have to paste plain text instead of the formatted one copied from Word, use <kbd>Ctrl</kbd> + <kbd>⇧ (shift)</kbd> + <kbd>V</kbd>
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.