The other thing I can't get is the handpointer if I hover over login and slideshow. It works ok or fine with the default theme. Further if I click on Login it opens a view or drop down that runs into the bottom content making things a little illegible.
The template isn't customized in that theme, I see it's just a general error. Actually problem with the whole conditionals system which is also affecting other spots I see, it's a mess, working on it.
Hacking up divs to make them display set numbers of columns per row in tabular form is reinventing the wheel to no purpose, and generates more browser-specific issues. You're welcome to do so, but the default theme will continue using tables for tabular-style spots and divs for non-tabular layout unless I come across a reason for change.
Figured out there's a conflict between {MEMBERRATING} as a member template var and {MEMBERRATING} as a setting template var, and fixed that yesterday (forgot to post apparently).
tradenet wrote: The other thing I can't get is the handpointer if I hover over login and slideshow. It works ok or fine with the default theme. Further if I click on Login it opens a view or drop down that runs into the bottom content making things a little illegible.
Change A { color: #72A545; background: inherit; text-decoration: none; } to A { color: #72A545; background: inherit; text-decoration: none; cursor: pointer; } in the stylesheet.
Comments on Theme: Techmania12 issue
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
Posted Feb 07, 2012 - 10:45 AM:
See attachment screen shot.
Attached Files:
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
The other thing I can't get is the handpointer if I hover over login and slideshow. It works ok or fine with the default theme.
Further if I click on Login it opens a view or drop down that runs into the bottom content making things a little illegible.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The template isn't customized in that theme, I see it's just a general error. Actually problem with the whole conditionals system which is also affecting other spots I see, it's a mess, working on it.
Will check the slideshow after this.
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
Yes, and I also see tables in the layout. Should be converted to div "tabless" CSS.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Hacking up divs to make them display set numbers of columns per row in tabular form is reinventing the wheel to no purpose, and generates more browser-specific issues. You're welcome to do so, but the default theme will continue using tables for tabular-style spots and divs for non-tabular layout unless I come across a reason for change.
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
Yeah, I knew you would kind of have an issue with that...
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Figured out there's a conflict between {MEMBERRATING} as a member template var and {MEMBERRATING} as a setting template var, and fixed that yesterday (forgot to post apparently).
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
The other thing I can't get is the handpointer if I hover over login and slideshow. It works ok or fine with the default theme.
Further if I click on Login it opens a view or drop down that runs into the bottom content making things a little illegible.
Can we get a fix for these as well. Please.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Change A { color: #72A545; background: inherit; text-decoration: none; } to A { color: #72A545; background: inherit; text-decoration: none; cursor: pointer; } in the stylesheet.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
For the login I'd recommend changing
.quicklogin
{
/*The quick login dropdown.*/
background-color: #EEF5EE;
border: 2px dotted;
border-color: #dddddd;
margin-bottom: 5px;
padding: 0;
width: 70%;
height: 40px;
line-height: 40px;
text-align: center;
}
to
.quicklogin
{
/*The quick login dropdown.*/
}
in the stylesheet and changing the wrapper template's quick login area to -- that's the multilingual version, if you're english only then write in english text instead of the {LANG variables.