By Wolfflow on
This forum post can be a place to share thoughts and experiences or to discuss the alek 2.0 theme in general.
Here is a showcase if you want other users let know how you integrate alek 2.0 theme into your own website.
As I am building my first Community Site (the owner have not yet an idea what kind of community to target)
you may have a look at e-kontakt.at .
Also I cannot figure out how to move the Logo floating to the extreme left of the header.
Any suggestion are very much appreciate
Comments
Fantastic Idea. To get the
Fantastic Idea. To get the logo to the "extreme" left of the header? Not sure what you mean, perhaps draw it in photoshop or gimp and post what you're trying to do.
get the logo to the "extreme" left
Hallo, Thanks Prodigy for your Acks.
Sorry for my very late answer but I wanted to have a little more clue concerning the style.css of Alek 2.0 and
about Theme Templates. As you can see the overall Analise of this Theme take some time. Appreciate your
offer of help but maybe I formulate the first Post a bit confusing. As you can see on Drupal Themes Developing a lot of pre-online-themes-testing-site
is done, and will further be much better.
Thanks
;-)
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
posted wrong
sorry
Patch for alek 2.0 theme for Drupal 6.1
Hi,
Here my first patch for the Theme Alek 2.0 for Drupal 6.1.
It toke me some efforts to find out what not worked with the "primary links" on a Drupal 6.x
but finally i found a solution.
Change in styles.css file- Open styles.css file with a txt editor and find following lines:
- Insert this in place of the deleted code:
- Adjust the menu.gif like your wish, i have just copied for further change as menua.gif
- Now you have to edit the page.tpl.php file and find following lines:
( You will find this in /your drupal istall folder/ site / themes / alek_2_0)
delete.
save the file and upload to your test Site or your Host overwriting the old one.
in the img folder of the Alek_2_0 Theme.
change the id="navigation" in id="menu"
That's It enjoy
Back to Drupal as Newby Second Level. There is nothing better then Drupal.
First Production Site Theme Developing Test Site
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
nope. does NOT work - any other ideas?
so i did the cut and paste, and changed the id=navigation to id=menu - but still no primary links! any other ideas?
Tell me more ... I used it
Tell me more ...
I used it on my Alek 2.0 Test Site Alek 2.0 Themed Site, maybe you may adjust following:
It's a guess, if you tell me the link i can have a look at ;-)
Cheers
Back to Drupal as Newby Second Level. There is nothing better then Drupal.
First Production Site Theme Developing Test Site
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
Fix the primary links
This has nothing to do with the css at all. Theming has changed a little, so the primary links are not in the page at all if you look at the source file the browser receives. Fixing is easy:
Replace this code in the page.tpl.php file:
<?php print theme('menu_links', $primary_links) ?>.With this one
<?php print theme('links', $primary_links) ?>Or even better (it allows to deactivate the primary links too):
Fix the primary links
Hi, Winterkind
as I suppose you are relating to D6.x Theme developing. Correct me if I mistake.
The post started when D6 was not issued, so it was relating to D5.x at the beginning.
But anyway i will give your suggestion a try and let you know.
Cheers
P.S. Bist Du Deutsch ? wenn : LG
There is nothing better then Drupal. Please contribute
Drupal Themes Developing
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
Fix the primary links
Hi,
I was was revering to zilla's post in the first place, but I thought that your fix was supposed to fix zilla's problem in the first place. Your first post "Patch for alek 2.0 theme for Drupal 6.1" is missing a description what didn't work in the first place.
I made a fresh drupal 6.1 install yesterday with the newest Alek 2.0 6.x-1.x-dev snapshot. Since the primary links didn't show up I checked the Alek template and the bluemarine template, which uses the code quoted above. It seems a little strange, but the working code I posted was already used by the bluemarine template back in drupal 4.7. I couldn't find the right documentation for that function, but it works fine for my setup.
And yes, I'm from Germany. Although I'd rather live in Austria at the moment, since a lot of new snow seems to be coming next week ;)
Cheers
Hendrik
Servus
Hi again,
Thank you very much for your details. It help me and others to understand better the Alek 2.0 dev. ;-)
I too leave in Austria --> Vienna. In fact I'm Austrian.
Cheers
There is nothing better then Drupal. Please contribute
Alek Theme Developing
Drupal Themes Developing
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
thank you for figuring this out!
thank you for resolving this. i'm actually developing a more customized theme on framework (a theme for d6 called 'framework' - a great skeletal structure of sorts) - not sure that i can get enough change in alek's color theme to handle what i'd like to do - perhaps they'll add color module support one day so users can flip a switch from gray to some other color...
We should try to get the
We should try to get the Tabs that the zen theme uses into the Alek theme. Thats the main thing the Alek theme is missing.
Collapsing Content for IE7
For some reason my site only collapses with one custom content node type called "Articles", even though I have lots of custom content types working just fine on the site. Ie, Links, etc.
And to boot, it only does it in IE7 (which we all hate, but people use). I am assuming this is a CSS problem, but I cannot seem to nail it down.
Any advice would be greatly appriciated.
www.bodawellness.ca
an example of a collapsing custom content type node:
http://www.bodawellness.ca/myths-about-acupuncture
Thanks again,
Eric
Hi Erik, I toke a look on
Hi Erik,
I toke a look on your HP. Yes You are right IE is always making Troubles. I use mostly FireFox and really your Visitors
should too. The bugs are 99% in IE(what so ever version!) so the best thing I can suggest you meantime is to
advise your user with something small advise on frontpage (i.e) Please using FireFox you get more out on my HomePage!
have found some issues related with the use of collapsiblock:
http://drupal.org/node/166339
http://drupal.org/node/152860
Cheers
There is nothing better then Drupal. Please contribute
Wolfflow's Blog
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
Move the sidebar
Does anyone know what and where to edit to move the black left sidebar (on the right side of the page) to the left side?
Hi bigmack83 this is the
Hi bigmack83
this is the code you may modify in page.tlp.php page that is in the
Alek Theme folder:
I'm not proof on PHP but I guess that is sure a start. Look also at
Using Theme Override Functions
Cheers
There is nothing better then Drupal. Please contribute
Wolfflow's Blog
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
'nuther noob question (5.x)
Love this theme! I'm using 5.x, and have made a few minor changes.
I know it's backwards, but I am now trying to get the (far) right sidebar to display on the screen left, leaving the (middle) left sidebar displaying on the right. That part is working, and I don't care about the sidebars being reversed labeled, I can live with it.
What I can't seem to figure out is how to change the topspan so that the content is between the sidebars. I know I am missing something simple, but can't for the life of me figure it out. Any help would be greatly appreciated.
You can see where I am here:
LINK
here is the relevant code
Style.css
page.tpl.php:
I have it working. Sort of.
I had to move the sidebar calls above the main content call in the page.tpl.php.
Then had to give the column div (in the main content) fixed left and right margins.
That last little bit is hosing the dynamic margins in the page.tpl.php:
<div id="columns" style="width: <?php print alek_2_0_get_primaryContent_width( $sidebar_left, $sidebar_right) ?>%;">If you make the browser window smaller than 2 x the sum of the 2 sidebars, the black sidebar on the screen right bleeds into the content - or the content bleeds into it. Not sure which.
Input/advice welcomed lol
Went back to original layout
The changes I made to move the sidebars around worked ok in Firefox, not at all in Safari, and weirded out in IE.
Hi Lisa Just have see your
Hi Lisa
Just have see your posting, wanted to see your LINK but maybe you forgot to insert one.
Very interesting what you did. Yes in fact, I also use Safari but surely not IE, (I know we must take care of it), Lt me Know!!
Cheers
Contact me for drupal projects in English, German, Italian, Drupal Hosting Support.
Anyone interested in getting
Anyone interested in getting some nicer tabs into this theme? i.e the tabs from the zen theme?