Different backgrounds when scrolling down

GK User
Wed Nov 26, 2014 5:59 pm
I use steakhouse quickstart on joomla 3.3.6

My question is:
where/how can I set / configure the different BG images - like scrolling down in the demo:

http://demo.gavick.com/joomla25/steakhouse/#restaurant

to specials - see attached screenshot.

By the way what is the best size (also in relation) for bg images used in steakhouse?
User avatar
Expert Boarder

GK User
Thu Nov 27, 2014 10:15 pm
Hi,
just replace img: images/demo/specials_bg.jpg - you don't have to be worry about Template updates, this is not related.

In module published on "bottom1" position there is a code:
<div style="background-image: url('https://cdn.gavick.com/joomla25/steakhouse/images/demo/specials_bg.jpg');" class="box parallax gkmod-1"><div class="box-wrap"><div class="content gkPage">

.....more: https://www.gavick.com/documentation/wp ... frame=true
He is responsible for that BG image .
User avatar
Platinum Boarder

GK User
Wed Dec 03, 2014 1:00 am
Hi + many thanks for the tip - that works fine.

But may be you can help me out concerning the size of my header image?
I already had asked that in a post about the problem
https://www.gavick.com/forums/steak-house-joomla3/size-gk-header-especially-height-41561.html

I ask this as the image has exactly the size (and height) as the image I just loaded as special.
There it fills the whole screen, but the header image is cut off a piece?
see attached screenshot - (I want to have it same as in steakhouse)

And while looking to it I may have the solution?:
Can the reason for this be that in my site I have no icons/images in the menu below 'discover our restourant' ??
User avatar
Expert Boarder

GK User
Thu Dec 04, 2014 10:03 pm
Can the reason for this be that in my site I have no icons/images in the menu below 'discover our restourant' ??

Exactly, that's why you have to add some padding-bottom for text
User avatar
Platinum Boarder

GK User
Fri Dec 05, 2014 4:56 pm
padding-bottom for text I understand so far
but in which file can I change it.?
User avatar
Expert Boarder

GK User
Fri Dec 05, 2014 10:54 pm
About custom CSS - check my footer link.
Or in this module where we had "The Best Steak House is Here"
add this
style="padding-bottom: 64px"

into h2
Code: Select all
<h2 style="padding-bottom: 60px" data-scroll-reveal="enter bottom over .5s after .15s" data-scroll-reveal-id="2" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean semper orci semper tempus.</h2>

or
into action button code

Code: Select all
<a style="padding-bottom: 60px" data-scroll-reveal="enter bottom over .5s after .25s" class="btn" href="#restaurant" data-scroll-reveal-id="3" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">Discover our restaurant</a>
User avatar
Platinum Boarder

GK User
Sun Dec 07, 2014 2:10 am
I managed to set a background at #specials
and also to manage the padding bottom - thanks?

But what this post concerns I have a last question (at least I hope to;-)

How can I locate the background image at events & blog in steakhouse demo (see print screen) ?
User avatar
Expert Boarder

GK User
Sun Dec 07, 2014 11:19 am
"The guys in the kitchen" photo is from : templates/gk_steakhouse/images/parallax_bg.jpg
just replace jpg, original size: 1 600px × 639px

Probably this is not your private website, s you don't have to worry - just replace all JPG by yours.
Future Template updates are focused on changes css mostly , not /images - if you know what I mean
User avatar
Platinum Boarder

GK User
Sun Dec 07, 2014 3:13 pm
worked fine many tks
User avatar
Expert Boarder

GK User
Mon Dec 08, 2014 11:32 pm
About hochzeitsautomieten and Special section few suggestions:
"Käfer Events" -->
Code: Select all
.gk-special .gk-special-content .header > small { color: black; }


"Dit is alleen een ..."
Code: Select all
.gk-special-content > p {
    color: white;
}
User avatar
Platinum Boarder


cron