1 gsonline Sep 19, 2009 22:28
3 gsonline Sep 23, 2009 11:48
UPDATE:
I've since learnt that the issue appears to be related to the name of the container.
If I change the part of the index.main.php code:
skin_container( NT_('Sidebar')
to
skin_container( NT_('Sidebar1') [for the left sidebar aka "aSideBar" and 'Sidebar2' for the right one "bSideBar"]
and reload the skin containers (confirming they have been added to the widget list and added widgets to it), i get nothing. Yet as soon as I change the container reference back, let's say to 'Sidebar' for both new sidebars walla! They appear!
So, still not sure of the way around this!
4 gsonline Sep 23, 2009 12:22
Right the containers are now appearing.
NOTE: I will go back and rationalise this post once I'm done, at the moment I'm using it to track my thoughts. (Which are all over the place!)
5 yabba Sep 23, 2009 18:51
Your skin containers need to have unique names. You also need unique ID's for css and you probably want to play with classnames ;)
¥
6 gsonline Jan 10, 2010 14:19
Finally came back to this. It's sorted now. Basically, it was a case of following the instructions above to add a 3rd column. Once the column had been added, a number of the image files and css attributes need to be size adjusted to meet the dimensions of the desired new look. Add your widgets and voila! Happy to be contacted about this if you're going to attempt it.
Best.
7 user_12688 Jul 06, 2010 19:54
/*spam removed*/
So, I've attempted to follow the (very good) instructions given by Afwas for the Asevo skin which basically comprises the following steps:
1) Create a new skin folder (a copy of the current) and identify relevant container classes within the style.css file
i, class for the central posts container
ii, class for the current sidebar (on the right hand side)
2) Edit classes:
i, Add a new sidebar class (for the left hand side)
ii, Edit the width property of all classes to ensure fit with the overall container
iii, Edit float property to ensure the new sidebar appears on the left of the posts container.
3) Edit index_main.php
i, Copy and paste the current sidebar code so it appears before the code for the main body and rename it
I wont go further simply because, I have run into a problem: I am unable to get the positioning of the new sidebar correct.
Now, here's what I've done:
The styles that I've ammended are:
Now, my index.main.php, looks like this:
Now, I can tweak the widths later but for now, I just want to get the positioning right. Any ideas?!?![/code]