[XFA] Default Editor Format

[XFA] Default Editor Format [Paid] 1.1.2

No permission to buy (€2.00)
Does this mod still are work with xf 1.5.7 and compatible with any other addon? If this addon still supported then why not come any Features update after Dec 9, 2015 ?
 
? What do you mean ?

Code is :
html .redactor_toolbar li a.redactor_btn_xfa_dedf:before {
content: "\f044";
}

With f044 to be replaced by any other icon code you would like.
 
? What do you mean ?

Code is :


With f044 to be replaced by any other icon code you would like.


Where are adding this code ? If i add this code in uix_icons.css but i did not undustand to insert code into above or below?
 
When I click the button to remove default formatting, the color remains but bold/italic is gone. Shouldn't it return to default grey text with normal size/font?
 
When you mean color remains, you meant selected ? Or you mean the text remained coloured ?
 

Thanks for update

I can see option to reset the color, what about font type and size? how can the user to reset the font?

I suggest to add two options
1. Use the default forum formatting
2. Use customize formatting

The first option can be used to reset the formatting

upload_2015-12-23_10-42-24-png.124567


___________________________________________________________________________________________________________

Moreover, there is a small bug in the new version, normally you need to click inside the editor box to active the box and to write a reply

p1.webp

If I active this addon, then the reply box will be in active mode all the time.
 
What would the code be for the new button?

It would be:
Code:
html .redactor_toolbar li a.redactor_btn_xfa_dedf_set:before {
content: "\f044";
}

I can see option to reset the color, what about font type and size? how can the user to reset the font?

I suggest to add two options
1. Use the default forum formatting
2. Use customize formatting

The first option can be used to reset the formatting

upload_2015-12-23_10-42-24-png.124567

Well for the other parameters, you just need to click on the cross to unset it.
Isn't it sufficient ?

Moreover, there is a small bug in the new version, normally you need to click inside the editor box to active the box and to write a reply

View attachment 136584

If I active this addon, then the reply box will be in active mode all the time.

Might be due to the formatting setup automatically.
Can you please report this in our bug report forum ?
 
Yes, Also I added to the bottom. Please check the ScreenShot and let me know.
When i used this code on hover you see 2 icons
Normal view:
upload_2016-6-26_19-24-47.webp

Hover on paintbrush icon, you can see the default addon icon in the backgroud
upload_2016-6-26_19-24-5.webp

Hover on check icon, you can see the default addon icon in the backgroud
upload_2016-6-26_19-26-3.webp

Default addon style icons
upload_2016-6-26_19-26-59.webp

Any idea how i can fix this on my custom style?
 
Last edited:
Hard to say, I don't exactly know what are the expecations of the styles designers for editor button (one css as pointed out or one for hover and one for not hover).

Did you get any feedback from them ?
 
Hard to say, I don't exactly know what are the expecations of the styles designers for editor button (one css as pointed out or one for hover and one for not hover).

Did you get any feedback from them ?
Yes they give me a perfect solution.
 
Top Bottom