What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.

Support Buttons invisible + Not working in post

Kyros

Member
Buttons are invisible, but clickable.

However, while it does seem to appear to retain my settings in my Preferences, it does not retain in posts. It does not automatically use the text options I designated, and if I click on one of the invisible buttons and look at my settings from there it shows as being the default rather than what I chose in my preferences.

I'm also using UI.X, if that helps. Thank you in advance.
 

Attachments

  • default.png
    default.png
    17.6 KB · Views: 1
Hi,

Put that in your extra.css template of the style:
Code:
html .redactor_toolbar li a.redactor_btn_xfa_dedf_set:before {
content: "\f1fc";
}

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

Clément
 
Hi,

Put that in your extra.css template of the style:
Code:
html .redactor_toolbar li a.redactor_btn_xfa_dedf_set:before {
content: "\f1fc";
}

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

Clément

Thank you, this helped the invisibility issue.

I am still having issues with the text editor not automatically putting in my default font choice. I have to click "apply your default formatting" before writing my post. Is there any way to have it just automatically apply it without having to push the button?

Also, users using the vilvaldi browser have reported that it does not work for them at all.
 
Hum, in specific locations or randomly ?

It's supposed to apply automatically.

Regarding Vivaldi, this is a quite recent browser and I can't do anything if it doesn't support correctly javascript.
 
Top