News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 546
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 488
Total: 488

Dark Border: Logo issue - SMF 2.0.3

Started by Yorkshire_Warrior, Mar 10, 13, 09:14:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yorkshire_Warrior

I had actually done that about 3 times, as well as a few other things,m before asking for help. but i'll try it again

Thanks for your help

Crip

Your welcome .. any help your Topic is open..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Yorkshire_Warrior

Quote from: Crip on Mar 11, 13, 08:08:30 AM
Okay ,
Leave your Logo where it is now I think , and add this code to your => css/index.css::



#userarea {
    clear: both;
    color: #DFDFDF;
    float: right;
    font-family: "Sergio UI",tahoma,sans-serif;
    font-size: 0.89em;
    letter-spacing: 1px;
    position: relative;
    text-align: right;
    text-shadow: 2px 2px 2px #000000;
    top: -7em;        <-----         --------       <=====Adjust======>
    width: 38em;
}



Try this:::::
This bit aligns it all back where it belongs via FB..??

Hi,

uploaded and re-installed the theme, still no changes after changing code :/

I know im becoming annoying already, but can you confirm, am i replacing exiting code with this, or adding it as extra code? I have actually done both, but to no avail ...

#userarea {
    clear: both;
    color: #DFDFDF;
    float: right;
    font-family: "Sergio UI",tahoma,sans-serif;
    font-size: 0.89em;
    letter-spacing: 1px;
    position: relative;
    text-align: right;
    text-shadow: 2px 2px 2px #000000;
    top: -7em;        <-----         --------       <=====Adjust======>
    width: 38em;
}

--------------------------------------------------------------------------------



Maxx

Say No problem so far, but are you doing this to that code Crip gave you?

<-----         --------       <=====Adjust======>

the "top: -7em; tells the logo and stuff how far from the top the logo will appear!

"On the code I gave you I took this out and it centered everything , so that should help, please let me know, I you don't get it working them PM me the a temp admin log-in and I'll do it for you.. no problem!

regards,
Maxx

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Yorkshire_Warrior

Its looking alot better, Maxx took a good look at it for me, but it seems its the server not refreshing and showing his changes

thank you both so much for your help, no doubt i'll be needing it again :)

Crip

  • we can mark solved for now & and just wait n see.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Yorkshire_Warrior

Thank you :)

still have a small issue with the buttons now dropping out of place, it is only the last few button in the menu ('logout' & 'members') but this only happens depending on resolution of screen, the user area must be affecting it

currently im at home and my resolution is 1680x1050 and it looks perfect! at work the resolution is something like 1024x768 and the button drop down, not really a big issue, i can live with it :)

Thanks again for your help  :up:

Yorkshire_Warrior

Hi

Next issue lol

I have tried to add another button to the Dark Border theme, my intention is to have the 'home' button redirect to my website, and the new button 'forum' to link back to forum index

http://www.airsoftcommando.net/community/

again, this is something ive done in the past without issue, but its been a few years since i last did it so im guessing im making an error somewhere?

thought it was a straightforward as this...

// All the buttons we can possible want and then some, try pulling the final list of buttons from cache first.
if (($menu_buttons = cache_get_data('menu_buttons-' . implode('_', $user_info['groups']) . '-' . $user_info['language'], $cacheTime)) === null || time() - $cacheTime <= $modSettings['settings_updated'])
{
$buttons = array(
'home' => array(
'title' => 'home',
'href' => 'http://www.airsoftcommando.net',
'show' => true,
'sub_buttons' => array(
),
),
'forum' => array(
'title' => $txt['forum'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
),
'help' => array(
'title' => $txt['help'],
'href' => $scripturl . '?action=help',
'show' => true,
'sub_buttons' => array(
),
),
'search' => array(
'title' => $txt['search'],
'href' => $scripturl . '?action=search',
'show' => $context['allow_search'],
'sub_buttons' => array(
),
),


i changed the name of 'home' to 'website' incase the home code was reserved or something, and i left it over night to allow for my server to update :)

The first button will always change its properties, but no additional button shows, what did i miss?


Yorkshire_Warrior

Hi (again)

Last of my issues i hope!

I have re-installed so many times to fix this as its not right,

i have viewed your demo sites and Footer info is divided with SMF version aligning left, and your design info aligning on the right,

no matter how many times i installed this, all the footer info always aligns left and looks pretty shabby,

its been views on IE8, Firefox, in various resolutions and it always does the same

can this be fixed?

Thanks in advance