All the buttons are greyed out
dannjoroge opened this issue · 5 comments
Why are my buttons greyed out in octobercms i cannot use all buttons i have updated the permissions.
Hey, do you applied witch buttons will be active in backend settings?
Hey, do you applied witch buttons will be active in backend settings?
yes i have image, video and table not working only bold, italic and link are working. my email njorogedan78@gmail.com
It sometimes depends on element you want to edit for example in heading you cant add image.
i have tried none seems to work. the image attached shows the buttons i can access from p or div if set as a fixture. table, image, video don't seem to be clickable. the justification is available but does not work if clicked but that isn't a problem
[contenteditor]
==
{% component 'contenteditor' file="home_header.htm" fixture="h1" class="my-class" %}
{% component 'contenteditor' file="home_p.htm" fixture="div" %}
{% component 'contenteditor' file="home_table.htm" fixture="table" %}
{% component 'contenteditor' file="filename_in_content.htm" %}
Yeah thats the limitation of fixture. You can make it work when you dont use fixture for div and p then it should work. Fixtures are mostly made for headings and stuff like that they mostly dont work correctly with other elements.