Welcome to Geeklog, Anonymous Saturday, November 23 2024 @ 03:36 am EST
Geeklog Forums
Multiflex 3 Theme
Status: offline
geiss
Forum User
Full Member
Registered: 02/10/04
Posts: 176
Location:Boise, Idaho
Multiflex3 is a fixed width, neutral green and grey business style layout originally created by Gerhard Wolfgang.
Screenshot Here
There are a lot of options that you can browse in the "multiflex3/multiflex32_original" folder that take advantage of different block colors and other effects. I included all of the original CSS so you should be able to plug-n-play new class properties in the .thtml files if you so desire. Also, I included a collection of country flags for use in the top header. They are public domain and can be found in "multiflex3/flag_icons.zip" To use them, simply unzip the ones you want and upload them to "multiflex3/images" folder. Finally, this theme supports the Forum plugin v2.7, with its layout options in "multiflex3/functions.php" with some navbar layout enhancements that didn't make it into Blaine's final 2.7 release, but which will be incorporated in future updates.
I feel the theme is at a point where it is time for some feedback. Please check it out at my test site: lab.familycorner.us and post any glaring issues you come across in this forum thread. Once it passes beta, I'll release it to the public.
Thx!
Eric
Synergy - Stability - Style --- Visit us at glfusion.org
Screenshot Here
There are a lot of options that you can browse in the "multiflex3/multiflex32_original" folder that take advantage of different block colors and other effects. I included all of the original CSS so you should be able to plug-n-play new class properties in the .thtml files if you so desire. Also, I included a collection of country flags for use in the top header. They are public domain and can be found in "multiflex3/flag_icons.zip" To use them, simply unzip the ones you want and upload them to "multiflex3/images" folder. Finally, this theme supports the Forum plugin v2.7, with its layout options in "multiflex3/functions.php" with some navbar layout enhancements that didn't make it into Blaine's final 2.7 release, but which will be incorporated in future updates.
I feel the theme is at a point where it is time for some feedback. Please check it out at my test site: lab.familycorner.us and post any glaring issues you come across in this forum thread. Once it passes beta, I'll release it to the public.
Thx!
Eric
Synergy - Stability - Style --- Visit us at glfusion.org
10
13
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
that's a pretty sweet piece of work there! very nice.
11
7
Quote
Status: offline
geiss
Forum User
Full Member
Registered: 02/10/04
Posts: 176
Location:Boise, Idaho
Status: offline
geiss
Forum User
Full Member
Registered: 02/10/04
Posts: 176
Location:Boise, Idaho
Multiflex3 has been released and can now be downloaded from the following places:
http://www.geeklog.net/filemgmt/index.php?id=867
http://www.gllabs.org/filemgmt/index.php?id=153
Please report feedback/bugs in this forum thread.
Thx!
Eric
Synergy - Stability - Style --- Visit us at glfusion.org
http://www.geeklog.net/filemgmt/index.php?id=867
http://www.gllabs.org/filemgmt/index.php?id=153
Please report feedback/bugs in this forum thread.
Thx!
Eric
Synergy - Stability - Style --- Visit us at glfusion.org
13
11
Quote
Erik Crins
Anonymous
Great work on this theme.
Seems like the thing I'm looking for.
But....
Would it be difficult to get rid of the fixed width?
Because so far I've been using and loving the 'Smooth blue theme', but it hasn't gor the expanding menu buttuns that this theme has...
Or could I export these expanding buttons into the Smooth blue theme....
Hope I still make sense and hop e you could help me,
Kind regards,
Erik Crins
Seems like the thing I'm looking for.
But....
Would it be difficult to get rid of the fixed width?
Because so far I've been using and loving the 'Smooth blue theme', but it hasn't gor the expanding menu buttuns that this theme has...
Or could I export these expanding buttons into the Smooth blue theme....
Hope I still make sense and hop e you could help me,
Kind regards,
Erik Crins
12
8
Quote
Status: offline
geiss
Forum User
Full Member
Registered: 02/10/04
Posts: 176
Location:Boise, Idaho
Quote by: Erik Crins
Would it be difficult to get rid of the fixed width?
It would require some significant re-working, yes. Basically you would need to change all the instances of width:900px to something like width:99% in style.css. Beyond that, you would have to change the header graphics (since the header and footer sections currently have 1 big image per section). You would probably want to redo the images into tables, so you can get a fluid width.
Quote by: Erik Crins
Or could I export these expanding buttons into the Smooth blue theme....
Sure, that might be the better way to go. The code you are looking for resides in Multiflex's header.thtml and style.css files. In header.thtml copy:
Text Formatted Code
<!-- A.3 HEADER BOTTOM -->
<div class="header-bottom">
<!-- Navigation Level 2 (Drop-down menus) -->
<div class="nav2">
<!-- Navigation item -->
<ul>
<li><a href="{site_url}/">Home</a></li>
</ul>
<!-- Navigation item -->
<ul>
<li><a href="#">Static Menu 1<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul>
<!-- Navigation item -->
<ul>
<li><a href="#">Static Menu 2<!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul>
</div>
</div>
Then in style.css you'll need to grab all the class="whatever" selectors as mentioned above, in addition to the menu css (everything that starts with .nav2).
Hope this helps!
Eric
Synergy - Stability - Style --- Visit us at glfusion.org
10
10
Quote
Erik Crins
Anonymous
Hi Eric,
Thanks for the quick response!
Both options sound doable.
I'd probably want to redo the top graphic anyway into something to do with the aeroomodelling club I'm making the site for and sticking that into tables shouldn't be to big a hurdle.
And thank you for the code on the menu buttons too.
Now to find some time to re install the site and theme.
Ciao,
Erik
Thanks for the quick response!
Both options sound doable.
I'd probably want to redo the top graphic anyway into something to do with the aeroomodelling club I'm making the site for and sticking that into tables shouldn't be to big a hurdle.
And thank you for the code on the menu buttons too.
Now to find some time to re install the site and theme.
Ciao,
Erik
8
8
Quote
All times are EST. The time is now 03:36 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content