Remove button "what we do" at the frontpage and put a menu

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Wed Dec 11, 2013 1:18 pm
Hi there,
I would like to remove the button "what we do" on the frontpage and put a menu instead in its location, like in this example http://www.arkimueble.com/index.php/es/
Your help is much appreciated

Cheers
Marc
User avatar
Fresh Boarder

GK User
Wed Dec 11, 2013 3:46 pm
Hi,

You should edit Creativity/js/gk-scripts.js file and change line
Code: Select all
jQuery('#gk-top').css('top', '-100px');
to
Code: Select all
jQuery('#gk-top').css('top', '740px');


you can customize this top value (740px).
User avatar
Moderator

GK User
Wed Dec 11, 2013 5:34 pm
Piotr Kunicki wrote:Hi,

You should edit Creativity/js/gk-scripts.js file and change line
Code: Select all
jQuery('#gk-top').css('top', '-100px');
to
Code: Select all
jQuery('#gk-top').css('top', '740px');


you can customize this top value (740px).



Thank you Piotr,
works out just smooth :)
How do I edit or erase the button?

Thank you

Marc
User avatar
Fresh Boarder

GK User
Wed Dec 11, 2013 8:41 pm
Add this code to css/override.css file (first enable this option from Template Options -> Advanced tab)
Code: Select all
.gk-is-wrapper-gk_creativity .figcaption > a.loaded {
   display: none;
}
User avatar
Moderator

GK User
Thu Jan 09, 2014 10:47 am
Hello Piotr,
The button is removed. the script is changed.
But now when I load the homepage the menu bar want show up unless I toggle the scrollbar of the browser a bit, then immediately the menu bar fades to its location...looks like there is something missing... any idea?

Thanks

MXYAM
User avatar
Fresh Boarder

GK User
Thu Jan 09, 2014 3:18 pm
You're right, add also this code to css/override.css file (first enable this option from Template Options - > advanced tab

Code: Select all
body #gk-top.is-intro {
top: 744px;
}
User avatar
Moderator

GK User
Thu Jan 09, 2014 8:15 pm
Thank you! That did it:)
User avatar
Fresh Boarder


cron