Narenciye

Started by forsakenlad, July 28, 2007, 03:24:03 PM

Previous topic - Next topic

L.G.S

Would you mind helping me quickly please? If I wanted to copy the entire header over to another theme, which code would I copy/paste?
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Kirsten07734

It looks nice Eren.  I remember seeing it in production when I hired you to make my theme.

BTW, I haven't yet received the refund you promised.

L.G.S

Quote from: Kirsten07734 on August 03, 2007, 03:51:04 PM
It looks nice Eren.  I remember seeing it in production when I hired you to make my theme.

BTW, I haven't yet received the refund you promised.

Maaaaaaaaaaaaaaaaaaaaaaaaaaaan don't take that up in here
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


forsakenlad

Quote from: L.G.S on August 02, 2007, 09:32:41 PM
Would you mind helping me quickly please? If I wanted to copy the entire header over to another theme, which code would I copy/paste?

Well you would need to copy HTML and also some CSS. For starters you can copy the #header div in the HTML and the CSS.

Quote from: Kirsten07734 on August 03, 2007, 03:51:04 PM
It looks nice Eren.  I remember seeing it in production when I hired you to make my theme.

BTW, I haven't yet received the refund you promised.

I've sent you a personal message.

Quote from: L.G.S on August 03, 2007, 05:42:13 PM
Quote from: Kirsten07734 on August 03, 2007, 03:51:04 PM
It looks nice Eren.  I remember seeing it in production when I hired you to make my theme.

BTW, I haven't yet received the refund you promised.

Maaaaaaaaaaaaaaaaaaaaaaaaaaaan don't take that up in here

No problem L.G.S there have been some stuff I'm trying to figure out and she may help me. Btw I guess that she is not a man (kirsten).
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

L.G.S

Quote from: *eren on August 03, 2007, 06:01:25 PM
Quote from: L.G.S on August 02, 2007, 09:32:41 PM
Would you mind helping me quickly please? If I wanted to copy the entire header over to another theme, which code would I copy/paste?

Well you would need to copy HTML and also some CSS. For starters you can copy the #header div in the HTML and the CSS.

When I do that I get template errors :(
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


sultanE

 Can you check it in Firefox.

forsakenlad

It works in firefox without any errors.
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

sultanE

 This screens from your demo site in Firefox,
[nofollow]
[nofollow]

forsakenlad

It is something related to the recent errors with my site. It will work correctly on yours.
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

sultanE

#29
 In english it is working well, i think there is a problem in other languages^^ And please check the recent post bar

[nofollow]

forsakenlad

Biliyorum sadece Türkçe de problem olduğunu forum isminin çok uzun olmasından kaynaklanıyor...
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

sultanE

#31
 Eren forum isminden değilde Türkçeden kaynaklandığını düşünüyorum, ingilizce olarak dili ayarladığımızda herhangi bir problem yaşanmıyor. 
Style.css de menude yer alan font boyutunu pixel cinsinden girdiğimde sorun düzeliyor.

Bu kodu;
#hdrrgt li a
{
        padding: 8px 0 8px 42px;
        margin-right: 18px;
font-size: 150%;
color: #E0E0E0;
}


bu şekilde değiştirdiğimde;
#hdrrgt li a
{
    padding: 8px 0 8px 42px;
    margin-right: 18px;
font-size: 15px;
color: #E0E0E0;
font-weight: bold;
}

forsakenlad

Dediğim gibi forum ismi uzun olduğu için, Türkçe'dede menü metinleri büyüyünce bu hale geliyor.
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

earthlord

Hi!

In Firefox, using Spanish Language, at 800*600, the header icons get together... The posts above fix this problem?
Smf 1.1.4 :D

grizado

I love this theme, it's very simple and clean, but it has 2 annoying bugs.  :(
Can this be solved?

Bug1 - Forum header at 800X600
[nofollow]

Bug2 - Recent posts in Info Center
[nofollow]

Thanks in advance.

earthlord

That's what I was talking about ^^'
Smf 1.1.4 :D

sultanE

Quote from: grizado on August 28, 2007, 07:25:52 AM
I love this theme, it's very simple and clean, but it has 2 annoying bugs.  :(
Can this be solved?

Bug1 - Forum header at 800X600
[nofollow]

Bug2 - Recent posts in Info Center
[nofollow]

Thanks in advance.

Open style.css find;

#hdrrgt li a
{
        padding: 8px 0 8px 42px;
        margin-right: 18px;
font-size: 150%;
color: #E0E0E0;
}


Change with;

#hdrrgt li a
{
    padding: 8px 0 8px 42px;
    margin-right: 18px;
font-size: 15px;
color: #E0E0E0;
font-weight: bold;
}

viulian

Hello!

Just put the theme on my forum, and looks great :)

I do not care about bug 1 (whomever wants a decent browsing experience, should at least get a display able to show 1024x768 otherwise it can use the wap2 interface :D)

Anyway.

Fix for bug 2 above is to edit style.css and find:


#lstlist
{
        margin: 0px 0px 11px 13px;
        list-style-type: circle;
}


Replace with:


#lstlist
{
        margin: 0px 0px 11px 13px;
        list-style-type: circle;
        clear: both;
}


I also found a 3rd bug, which happens in IExplore 7.0 (both on my forum and on the theme's demo site). The big buttons in the upper right have the last row of images chopped just under the text (For example, when you're not logged in, you won't see the full green circle next to Register, it would have its bottom part chopped off - IE Guillotine Bug).

Fix is again in style css. Find:


#hdrrgt li a.register
{
        background: url(images/buttons/menu/register.gif) no-repeat center left;
        margin-right: 0;
}


Replace with:


#hdrrgt li a.register
{
        background: url(images/buttons/menu/register.gif) no-repeat center left;
        margin-right: 0;
        position: relative;
}


Of course , you need to do this for all the buttons in the lower row: login, register, profile, my messages and logout.

Njoy!

moutsounis

I made the changes at style.css as mentioned above but the problem still exists. I use greek -utf language if that helps.



Hope you can help me.

Looking forward to using it.

Great theme by the way  :)

viulian

Hmm... What resolution are you using ?
That happens to me (text + icons shifting down) when I use 800x600 [that's in fact bug 1) above].

If you're above that resolution, please put the URL so I can have a look.

Advertisement: