GrapesJS Issues

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

1,399 issues found

🔍 outdated
#1173Jun 6, 2018by UmairAfzalUAT2 answers
0 reactions

Head tag data displaying in body and head is showing empty

Hi Artf there is head tag and meta tags in my head tag of HTML i am assigning to editor components. Like But it is displaying <head> content in body of iframe like

artf

GrapesJS is not designed to handle stuff outside of the body, indeed all the content are appended inside the body. So, for example, if you're creating a Page Builder you use GrapesJS for creating the template of the page NOT its metadata,...

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.

#1172Jun 6, 2018by AB61622 answers
0 reactions

How control settings like Google Maps

I've been reading the GrapeJS API but couldn't find where I can manipulate a block's settings and pass those parameters as they are in the Google Maps block. Where can I find the information I need?

artf

This is how the map block is inserted via basic blocks plugin So you can override it in this way

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.

#1171Jun 6, 2018by ionic6663 answers
0 reactions

How to change the content

hi ,Thank you for your advice on the previous question.but when i change the content ,there will be a extra table.can you tell me which method can just change the content?

artf

again @ionic666, components are children, so you're NOT replacing the component, you're just adding children. If you need for example to update attributes of the wrapper you do this selected.setAttributes({ property: 'value' })

ionic666

@artf sorry ,i just want to know which method can change the content in table.because i want to change the 'tr' and 'td' in 'table'

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.

#1170Jun 6, 2018by milapshah153 answers
1 reactions

Issue with Navbar Styling

Hello Everyone, I am facing issue in Navbar where responsiveness is not working and styling is also conflicting with bootstrap. @artf Can you please help on this? Warm regards Milap

FrciSmrci

Hey @milapshah15 , could you provide a little more information? Do you import bootstrap through the GrapesJS initialisation config under canvas styles property? Is the issue you are facing with responsiveness on bootstrap navbar or grapesj...

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

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.

#1169Jun 5, 2018by JulyanoF2 answers
0 reactions

Get and set some styles to active element (in components)

Is it possible to have some style attributes, for example, color, background-color, font-size, in component settings tab, together with traits?

artf

Well, not really but you can create a trait which on change updates the style of the component

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.

#1168Jun 5, 2018by babak-karimi-asl2 answers
1 reactions

Why transform : translate() is missing?

perfect . finally community is creating a perfect tool with 100% control over css and html. but i'm wandered why transform:translate is missing ?

artf

It's missing just because this is how is defined in the preset plugin but you can actually override it with your configuration and add all the transform you need

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.

#1167Jun 5, 2018by maxencehenneron3 answers
2 reactions

Export options

Hi @artf, Are there any other export options than HTML/CSS ? I'm thinking of a way to directly load the configuration from a remote server and render it on a web page on the fly. Good job on grapejs! :)

artf

Yeah sure, I explain the exact thing here https://github.com/artf/grapesjs/wiki/Storage#store-and-load-templates You can init the editor from HTML or directly (without parsing) via the JSON

artf

Thanks @maxencehenneron but I don't understand how this I'm thinking of a way to directly load the configuration from a remote server and render it on a web page on the fly (that you can alredy do it via the built-in remote storage) is rel...

maxencehenneron

Currently, grapeJS exports the template in HTML/CSS, I wanted to know if there was an easy way to create a front-end app that would load the configuration saved by GrapeJS via the remote storage and render it on a web page. The flow would...

#1166Jun 5, 2018by ionic6663 answers
0 reactions

There will be extra div

hi ,when i drag a div ,there will be a extra div around it.

shareefhiasat

@ionic666 good question , can you prepare js fiddle like this, https://jsfiddle.net/ssabrewolf/7ur0cwq3/32/ it will save us time to respond , thanks

artf

This is what you've asked to render... components: are children in your case, probably you just need this content: '<div>123</div>'

ionic666

@shareefhiasat sorry,I can't open the url you provided,Can you give me some screenshots or code.thanks

#1165Jun 4, 2018by blaasvaer2 answers
1 reactions

Getting a blank page on both Webpage demo and Newletter demo ...

WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issue DONE!

babak-karimi-asl

had the same issue . solved. explained here

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.

#1164Jun 4, 2018by bhavinshiroya19941 answer
0 reactions

Grapesjs if import section blank click to alert section is blank ?

i need to check import section onclick to blank or not and more info below atteched image. [https://user-images.githubusercontent.com/37970833/40917410-ca408020-6820-11e8-90cf-8b1020394181.PNG] please tell me know how to handle it ?. !best regards

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