View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001000 | OXID eShop (all versions) | 1.06. Search, Tags | public | 2009-06-10 11:12 | 2012-12-07 14:42 |
Reporter | philipp_grashoff | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.2 revision 18998 | ||||
Fixed in Version | 4.1.4 revision 21266 | ||||
Summary | 0001000: Tag cloud can't be styled via oxid.css | ||||
Description | The font-size HTML Code of the Tag Cloud is generated directly in /core/oxtagcloud.php (function getTagCloud()). If users want to style the tag cloud (e.g. other font sizes), they have to write a module for this class. Which is almost impossible for PE/EE users as this file is encrypted. Solution: create CSS classes for the different font sizes and add style definitions to oxid.css (e.g. <a href="..." class="font-size-100">...) | ||||
Tags | Tags | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0001164 | closed | dainius.bigelis | tags have all the same size and no class >> canĀ“t be styled |
related to | 0001181 | resolved | arvydas_vapsva | All tags are the same size |