Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • tracker99 Friend
    #193013

    Transfering site from J1.5 to J2.5 and noted Category List not rendering properly. Firebug scan shows difference in files, css, etc. Pls advise …


    1. CAP1
    2. CAP2
    TomC Moderator
    #515608

    So that we can try to assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to No” within your Template Manager–General settings.

    tracker99 Friend
    #515611

    Thanks Tom …

    goto aohcc.org/new

    find Association menu item, drop down to Administrative Committees, and find Government Relations.
    therein find the Category List layout in question.
    Note: Other similar items need to be migrated similarly, but holding off for fix first.
    again, Many thanks!
    ps: confirming Optimize CSS = Off

    TomC Moderator
    #515614

    Try This . . . .

    Within file path –> /new/templates/ja_droid/css/template.css
    at line 63, you will see the following:


    .category {
    font-size: 110%;
    font-weight: bold;
    }

    Change the “font-weight” property to “normal” – as follows:


    .category {
    font-size: 110%;
    font-weight: normal;
    }

    SAVE CHANGES — CLEAR CACHE — REFRESH PAGE

    Better?

    tracker99 Friend
    #515618

    Its ok (1 of the things I tried setting thru firebug) … but the article title also takes a hit (preferring it remain bold).
    Further, <th> background-color to black? title to white? bottom border of <tr>? alignment of title filter and display elements? Counter (at left)? Are there fixes for these?

    TomC Moderator
    #515621

    Any chance you could try to throw together a screenshot mockup to depict exactly how you are envisioning/wanting the display to appear?

    tracker99 Friend
    #515625

    That would be at article 1 of this thread. The black bars are merely hiding title content. Essentially, the layout I seek appears to be a joomla default (see screenshot #2, article 1 this thread). However, as you can see, the current rendering is quite different and less ‘professional’ in its presentation.

    Ninja Lead Moderator
    #515696

    The number column in Category List is not supported in J2.5 and other the problem of css style of Category List could be fixed with below css style

    Open templates/ja_droid/css/template.css file and new script


    /* ########################## tables ########################### */
    table
    {
    border:solid 1px #ddd !important;
    }

    tbody
    {

    }

    tr.odd,
    .cat-list-row1
    {
    background:url(../images/news.gif) repeat-x;
    }

    table.newsfeeds td,
    table.weblinks td
    {

    }

    table.weblinks th,
    table.newsfeeds th,
    table.category th,
    table.jlist-table th
    {
    background:#444;
    color:#fff;
    }

    table.weblinks th a,
    table.newsfeeds th a,
    table.category th a,
    table.jlist-table th a
    {
    color:#fff !important;
    }

    td.table_footer
    {
    background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
    }

    td.counter
    {

    }

    td.num,
    td.hits
    {

    }

    td p
    {

    }

    table.category th a img
    {
    border:solid 0px ;
    }

    /* for opera */
    tr, td
    {
    border:solid 1px #ddd;
    }

    fieldset.filters
    {
    border:0;
    }

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum