GrapesJS Issues

3,464 parsed GitHub issues β€” 370 solved Β· 90 open. Search, filter and explore battle-tested answers.

1,399 issues found

πŸ” outdated
#970Mar 21, 2018by alimajed932 answers
0 reactions

Video block - Switching providers

Hello everyone, I noticed that when you drag and drop a video block and before adding any url, if you switch providers (choose youtube or vimeo), an error appears in the console while the block is functioning normally. In case you choose youtube, the error received is: <img width="1280" alt="screen shot 2018-03-21 at...

artf

Well Vimeo's case is pretty much self-explanatory, about the Youtube, it's a chromium bug https://bugs.chromium.org/p/chromium/issues/detail?id=807304 and you'll see this error on any page with an embedded youtube player, so just need to w...

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.

#969Mar 21, 2018by alimajed932 answers
0 reactions

Video block - Loop option

Hello everyone, I noticed that when you drag and drop a video block to the canvas, choose youtube, add the correct video ID and check the loop option, it doesn't work as expected. It works well for HTML5 and Vimeo though. The url changes when checking this option adding loop=1: https://www.youtube.com/embed/5Q80bhJYTI...

artf

Seems like the loop is broken and works only with playlist enabled https://stackoverflow.com/questions/25779966/youtube-iframe-loop-doesnt-work I'll add it to the loop parameter

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.

#968Mar 21, 2018by Deepak8132 answers
0 reactions

Traits not showing with reference code: How to show traits along with style manager as in demo

Hi @artf, We found that when we download the latest grapesJs package in that traits tab are showing in different and online demo shows the traits in same style manager. We have used below reference code but nothing change: https://github.com/artf/grapesjs/blob/gh-pages/demo.html#L1366-L1397 Main question is why the de...

artf

Main question is why the demo and new release code are different? The demo uses different plugins and some other customizations so this is why are differentAlso, traits are working file with 0.13.8 release but changed in 0.14.5 or 6 versio...

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.

#967Mar 21, 2018by yashmahes1 answer
0 reactions

In GrapesJs, I want to store uploaded image in a local folder. I dont want to use API, instead I want to store the image in a local folder. How can I do this. Please send me the procedure. Thanks :)

WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdUse the GitHub Issues EXCLUSIVELY for BUGS, FEATURE REQUESTS or QUESTIONS. Prefix the title of the issue with its context, eg. [Bug]: ....Do a quick...

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.

#966Mar 21, 2018by faizansaiyed3 answers
8 reactions

How to load external CSS file into Grapes Editor?

Hey, During my editor = grapesjs.init(), I want to load an external CSS file into the canvas using @import url(...). So when I use my custom components which are using those external CSS stylings, should render properly. Also, those URL should include in editor.getCss(). How can I do that? Thanks in advance.

chapterjason

https://github.com/artf/grapesjs/issues/195 https://github.com/artf/grapesjs/issues/473 https://github.com/artf/grapesjs/issues/444 https://github.com/artf/grapesjs/issues/66 Here are some solutions, please search next time before open an...

faizansaiyed

Thanks for the help. This works perfectly. I tried searching issues with @import query, my bad.

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.

#965Mar 20, 2018by mandarinobellino3 answers
1 reactions

Unwanted css after refreshing page

After integrating grapes to my platform a problem comes when, after refreshing the page, I click inside an elements : this one gets the style border: 3px solid rgb(0, 0, 0); This issue goes on with every type of element I've insert in the canvas and it shows only on the first element I click after refreshing the page....

francesca-cicileo

I'm having the same issue, when using the grapesjs-preset-webpage plugin. Is there a CDN for that plugin so that I can create a demo on jsfiddle for you?

artf

@mandarinobellino I can't reproduce it by using the official demo (uses the latest version). Do you use the latest version? Are you able to reproduce a live demo?

artf

@francesca-cicileo you can use this one https://unpkg.com/grapesjs-preset-webpage

#964Mar 20, 2018by anand-gopinath3 answers
0 reactions

Component properties configuration

@artf Sorry to post it again, It will be the continuation of #952 I just discussed the approach with MJML community and our conversation went like this https://github.com/mjmlio/mjml/issues/1063#issuecomment-374526777 Please have a look at this. So in order to avoid heavy load time and other MJML limitations and I hav...

anand-gopinath

@artf Can you please check this

artf

You should definitely use Custom Components, which is exactly the same way I do in grapesjs-mjml but, in your case, instead of relying on MJML renderer you would do it on your own logic

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.

#963Mar 19, 2018by theleoni2 answers
0 reactions

Create PHP endopoint to remote Storage Manager

Hello. I'm integrating GrapeJS with PHP (CodeIgniter) and I saw that there are others who do this. But I looked in the documentation and checked the bugs and questions and I still do not know how I can create the endopoint (upload and download) for the remote Storage Manager API connection. Is there any example I can...

artf

There are no rules on "how to create YOUR endpoints" just receive/send data from the server (check the devtool network inspector if you're not sure about the data). About the grapesjs configuration https://github.com/artf/grapesjs/wiki#sto...

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.

#962Mar 19, 2018by VCheque3 answers
0 reactions

Grapesjs not starting

When I execute npm start it shows $ npm [email protected] start C:\Users\a233243\grapesjsnpm run build:css -- -w & webpack-dev-server --open --progress --colors [email protected] build:css C:\Users\a233243\grapesjsnode-sass src/styles/scss/main.scss dist/css/grapes.min.css --output-style compressed "-w" Just stop the...

beckerc

Hi, had same issue, I solved it by installing webpack-dev-server as global npm install webpack-dev-server -g and there was double dashes on the start script, after the build:css "start": "npm run build:css -- -w & webpack-dev-server --open...

VCheque

Thanks dude More one thing, I can't find the Start Script. Where is it??? Valter Cheque Licenciado em Engenharia InformΓ‘tica - UEM +258 826002027 +258 846370199 On Mar 19, 2018 8:11 PM, "Becker Chaaban" <[email protected]> wrote: Hi...

VCheque

Founded Thanks you..!! Valter Cheque Licenciado em Engenharia InformΓ‘tica - UEM +258 826002027 +258 846370199 On Mar 20, 2018 9:06 AM, [email protected] wrote: Thanks dude More one thing, I can't find the Start Script. Where is it???...

#960Mar 17, 2018by rajatkumcom1 answer
0 reactions

Uncaught SyntaxError: Unexpected end of input

blockManager.add('design', { label: 'design', content: { script: function () { $.ajax({ url: parent.DrupalBasePath + '/api/v1/rnode_operations', method: 'POST', dataType: 'json' }).done(function( data ) { Example.show('Custom button clicked'); console.log( data ) }); var dialog = parent.bootbox.dialog({ title: 'Flyier...

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.

Browse all topics