-
AuthorPosts
-
abrill Friend
abrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 1, 2011 at 9:07 pm #164711My contact component has a challenge between 1.5 and 1.63. Please see screen shots. 1.5 has the black highlighting on the table headings, whereas 1.63 it does not. Is that something that can be fixed?
Also I when updating from 1.60 to 1.63 I had this in my heading: COM_CONTACT_CONTACT_EMAIL_NAME
fixed it through this thread: http://forum.joomla.org/viewtopic.php?p=2494144
Thanks!
-
kshama_k Friend
kshama_k
- Join date:
- May 2011
- Posts:
- 99
- Downloads:
- 0
- Uploads:
- 12
- Thanked:
- 11 times in 10 posts
June 3, 2011 at 1:00 pm #394506hi please send me your site url and admin access on http://support.joomlart.com/index.php?/Tickets/Ticket/View/73774
abrill Friendabrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 6, 2011 at 2:09 pm #394927Hi, my site is on a local host. We are in the process of moving from 1.5 to 1.6 and so don’t have it on an outside server. Any ideas of what I can look for?
kshama_k Friendkshama_k
- Join date:
- May 2011
- Posts:
- 99
- Downloads:
- 0
- Uploads:
- 12
- Thanked:
- 11 times in 10 posts
June 7, 2011 at 1:30 pm #395108hi
for table heading, what you are exactly using for the black highlighting.
In 1.6 inspect the heading part find the css for heading and write : background-color: blackabrill Friendabrill
- Join date:
- October 2008
- Posts:
- 140
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 42
- Thanked:
- 1 times in 1 posts
June 8, 2011 at 6:15 pm #395340Thank you for your help! I used Firebug and the 1.5 version the header is designated .sectiontableheader in CSS however, inspecting 1.6 I only see <thead>. Could it be that the styling for the component is missing in 1.6? Even the title “Board Members” is different in each version and the line is missing underneath the title on 1.6. How would I fix that?
kshama_k Friendkshama_k
- Join date:
- May 2011
- Posts:
- 99
- Downloads:
- 0
- Uploads:
- 12
- Thanked:
- 11 times in 10 posts
June 10, 2011 at 10:19 am #395704hi
I cheaked this at my side in 1.6 but it works correctly, I attached a screenshot,
now inside the thead you can find this line <th class=”item-num”>#</th> according to this find following code inside you css:
thead tr th {
background: none repeat scroll 0 0 #333333; /*add this line*/
color: #FFFFFF;
padding: 5px;
}
and for border line find <fieldset class=”filters”> in html and according to this find following code inside you css:
.ja-content-main fieldset.filters {
border-bottom: 5px solid gray; /* add this line*/
font-size: 92%;
margin: 10px 0 5px;
}-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by kshama_k 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum