Publishing multiple modules to same 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 Apr 20, 2014 9:21 pm
Reply with quote
Report this post
Hi,
Gavick newbie here. Sorry if this is a basic Q.

Is it possible to publish multiple modules to the same template position and NOT have them sit side by side?
I would like modules to use the full column width and be able to control display order in the backend by
setting module order.

I tried using "Bootstrap size", but it didn't work.

One module is custom HTML, the other is Gavick News Show Pro GK5

Wanted:
example_desired.jpg


What I am getting:
example_not_desired.jpg


Thanks,
User avatar
Fresh Boarder

GK User
Mon Apr 21, 2014 9:24 am
Reply with quote
Report this post
Could You please post an url to your site where you have them currently side by side?
User avatar
Moderator

GK User
Mon Apr 21, 2014 2:24 pm
Reply with quote
Report this post
Cyberek wrote:Could You please post an url to your site where you have them currently side by side?

I don't have a side by side example. You can view the problem here.
http://stage3.smallnetbuilder.com/
User avatar
Fresh Boarder

GK User
Tue Apr 22, 2014 3:45 pm
Reply with quote
Report this post
Your site is password protected.
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Tue Apr 22, 2014 4:03 pm
Reply with quote
Report this post
Site was enabled all day yesterday and I took it offline a few mins ago. Enabled again.
User avatar
Fresh Boarder

GK User
Thu Apr 24, 2014 9:41 am
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkTop1 .box {width: 100% !important;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Apr 24, 2014 2:43 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkTop1 .box {width: 100% !important;}

Remember to enable "CSS override" in template settings - advanced section.

Thanks. That doesn't help but it gives me a clue. Looks like the behavior is by design.

It appears that I need to change .box.gkmod-2 to change width from 50% to 100% or delete it.

Thanks,
User avatar
Fresh Boarder

GK User
Thu Apr 24, 2014 2:51 pm
Reply with quote
Report this post
Sorry, I was wrong and you were right. I tested the change without enabling CSS override. It was enabled, but got changed at some point.

Thanks for the help and correct advice!
User avatar
Fresh Boarder

GK User
Fri Apr 25, 2014 2:17 pm
Reply with quote
Report this post
Ok, I'm glad it worked out.
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator

GK User
Wed Feb 04, 2015 3:28 pm
Reply with quote
Report this post
Hi,

i want to achieve the same result when it comes to position bottom 1,2 etc. Am i supposed to use the same code or should it be something like
Code: Select all
#gkBottom1 .box {width: 100% !important;}
Thanks!
User avatar
Senior Boarder

GK User
Thu Feb 05, 2015 9:23 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Feb 05, 2015 10:26 am
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Fri Feb 06, 2015 10:02 am
Reply with quote
Report this post
Right now you have only one module in Bottom1 position. Please post a second one and let me know.
User avatar
Moderator

GK User
Fri Feb 06, 2015 10:18 am
Reply with quote
Report this post
Done.
User avatar
Senior Boarder

GK User
Fri Feb 06, 2015 12:07 pm
Reply with quote
Report this post
Code: Select all
#gkBottom1 .gkCols6 .box.gkmod-2 {
    width: 100%;
}

This should do the trick.
Als, please remove all:
Code: Select all
CODE: SELECT ALL

from your override.css - they should not be there.
User avatar
Moderator

GK User
Fri Feb 06, 2015 1:21 pm
Reply with quote
Report this post
That was extremely useful, thanks!

I was wondering why some of the override codes don't lead to any change :)

Now it's all working.

Thanks a lot!
User avatar
Senior Boarder

GK User
Sat Feb 07, 2015 6:44 pm
Reply with quote
Report this post
Overrides are usually specific for a template and a specific element/module position. They will not work with other module position.
User avatar
Moderator


cron