Copyright static?

GK User
Sun Nov 15, 2015 11:38 am
HI,

Is it possible to have the Copyright bar always visible?
Now i have to scroll down all the way to the bottom of the page to see the copyright notice.
Thanks :)
User avatar
Junior Boarder

GK User
Sun Nov 15, 2015 2:54 pm
How should it look like? Sticked to bottom of the browser? Or maybe in the header?
User avatar
Moderator

GK User
Sun Nov 15, 2015 2:59 pm
Cyberek wrote:How should it look like? Sticked to bottom of the browser? Or maybe in the header?


Sticked to the bottom of the browser :)
User avatar
Junior Boarder

GK User
Tue Nov 17, 2015 10:42 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Nov 19, 2015 6:25 pm
Cyberek wrote:Could you please post an url to your site?


I send you a private message with link a few days ago! Any updates?
User avatar
Junior Boarder

GK User
Fri Nov 20, 2015 6:58 pm
Here is a pic!
User avatar
Junior Boarder

GK User
Tue Nov 24, 2015 6:40 pm
Any news? :)
User avatar
Junior Boarder

GK User
Wed Nov 25, 2015 7:48 pm
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
#gkFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#gkPageContent {
    padding-bottom: 100px;
}

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

GK User
Sat Nov 28, 2015 1:58 pm
Cyberek wrote:Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
#gkFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#gkPageContent {
    padding-bottom: 100px;
}

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


Thanks a lot :)
It's almost perfect.
I gave the footer a background color because the text articles from the categoryblog went straight through the copyright notice. That worked out nicely! (pic 1) But the headers from the Category blog still go through the copyright notice. (Pic 2)
Hope you can help me out once more? :)
User avatar
Junior Boarder

GK User
Sat Nov 28, 2015 2:43 pm
Something goes wrong with the an article it also goes through the copyright notice.
User avatar
Junior Boarder

GK User
Mon Nov 30, 2015 6:43 pm
To fix the footer, please correct override to this form:
Code: Select all
#gkFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #faf8ea;
    z-index: 100;
}
User avatar
Moderator

GK User
Mon Nov 30, 2015 7:16 pm
Thanks :)
User avatar
Junior Boarder

GK User
Tue Dec 01, 2015 1:32 pm
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron