Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
default theme, logo shown twice when not logged
Avatar
Denis Courtin
Member
Free Members
sp_UserOfflineSmall Offline
Jul 2, 2013 - 6:13 pm

Hi,

 

I'm using default theme

For some reasons, when i'm NOT logged, my logo is shown twice.

This only happens on the SP Forum Page.

 

http://www.warlegend.net/forum-2/

 

Once I'm logged, logo is fine.

 

Any idea why ?

 

Thanks :)

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 2, 2013 - 8:38 pm

not entirely sure why, but its your theme...

first one coming from this css:

#logo {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: transform 1s ease 0s;
    width: 290px;
}

in style.css...

2nd one coming from this css:

h1 a {
    background: url("logo.png") no-repeat scroll 50% 20px transparent !important;
    display: block;
    height: 113px !important;
    overflow: hidden;
    padding-bottom: 0;
    text-indent: -9999px;
    width: 312px !important;
}

in theme file log.css

if I had to guess, I would say its lazy css intended for the wp login page...  its way too generic a css in log.css...  so because we have a login form in the form, the overly greedy css is incorrectly adding a second logo because of the poor css...

what can you do?  adjust the css in log.css so it only affects the wp login page... or you can remove the inline login form in the forum and instead put a link to the wp login page...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625