How can enable list styles in editor?

I want to use unordered list style via editor but didn't find any option in editor or anywhere else.. can you please tell me how can I use list styles? Please reply as I am waiting! Thanks
We provided 4 list styles corresponding with 4 classes as wrapper. 1. list-1 2. list-2 3. list-3 4. list-4 You can see more details here http://demo.themesvision.com/?sid=815#evolve You can use editor to create the list then view source mode to add the class above to ul element. For example:
  • Arrow List donec semper
  • Arrow List donec semper
  • Arrow List donec semper
  • Arrow List donec semper
Cheers.
Hi Jimmy, Thanks for reply but I would like to tell you that I don't want to add any class or style in source code. I just need options to add style same like bullets and numbered style (as a button) which is already in editor (check the image). If possible please reply. Thanks
I just solved the same problem, when inserting a bullet list (ul) with the icon in ckeditor nothing shows up. If i switch the bulleted items to a OL (1,2,3) then it works like this: 1. Item One 2. Item Two 3. Item Three To correct this you need to modify line 126 in all your preset.css files and comment out list-style: not... Change this: ul:not(.contextual-links) { list-style: none outside none; margin: 0; } to this: ul:not(.contextual-links) { /* list-style: none outside none;*/ margin: 0; } Hope this helps.
Thank you for fix the list issue. but I am sorry that I couldn't clarify my need about styles. I just need extra options of your styles (list-1, list-2, list-3, list-4) to add in CkEditor options. Is it possible or not? Thanks
The best module for adding customization to CKEditor is StrInsert found here: http://ckeditor.com/addon/strinsert
Currently, we didn't integrate list style to CKEditor, but we will try to do it in near future. Thank you!
Thanks, I will be waiting !
Thanks for sharing this module. I will try it.