简体   繁体   English

Cloudaccess.com,Joomla 3,我的模板和custom.css问题

[英]Cloudaccess.com , joomla 3, my template and custom.css issue

Im designing a joomla website with my own template on cloudaccess.com and im experiencing a strange issue. 我在cloudaccess.com上使用自己的模板设计了一个joomla网站,但遇到一个奇怪的问题。

My template is uploaded on my server and installed in joomla. 我的模板已上传到我的服务器上,并安装在joomla中。 It even loads nicely. 它甚至可以很好地加载。 I created the file custom.css inside my templates css folder to customize it even further BUT when i reload the font-end page on cloudaccess.com, the custom.css never loads although it is present in the folder. 我在模板css文件夹中创建了文件custom.css,以进一步自定义它,但是当我在cloudaccess.com上重新加载字体结束页面时,custom.css永远不会加载,尽管它存在于文件夹中。 For some reason joomla doesnt read it and i dont know why because locally on my computer with xampp it loads just fine! 出于某种原因,joomla不会阅读它,我也不知道为什么,因为在我的计算机上使用xampp加载它就好了!

Any idea why this bizzare problem appears? 知道为什么这个奇怪的问题出现了吗?

screenshot of the server 服务器的屏幕截图

This sometimes happens when the Custom CSS is not loaded to the template. 当自定义CSS未加载到模板时,有时会发生这种情况。 Ensure that there is a link to the Custom CSS file. 确保有指向自定义CSS文件的链接。 If one does not exist, add the following to your default.css file 如果不存在,请将以下内容添加到default.css文件中

<link href="{path}/custom.css" rel="stylesheet" type="text/css"/>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM