Ading new postion in template

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 09, 2012 8:19 am
Reply with quote
Report this post
hello, i want too add a new postion in template, a second sidebar.
I simply followed the instructions in the Gavick Documentation for creating a new module position (found here http://www.gavick.com/documentation/joo ... -position/).
but my problem is that the gkMainbody is now under the sidebar.
Can you help me? please
User avatar
Fresh Boarder

teitbite
Sun Sep 09, 2012 5:19 pm
Reply with quote
Report this post
Hi

I think mainbody needs to be resized. Please show me Your site with both sidebars visible.
User avatar
Moderator

GK User
Mon Sep 10, 2012 7:35 pm
Reply with quote
Report this post
Here is my site whit both sidebars b.key4u.ro
User avatar
Fresh Boarder

teitbite
Tue Sep 11, 2012 10:07 am
Reply with quote
Report this post
Hi

Before I can start I need You to make 2 adjustments in Your code.

Please move second sidebar to be under content and change the class names to different one. Right now it's like this:

Code: Select all
<aside id="gkSidebar">
<aside id="gkSidebar">
<section id="gkContent">


and to work properly it has to be like this:

Code: Select all
<aside id="gkSidebar1">
<section id="gkContent">
<aside id="gkSidebar2">


With this changes I will be able to make a css code which will set everything in place I hope.
User avatar
Moderator


cron