How to fix intro position (as the menu)

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
Tue Mar 03, 2015 12:10 pm
Reply with quote
Report this post
Hello,

i'd like to add a block above the menu for this website https://nicolasguy.com/DemoClients/Optim-Data/en/home2
I think the best way is to modify the intro position (faster than creating a new one) ?
But I can't make it fixed;
what do I miss in your css to do that ? I unsuccesfully try to modify your gk-intro class ...
Do I have to move the gk-intro above the class isIntro ?

Thanks for your help;

regards,
User avatar
Junior Boarder

GK User
Tue Mar 03, 2015 1:05 pm
Reply with quote
Report this post
Right now your site looks like there are some missing openings or closings of html tags. Please fix the layout first and let me know.
User avatar
Moderator

GK User
Thu Mar 05, 2015 8:33 pm
Reply with quote
Report this post
Cyberek wrote:Right now your site looks like there are some missing openings or closings of html tags. Please fix the layout first and let me know.

yeah sorry i'm working on the website;

let's say it another way : i'd like to have the creativity slideshow but with the munu visible abode the slideshow;

how is it possible?

thanks;
User avatar
Junior Boarder

GK User
Thu Mar 05, 2015 11:44 pm
Reply with quote
Report this post
I managed to find a working solution for me;

i just disabled the menu 'hidding' in the js file; and it worked as i liked to
/*
if(pos >= 100) {
jQuery('#gkTop').css('top', '0px');
} else if(pos < 100) {
jQuery('#gkTop').css('top', '-100px');
}
*/
https://nicolasguy.com/DemoClients/Optim-Data/en

thanks
User avatar
Junior Boarder

GK User
Sat Mar 07, 2015 8:09 pm
Reply with quote
Report this post
Or you could simply use css to force visibility of the menu (with !important).
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron