[XFA] Default Editor Format

[XFA] Default Editor Format [Paid] 1.1.2

No permission to buy (€2.00)
You have to put the same code with a different icon code and replace :
redactor_btn_xfa_dedf_set

by:
redactor_btn_xfa_dedf
 
You have to put the same code with a different icon code and replace :
redactor_btn_xfa_dedf_set

by:
redactor_btn_xfa_dedf

Then it's will be ?

HTML:
html .redactor_toolbar li a.redactor_btn_xfa_dedf:before {
content: "\f044";
}
 
It's logical you used the same code for content.

Select the icon you'd like here:
http://fontawesome.io/cheatsheet/

Please can you give me the full css code for this?

Default addon style icons
upload_2016-6-26_19-26-59-png.136656
 
Those icons are not font awesome icons but sprites from default style.
Your style doesn't have such sprite and uses font awesome icons for buttons.

Just pick one icon from the cheatsheet I linked you to, and on the right you get the code by removing &#x and the final ;.
Eg. [] => f044
 
Ah ok so you can use it in posts but can't see the modifications options in profile ?
 
Apologies, I have found it. I must have been half asleep last night.

not sure if this is an issue;

When I quote a post to reply, only the default text applies.

Many thanks for your help.
 
Last edited:
Top Bottom