Webmastersite.net
Register Log In

Theme: Techmania12 issue
Techmania12 code issue.

Comments on Theme: Techmania12 issue

tradenet
Forum Regular

Usergroup: Customer
Joined: Oct 14, 2004

Total Topics: 54
Total Comments: 127
Theme: Techmania12 issue
Posted Feb 07, 2012 - 12:45 PM:

See attachment screen shot.

Attached Files:
tradenet
Forum Regular

Usergroup: Customer
Joined: Oct 14, 2004

Total Topics: 54
Total Comments: 127
Posted Feb 07, 2012 - 6:23 PM:

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.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Feb 08, 2012 - 1:41 AM:

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.
tradenet
Forum Regular

Usergroup: Customer
Joined: Oct 14, 2004

Total Topics: 54
Total Comments: 127
Posted Feb 08, 2012 - 8:22 AM:

Yes, and I also see tables in the layout. Should be converted to div "tabless" CSS.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Feb 08, 2012 - 9:14 PM:

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.
tradenet
Forum Regular

Usergroup: Customer
Joined: Oct 14, 2004

Total Topics: 54
Total Comments: 127
Posted Feb 09, 2012 - 9:42 AM:

Yeah, I knew you would kind of have an issue with that...grin
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Feb 10, 2012 - 2:41 AM:

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
Forum Regular

Usergroup: Customer
Joined: Oct 14, 2004

Total Topics: 54
Total Comments: 127
Posted Mar 24, 2012 - 9:35 AM:

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.


Can we get a fix for these as well. Please.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Mar 30, 2012 - 5:33 PM:

Change A { color: #72A545; background: inherit; text-decoration: none; } to A { color: #72A545; background: inherit; text-decoration: none; cursor: pointer; } in the stylesheet.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
#10 - Quote - Permalink
Posted Mar 30, 2012 - 5:58 PM:

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
			<div class="align-left">
<div id="loginmarker" style="display: none;">
<form action="{DIRURL}/index.php?action=userlogin&filled=1" method="post" class="search" style="padding: 0; width: 210px;">
<input type="hidden" name="currentpageurl" value="{CURRENTURLENCODED}" />
<IF {SWITCH_EMAILLOGIN}>{LANG_GENERAL_EMAIL}<ELSE>{LANG_REGISTRATION_USERNAME}</IF>:
<input type="text" name="username" size="10" value="" class="textbox" />
{LANG_REGISTRATION_PASSWORD}:
<input type="password" name="userpassword" size="10" value="" class="textbox" /><br />
<button type="submit" class="searchbutton" style="width: 75px;"><img src="{IMAGESURL}/login.png" alt="" /> {LANG_LOGIN_LOGIN}</button>
<br /><a href="register.php">{LANG_REGISTRATION_REGISTER}</a> | <a href="index.php?action=userlogin">{LANG_LOGIN_FORGOTPASS}</a>
</form>
</div>
</div>
-- that's the multilingual version, if you're english only then write in english text instead of the {LANG variables.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.