Designing and Development > SMF Modifications and Themes

BlueGreen Saga- Free smf 2.0.1 theme

(1/3) > >>

Ricky:
BlueGreen Saga

For SMF 2.0 , SMF 2.0.1

A dark theme with brightness of Blue and Green together. A fixed width theme with Modern professional look and clean layout.
Theme using CSS3 supported by all Modern browsers.

Features

* Light and fast theme
* Modern look
* Fixed width
* Theme Menubar on Top
* Translucent Drop down menu for modern look.
* Set your custom footer copyright Anchor text from Theme Settings
Changes

* 27/8/2011-Fixed some color issue with sticky topics
* 23/8/2011-Fixed small issue related to forum path

shawn:
Hey,

I am using your theme at http://www.anothergearheadforum.com/. As you can see, the many added link in the navigation bar have came off the bar a bit. I was wondering if you could tell me what to do to make the bar stretch across the entire header (over the background as well) so that the link buttons correct themselves and more links can easily be shown without breaking the theme!?

Ricky:
Since BG-Saga is a fixed width theme, you can't stretch it, it will break layout. However, To accommodate more links, youcan make small changes in /Themes/bg-saga/css/index.php  file so that it can accomodate more link :

like..find
--- Code: ---
.dropmenu li {
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 2px;
    position: relative;
}
--- End code ---
Replace with :

--- Code: ---.dropmenu li {
    float: left;
    font-weight: bold;
    margin: 0;
    position: relative;
}
--- End code ---

Also find :

--- Code: ---.dropmenu li a.firstlevel {
    padding: 12px;
}
--- End code ---

Replace with :

--- Code: ---.dropmenu li a.firstlevel {
    padding: 6px;
}
--- End code ---

You can change 6px to something like 8px also , or even less..
After uploading file, refresh your page and see if that works, it should create room for more navigation bar items.

Also, I have plan to make this theme Fluid widht also in future.

cm69:
hello,

in webpage http://www.mql54.com/ i have error in forum http://www.mql54.com/forum/index.php,

when press to board: 404 Error File Not Found

The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.

If you typed in the URL, please check the spelling
You can try to click the Back button and try another link

Jaffery:
That is related to SMF but not theme. You should disable search engine friendly urls from Admin section.
Looks like your server dont' support mod_rewrite.

Navigation

[0] Message Index

[#] Next page

Go to full version