CKEditor Image Browse - Browse Button Missing
Posted: 09 Feb 2017, 21:17
The browse button is missing from my Image window. There's a spot for it, but the button does not show up. It's inline-styled to have a display of none, and when I remove that to make it show, clicking on it does nothing. I have no php or javascript errors in my logs. This happens when I both download it from the CKEditor site, or the pre-installed version from here.
What would be a trigger to keep it from showing up or working? JS version (1.12.4)? PHP version (5.6.30)?
It used to work, but I hadn't checked on it in a year or so on our website, and now I cannot get it to work again.
browse button code:
What would be a trigger to keep it from showing up or working? JS version (1.12.4)? PHP version (5.6.30)?
It used to work, but I hadn't checked on it in a year or so on our website, and now I cannot get it to work again.
browse button code:
Code: Select all
<a style="margin-top: 14px; margin-left: auto; margin-right: auto; display: none; user-select: none;" href="javascript:void(0)" title="Browse Server" hidefocus="true" class="cke_dialog_ui_button" role="button" aria-labelledby="cke_96_label" id="cke_97_uiElement"><span id="cke_96_label" class="cke_dialog_ui_button">Browse Server</span></a>