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.
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...
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.
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
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 :)
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.
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.
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...
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.