#1107May 14, 2018by sai-kishore1 answer
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.
#1106May 13, 2018by kuldeepcis2 answers
Hello @artf previous issue Yes, you're right traits are there but you didn't read the my issues those I'm facing. 1. when you drag and drop a social element, to change the value you've to select element first after that parent of that. Direct element not selected. 2) Traits value not pre-selected on page load. 3) when...
artf
This is because you're selecting your div wrapper and not the actual component, you can make not selectable: <div data-js="social-icons" data-gjs-selectable="false"> ...Trait's value is set from the component's model, so if you use changeP...
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.
#1105May 13, 2018by kuldeepcis2 answers
Hello previous issue can you please let me know how can add a new class on map element? I don't want add class manually on element through setting on right side. A single class added on every map element automatically. please guide me. Thanks in advance.
artf
You can define them easily inside Blocks
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.
#1104May 12, 2018by atcq-me3 answers
After v0.14.9 color trait can't setup component property when user press "OK" on colorpicker form. Live:v0.14.9 https://jsfiddle.net/Lqm7ouze/ (testprop is undefined)v0.14.6 https://jsfiddle.net/Lqm7ouze/1/ (testprop contain hex colorcode) Screenshots:https://ctrlv.cz/en/M7lghttps://ctrlv.cz/en/ltPo This problem is al...
artf
Thanks for the report and details @Nuzsk This should be fixed for the next release
artf
@jdodsoncollins it's fixed in the dev branch but was not yet released
jdodsoncollins
@artf I'm seeing this behavior still if you could take a look, on latest release. Reverting to v 0.14.6 solves it.
#1103May 10, 2018by Deepak8132 answers
Hi artf, Thanks for the message and help #1090. I just want to hide the particular icon of the toolbar not the complete the toolbar as you provided #1090.Like in complete toolbar i want to hide the delete icon when user click on image or like other element, keep the rest of the icons same.
artf
As you see @Deepak813 those icons have classes too so you can use the same technique
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.
#1102May 10, 2018by perfect-coders1 answer
Hi @artf , I am integrating the map element and it is not working. This is the issue coming when I fill any address in the map :- Refused to display 'https://maps.google.com/maps' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. Thanks for help 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.
#1101May 10, 2018by kuldeepcis2 answers
Hello @artf , https://jsfiddle.net/66cnd2t4/3/ This is the fiddle for the map issue when you drag a map and add it then in dimensions you will see width auto and its label is in pink which shows it user defined means i have passed it in components style block as such , _("map") && i.add("map", { label: n.labelMap, cat...
artf
First of all, next time use this https://jsfiddle.net/szLp8h4n as a starting point for your fiddles, without all the stuff not regarding the issue. To make properties defined on other devices you have to set the CSS on that media query:
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.
#1100May 9, 2018by kuldeepcis2 answers
I have created a custom component for social icons.When selected this component i have two traits in setting facebook URL and show facebook , when i update the both it gets updated and is reflected in canvas but when i export i don't get the URL for facebook which is set via the traits. Below is the code attached. gra...
artf
Please keep track of your issues here, you're talking about the same case #1089
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.
#1099May 9, 2018by ancientry3 answers
There is a big difference between the download code and the operation. Where is the complete demo code for the official website?
cjpollard
https://github.com/artf/grapesjs/tree/gh-pages
kuldeepcis
you can download through below URL, not clone https://github.com/artf/grapesjs/blob/gh-pages/demo.html
ancientry
There is a big difference between the download code and the operation. Where is the complete demo code for the official website?
#1098May 9, 2018by ionic6663 answers
when i import grapes-plugin-export,there is a warnning,please help me
artf
gis-plugin-export -> gjs-plugin-export
ionic666
@artf hi,i have modify this.and i use this plugin in vue.js,but still always show "Plugin gjs-plugin-export not found".But my customized plugin test is ok
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.