Fullwidth slideshow in header/bottom 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
Thu Sep 04, 2014 3:35 pm
Reply with quote
Report this post
Hello,
what I'm trying to achieve is to have a slideshow (such as the image show GK4) in one of the module position in the frontpage, but NOT as intro.
Just to make an example: in the page http://www.europeisanarchipelago.com/en/#gkHeader I'd like to substitute the content of the module named "Ginger sailed away" with a full-width slideshow...but I just can't get to do it.
What I get, when I try to do that, is a centered slideshow, but no full-width.
Is there any suggestion you could give on how to proceed?

Thank you very much

Matteo
User avatar
Senior Boarder

GK User
Thu Sep 04, 2014 9:45 pm
Reply with quote
Report this post
Could you please add some custom suffix for this module (fullwidth for example)?
User avatar
Moderator

GK User
Fri Sep 05, 2014 4:59 pm
Reply with quote
Report this post
Yes. I could. Dumb me.
But still I don't get what I need. Right now the width of the slide show is limitated at the "central" portion of the page (eg. the width between the logo and the main menu)...I'd like to have it really fullwidth.
Is it that achievable?

Thank you again for your time,

Matteo
User avatar
Senior Boarder

GK User
Fri Sep 05, 2014 5:03 pm
Reply with quote
Report this post
I think that I should override, for this specific module, the .gkPage width bringing it to 100%...but I don't see how without messing the rest of the layout...
User avatar
Senior Boarder

GK User
Mon Sep 08, 2014 8:04 am
Reply with quote
Report this post
Please set any custom suffix (like myFullWidth or a kind) on that module on the page that you have sent to me - I'll prepare a override for you.
User avatar
Moderator

GK User
Mon Sep 08, 2014 10:00 am
Reply with quote
Report this post
Thank you Cyberek,
I cannot do it on that page, could you please simply prepare the override with the custom suffix you prefer and post it here?
Thank you,

Matteo
User avatar
Senior Boarder

GK User
Wed Sep 10, 2014 1:08 pm
Reply with quote
Report this post
Code: Select all
.customSuffix .gkPage {
    max-width: 100%;
}

Above code in override.css should make 100% width available.
User avatar
Moderator

GK User
Wed Sep 10, 2014 2:01 pm
Reply with quote
Report this post
Dear Cyberek, that's great.
And...pretty straightforward...I should have get by myself.
Sorry for bothering and thank you very much again.
User avatar
Senior Boarder

GK User
Thu Sep 11, 2014 3:15 pm
Reply with quote
Report this post
Don't worry :)
If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator

GK User
Fri Nov 06, 2015 1:00 pm
Reply with quote
Report this post
Hi I added .fullwide.gkPage {
max-width: 100%;
}
I used the suffix on the module.. fullwide
But the image in the module (bottom 2 pos) - fixperts.ae is not showing full width..
Inspecting the module using Firebug i can see that the code is as follows..

<section id="gkBottom2">
<div class="gkCols6 gkPage">
<div class="box fullwide gkmod-1">
<div class="content">
<div class="custom fullwide">
<img src="/images/bottom2wide.jpg" alt="bottom2wide">
</div>
</div>
</div>
</div>
</section>

If i change the code in Fb to this...

<section id="gkBottom2">
<div class="fullwide">
<div class="clear">
<div class="content">
<div class="fullwide">
<img src="/images/bottom2wide.jpg" alt="bottom2wide">
</div>
</div>
</div>
</div>
</section>

it works, what am i missing?
User avatar
Gold Boarder

GK User
Fri Nov 06, 2015 9:16 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Sat Nov 07, 2015 8:11 am
Reply with quote
Report this post
Hi Cyberek

It is http://www.fixperts.ae

Thanks
Kev
User avatar
Gold Boarder

GK User
Mon Nov 09, 2015 6:25 pm
Reply with quote
Report this post
You need to add page suffix (via template settings) not module suffix.
User avatar
Moderator

GK User
Tue Nov 10, 2015 3:32 am
Reply with quote
Report this post
Hi Cyberek

Can u explain please?

Thanks
User avatar
Gold Boarder

GK User
Tue Nov 10, 2015 2:03 pm
Reply with quote
Report this post
There is not much to explain.
Maybe this documentation will help:
https://www.gavick.com/documentation/jo ... omla-pages
User avatar
Moderator

GK User
Wed Nov 18, 2015 1:54 pm
Reply with quote
Report this post
Sorry I maybe missing something but i don't understand how that link helps me at all.

Kev
User avatar
Gold Boarder

GK User
Wed Nov 25, 2015 4:36 pm
Reply with quote
Report this post
It describes how to setup page suffixes via template settings and use it to prefix some css.
User avatar
Moderator


cron