Menu fixed at bottom

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Fri Jan 30, 2015 4:27 am
Hello, can you help me ?
How do i can put the GKheader fixed at bottom of the page ? (Logo, menu, search & cart)

And a second question, i want to show the sidebar in the left of content in the tablet view too, but only in horizontal mode. A pic of help for me ?

Thx for all. :side:

Ed
User avatar
Fresh Boarder

GK User
Fri Jan 30, 2015 8:19 am
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkHeaderTop {bottom: 0px;}
#gkHeaderNav {bototm: 38px;}
.frontpage #gkHeader {margin-top: 0px;}

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

GK User
Fri Jan 30, 2015 12:55 pm
Thx!!! I'm very impressed with your speed :D

The first thing it's ok, but i need to modify some more files.

In Override:
Code: Select all
#gkHeaderTop {bottom: 0px;}
#gkHeaderNav {bottom: 38px;}
.frontpage #gkHeader {margin-top: 0px; padding: 0 0 101px 0!important;}


And in the template.css need to comment "top: 0;" because i don't know how to make it in override:
Code: Select all
#gkHeaderTop {
   height: 38px;
   position: fixed;
/*   COMENTANDO ESTO EL HEADER BAJA AL BOTTOM CON EL OVERRIDE   
top: 0; */
   width: 100%;
   z-index: 10001;
}
#gkHeaderNav {
   background: #1b1d1f;
   position: fixed;
   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
   -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
/*   COMENTANDO ESTO EL HEADER BAJA AL BOTTOM CON EL OVERRIDE
top: 38px;
*/   width: 100%;
   z-index: 10000;
}


Only a big problem... The cart slide to bottom and disappear, can we make to change to slide up ?

Ok, and how do i need to modify for make the second thing? left sidebar too in tablet view

Lot of thanks & Un saludo amigo,

Ed
User avatar
Fresh Boarder

GK User
Fri Jan 30, 2015 1:16 pm
Could you please post an url to your site?
Do not modify original template files, I'll provide you with info about changing the top.
User avatar
Moderator

GK User
Fri Jan 30, 2015 2:18 pm
Cyberek wrote:Could you please post an url to your site?
Do not modify original template files, I'll provide you with info about changing the top.

Not jet in production, but can to send you the url in private msg.

Ed
User avatar
Fresh Boarder

GK User
Sun Feb 01, 2015 9:25 am
Hmm... Strange:
Code: Select all
Unable to load the webpage because the server sent no data.
Error code: ERR_EMPTY_RESPONSE
User avatar
Moderator

GK User
Mon Feb 02, 2015 5:26 am
Sorry i shutdown the local server the weekend. Now on al the time!

Thx
User avatar
Fresh Boarder

GK User
Tue Feb 03, 2015 1:08 pm
Code: Select all
#gkHeaderTop {bottom: 0px; top: auto;}

this will override top: 0px;
User avatar
Moderator

GK User
Tue Feb 03, 2015 9:15 pm
Thx Cyberek,

i use your code but in the frontpage have problems with #gkHeaderNav.

i test a lot and discover that auto save my life!!!

Another question.

I use this code:
Code: Select all

    #gkMainMenu {
        display: none !important;
    }
    #gkMobileMenu {
        display: block !important;
    }

#gkMobileMenu i {
color: #676358!important;}


And all is ok, but in pc resolution shows me diferent. I want to see like a mobile in mobile, tablet and pc. It's possible?

A lot of thanks !!!!
User avatar
Fresh Boarder

GK User
Thu Feb 05, 2015 8:18 am
Could you please create a simple mockup how should it look on devices with higher screen width than mobile?
User avatar
Moderator

GK User
Thu Feb 05, 2015 5:32 pm
Cyberek wrote:Could you please create a simple mockup how should it look on devices with higher screen width than mobile?


Can i send you the images by private msg ?
User avatar
Fresh Boarder

GK User
Fri Feb 06, 2015 10:50 am
Or you can attach them to the thread. But if this is an issue, please use pm.
User avatar
Moderator

GK User
Tue Feb 17, 2015 7:13 pm
Sorry for late response.
I cannot open images attached to the pm. Could you please check if they are still available?
User avatar
Moderator

GK User
Tue Feb 17, 2015 7:13 pm
Ps. Also page itself isn't working anymore.
User avatar
Moderator

GK User
Tue Feb 17, 2015 8:00 pm
Test now, and sorry (the images too)

Cyberek wrote:Ps. Also page itself isn't working anymore.
User avatar
Fresh Boarder

GK User
Wed Feb 18, 2015 5:08 pm
If I understood you right, this code in override.css should make the requested look:
Code: Select all
#gkTopMenu {display: none !important;}
#gkMobileMenu {
float: right;
}
#gkMobileMenu select {
width: 44px !important;
height: 44px  !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"  !important;
filter: alpha(opacity=0) !important;
opacity: 0 !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
}
User avatar
Moderator


cron