-
AuthorPosts
-
December 16, 2013 at 7:29 am #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 …
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2013 at 5:19 pm #515608So 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.December 16, 2013 at 5:32 pm #515611Thanks 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 = OffTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2013 at 6:00 pm #515614Try 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?
December 16, 2013 at 6:54 pm #515618Its 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 16, 2013 at 7:42 pm #515621Any chance you could try to throw together a screenshot mockup to depict exactly how you are envisioning/wanting the display to appear?
December 16, 2013 at 8:00 pm #515625That 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 17, 2013 at 9:21 am #515696The 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;
}
-
AuthorPosts
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
Jump to forum
-