gpt4 book ai didi

css - JCE 编辑器工具栏图标未正确加载

转载 作者:行者123 更新时间:2023-11-28 17:35:23 26 4
gpt4 key购买 nike

我有一个 Joomla! 3.3.3 并且我正在使用 JCE。我的问题是编辑器没有在工具栏上显示按钮的图标。使用 Firebug,我意识到这是所有主题的 css 路径中的问题。

enter image description here

enter image description here

在本例中,我使用的是 Classic。 Firebug 代码中出现的 css 是:

.classicSkin .mceIcon {
background: url("/campusbaixada/web/sites/dev01.unifesp.br/components/com_jce/editor/tiny_mce/themes/advanced/img/icons.gif") in the repeat scroll 20px 20px RGBA (0, 0, 0, 0);
}

如果我改为:

.classicSkin .mceIcon {
background: url ("/ components / com_jce / editor / tiny_mce / themes / advanced / img / icons.gif") no-repeat scroll 20px 20px rgba (0, 0, 0, 0);
}

然后工具栏的一部分将重新出现。

所以我要进入服务器上的 JCE 文件夹(components/com_jce/editor/tiny_mce/themes/advanced/skins/classic)并更改代码

.classicSkin .mceIcon {
background: url (img ../../ / icons.gif) no-repeat 20px 20px;
}

.classicSkin .mceIcon {background: url (/components/com_jce/editor/tiny_mce/themes/advanced/img/icons.gif) no-repeat 20px 20px;}

现在我的问题:

我试图将它固定在我模板的默认 css 文件中,因为每次我更新组件时,它都会丢失我的设置,但无法使其工作。

在他们的论坛上,除了没有这个问题外,我还要付费才能发帖疑惑...谁能帮帮我?

最佳答案

以下解决方法对我有用:登录管理员。转到组件 -> JCE 编辑器 -> 全局配置。将“压缩 CSS”设置为“否”并单击“保存”。

关于css - JCE 编辑器工具栏图标未正确加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25189382/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com