位置 : Joomla!中文文档库 >
JOOMLA 1.5.11分類列表的CSS佈局不正確解決方案
JOOMLA 1.5.11分類列表的CSS佈局不正確解決方案
為什麼CSS列表顯示格式錯誤在JOOMLA版本1.5.11 ?
找到一個錯誤的文件 components/com_content/views/category/tmpl/default_items.php 有一個CSS 的類別名稱 "sectiontableentry1" 和 "sectiontablentry2" 這個名稱在類別的對應不正確他們錯誤地更改為 "sectiontableentry1; ?>" 和 "sectiontableentry2; ?>" 因此在CSS 類別列表中可能不能呈現正確的風格版面.
要更正此問題上請修正這一個文件的第68行:
class="sectiontableentryodd +1 ) . $this->escape($this->params->get('pageclass_sfx')); ?>; ?>" >
修改成
class="sectiontableentryodd +1 ) . $this->escape($this->params->get('pageclass_sfx')); ?>" >
Sidebar
登录
最近Wiki文档变动
- 网站管理
- Security_Checklist_6_-_Site_Recovery
- Writing_an_ETL_Plugin
- Joomla_Administrators_Security_Checklist
- Security_and_Performance_FAQs
- Security_Checklist_5_-_Site_Administration
- Security_Checklist_4_-_Joomla_Setup
- Security_Checklist_3_-_Testing_and_Development
- Security_Checklist_2_-_Hosting_and_Server_Setup
- Security_Checklist_1_-_Getting_Started
- Category:Security_Checklist
- How_are_templates_executed?
- 如何升級Agora 2.5到3.0版本
- JOOMLA 1.5.11分類列表的CSS佈局不正確解決方案
- Category_List_Layout_-_Layout_breaks
- How_to_Upgrade_from_Agora_2.5_to_3.0
- 如何替换Joomla!标识
- 如何将秘密文件转移至 public_html 之外的目录?
- How_do_you_move_confidential_files_outside_of_public_html%3F
- Plugin Developer Overview

