GrapesJS Issues

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

1,399 issues found

πŸ” outdated
#813Jan 28, 2018by kickbk2 answers
0 reactions

Cdn not available?

Is there a default delay for the latest version (0.13.8) to populate on cdnjs or is there a reason it's not available?

kickbk

Seems to have propagated

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.

#812Jan 28, 2018by kevinalvarez2 answers
0 reactions

Layers Manager doesn't work with several editors

Hi again! As I comment in a previous question, We're working with several editors in the same window. The issue we're facing now is that layer manager doesn't work fine when I go from one editor to another. These are the steps that make this problem happens:Editors initiatedGo to Layer Manager inside editor 1 (click o...

artf

Thanks Kevin, I've found the issue and the fix will be available in 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.

#811Jan 27, 2018by RiyaThete3 answers
0 reactions

CSS Gets deleted

I have a website with multiple web pages (results-page, category page, home page) and a common css file for all pages (all.css).Within this css file : webpage (classes used) Home page ( class A, class B , class C) Results Page ( class B, class X, class Y ) Category page ( class R, class S , class X) When I load result...

JulyanoF

@RiyaThete to load css into editor, you need to insert it on grapesjs init, something like that: Or if you want to include css inline:

RiyaThete

@JulyanoF I tried this solution but this does not load all the classes of all my web pages.. it just loads all of the results page and few classes from other pages

artf

deleted few classes[ unable to understand why so ] Not used classes are not rendered The suggestion proposed by @JulyanoF is the valid oneit just loads all of the results page and few classes from other pages You can use as many styles you...

#810Jan 26, 2018by JuanTincho1 answer
0 reactions

Toolbar pos is not updating when resizing window horizontally

Hi! When the window is resized horizontally the toolbar stays in the same place. Here is a pic from the demo version: I noticed if I add methodsmethod; to the toggleSelectComponent method in commands/view/SelectComponent.js file, the issue seems to be solved. I don't know if it's the correct approach. Thank you!

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.

#809Jan 26, 2018by maxtacco3 answers
0 reactions

CSS not added when blocks are drag and dropped after core:canvas-clear command invoked

I'm using grapesjs-blocks-basic plugin that has a number of column blocks. When I drag and drop these blocs onto the canvas they are displayed correctly for the first time and I can see the associated CSS added in the code viewer. But, once I invoke 'core:canvas-clear' command and drag-and drop the same blocks they ar...

artf

I just merged https://github.com/artf/grapesjs-blocks-basic/pull/4 which solves the issue. I'll publish soon a new release of the plugin

artf

Done https://github.com/artf/grapesjs-blocks-basic/releases/tag/v0.1.3

maxtacco

Thank you!

#807Jan 26, 2018by GoodPHP3 answers
0 reactions

Help with update information in Countdown

I use "grapesjs-component-countdown" and when i chose date in calendar update information in the plugin. Example: https://monosnap.com/file/sSOQJ3M4hxVRQgj008Kl302GtXu1ah Use something like that: change: function() { console.log(editor.trigger('change:startfrom')); editor.DomComponents.render(); } Please help :)

artf

Try with this

GoodPHP

Not, it's doesn't work.

GoodPHP

Do you have any idea?

#806Jan 26, 2018by chiqui3d1 answer
0 reactions

The arrows on the extra transform block don't work

Hello! As I say in the title the arrows to increase or decrease the rotation of any element in the canvas does not work. Nor does it work to modify the color in transitions. All this in the extra section of the block manager Thanks!!

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.

#805Jan 26, 2018by austinbiggs2 answers
0 reactions

What is the first available event?

I have a quick question in regards to events. From what I can tell load is the first event that triggers when initializing Grapes. Am I correct? I ask because I'm creating a loading animation for my installation of grapes and need the earliest event that fires during initialization. I've reviewed other events and wasn...

artf

Yeah, load is the event to use for this case

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.

#802Jan 25, 2018by goldengrisha3 answers
0 reactions

Assets rendering

I try to create a video thumbnail, when I add it like a tag it's working fine but when this an array or an object, it doesn't render it.

austinbiggs

@goldengrisha - I had an unrelated issue w/ thumbnails, as the asset manager simply loads in the full file for the thumbnail. When adding an asset, I now pass a thumbnail parameter and display that instead.

goldengrisha

thank you for answer, but point is why this code work in proper way assetManager.add('<video src="http://localhost:2195/malls/78620a57-d32f-40a5-9b06-003c2338c377/SampleVideo1280x7201mb.mp4" class="gjs-no-pointer" style="height: 100%; widt...

artf

@goldengrisha first of all, your isType(value) is not correct If you pass a string in assetManager.add the value will be that string and just by returning it you say nothing about its type (isType should return a Boolean or { type: 'someth...

#800Jan 25, 2018by larshisken2 answers
0 reactions

Using postcss-cssnext in webpack results in an error when importing dist/css/grapes.min.css

Hi We're using postcss-cssnext plugin in our webpack project. Importing the grapes.min.css results in the following error:

ericscottmarquez

I also get this error trying to compile sass files with references to other files in a react app on rails using the webpager gem. Did you find a solution?

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