Fusion
A free CSS template with 2 or 3 columns (right sidebar), and fixed or fluid width. Currently the Wordpress and Pligg themes are available, but I’m also planning to port this to Drupal when I find the time.
Support this project
A free CSS template with 2 or 3 columns (right sidebar), and fixed or fluid width. Currently the Wordpress and Pligg themes are available, but I’m also planning to port this to Drupal when I find the time.
Support this project
Nice! 1.3 now support IE 6…
Since upgrading to this version I now have the category menu and search in the sidebar, even though I did not select them as active widgets.
How do I remove this?
Thanks again for this great theme…
I love the way the sidebar blends seamlessly into the header… the only template I’ve seen that does this
..Since upgrading to this version I now have the category menu and search in the sidebar, even though I did not select them as active widgets…
Fixed it by just commenting out the code is sidebar.php.
Yes, the categories are now visible when widgets are used and category widget is disabled. I did this because the category widget cannot be themed properly, its html is hardcoded somewhere in the wp code. But I might revert back and change the widget’s html with javascript dynamically…
Hi
Your theme is perfect. Could ypu telle me how make dropddown menu
many thanks
very usefull. most features include but no highligt author’s comments. but not important more. great job. and i love it.
I borrowed your menu tabs style, modified it, and put it in a different theme. But I have problems positioning it crossbrowser. If it’s ok in Firefox it isn’t in IExplorer, and and vice versa. It’s ok for left and right but not for up/bottom. Here is the CSS for posision:
#tabs {
font-size:14px;
height:29px;
position: absolute;
top: 201px;
left: 0px;
}
Any suggestions? What can I do?
this is because you are trying to absolute-position the tabs but you haven’t defined a relative position property to its container block.
so just put “position:relative;” on the #tabs parent div…
@oskijen: thanks, I forgot about the admin type comment. I’ll add that
@redb: what do you need a dropdown menu for? the categories? you can try searching for a wordpress plugin that does that.
Love the fusion theme, but it doesn’t work right when you have a page for the homepage (instead of recent posts). You end up with a tab for “homepage” *and* a tab for your custom page. Clicking on homepage then has no effect.
Hello, and thanks for the fast answer!
The parrent div of #tabs had already set posision to relative, it doesen’t help. I tryied all other diferen things includin margin and padding set to 0, for all and each #tabs its parent div. Any other ideas? You can check the website in work from my name. Thank you in advance!
I usually set margin/padding 0 to all elements at the begining, and you didn’t. So in nav.css, put margin and padding 0 to the tabs list :
#tabs ul {
margin: 0;
padding: 0;
}
also you can remove the div.clear from the header, its not needed.
@stan: thanks, i’ll make the next version check if homepage exists to see if home tab is needed.
Great! Adding margin/padding 0 to #tabs ul solved the problem. Big thank you! When the website it’s done, I’ll credit you for the tabs menu. Have a nice day!
I love the theme but I cannot install it. I only get http://…ht=459.
What about the tag in the footer that currently doesn’t do anything, but looks like it was meant to switch the site from fixed to dynamic width on the fly. How might I go about using that?
Hi, your tempalte is really cool and I love it! I would like to use it as my only css style.
I’m trying to customize a little and i Have this Problema, maybe you can help me: the HOMEPAGE label is always present in the PAGES BAR on header. But i would like to have a static homepage for my blog and che page wiull be displayed too with his original name (i.e. Home_Custom) … si I have 2 labels : Homepage and Home_Custom.
Is possible to merge the two labels? The only way i found not to display che Home_Custom label is to save it as a “son” of another page but it is a very UGLY way to solve the problem.
Best regards.
One more thing.. the Homepage laber go white when in BLOG page… not in the starting page !
bye
I think i’ve found a bug. Adding an image makes the text on the right overlap slightly over the image. Also, the caption does not go directly underneath the image.