Repeat Vertically or Create a new module position

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 Oct 06, 2013 5:03 pm
Reply with quote
Report this post
Hi,

I just bought the rockwall template and I'm rather experienced with just how stuff works regarding the layouts of gavickpro templates.
I want modules in a module position to repeat vertically in the position (when I insert more than one modules in that position) and not horizontally, specifically in the position bottom2.

I thought (silly me) that in that position I could do that by just adding a similar/duplicate module and it would automatically go below the previous one (as done in other gavickpro templates I have experience in), but instead it goes next to it.

What I want to do is shown in the attached image.
rockwall_modules_problem.jpg


It is crucial for me to do that. Can I do it via the template's options or I wll have to create new module positions (lets seay bottom2, bottom2a, bottom2b etc...)? And how am I going to do that?
User avatar
Senior Boarder

teitbite
Sun Oct 06, 2013 6:03 pm
Reply with quote
Report this post
Hi

Can I please see page with an example ? I think a solution will be to override the css with code like for example:

Code: Select all
#gkBottom2 .box {
float: none !important;
clear: both !important;
height: 100% !important;
}
User avatar
Moderator

GK User
Sun Oct 06, 2013 10:47 pm
Reply with quote
Report this post
Thanks for the quick answer.

Let me show you (open the images in new tabs to better view them as they are cut off on the right).
This is how two modules appear in the position bottom2 by default:Image

This is how two modules appear in the position bottom2 implementing the override css you suggested (you almost got it 8-) ):
Image

This is what I want to be the final result (as suggested in the first post), stacking the modules vertically (but in full width):
Image

:)
User avatar
Senior Boarder

GK User
Mon Oct 07, 2013 5:49 pm
Reply with quote
Report this post
teitbite wrote:Hi
Can I please see page with an example ?


Hey teitbite any news on that?
User avatar
Senior Boarder

teitbite
Tue Oct 08, 2013 11:07 pm
Reply with quote
Report this post
Hi

Unfortunately I cannot tell from a picture. Can You please show me this page online ? I'll be able to check it with firebug and tell You the missing line.
User avatar
Moderator

GK User
Fri Oct 11, 2013 7:08 pm
Reply with quote
Report this post
Sry about that but I have created my site locally.
Right now it's exactly like the demo of rockwall at your demo page, so you can check on that.

What I eventually want is to create another module position below bottom1 and above bottom2 (between bottom1 and bottom2):

You can see the module positions here:
http://demo.gavick.com/joomla25/rockwal ... -positions

I want the new module position to have the exact layout and css of bottom1.

What do I do?
User avatar
Senior Boarder

GK User
Sun Oct 13, 2013 1:08 pm
Reply with quote
Report this post
Nevermind, I figured it out and created the two module positions following the really good guide from gavick about creating new module positions in gavick templates here:

http://www.gavick.com/documentation/joo ... -position/

Cheers!
User avatar
Senior Boarder

teitbite
Mon Oct 14, 2013 12:47 am
Reply with quote
Report this post
Hi

Ok. Great to hear that You've got it working.
User avatar
Moderator


cron