Problem of scroll and title

GK User
Thu Jun 09, 2016 5:27 pm
Hello,
I use the template steakhouse.
My site is online: http://www.lekreolia.com
I meet some problems:
1 - On the header, I would like the menu "Nous trouver" page scrolls to the bottom like on your demo.
2 - Some pages titles "big title" are h3, I would like them to be in h1
3 - On mobile, the background does not cover the entire surface on the pages "nos plats", "croustillants" and "pizzas"

Thank you for your help

Stéphane
User avatar
Fresh Boarder

teitbite
Mon Jun 13, 2016 10:09 am
Hi

1. Please change the link for this menu item to external url type and make it link to "#gkBottom6", You can rename the name of the layer in template's features section.

2. Please tell me the url to the example of page with h3 as a main header

3. Please show me exactly which background You have in mind and on which page, so I'll ee what needs to be done.
User avatar
Moderator

GK User
Tue Jun 14, 2016 9:05 am
Hi,
Thank you to worry about my problems
1 - it's ok thank you
2 - example of page with h3 as a main header:
http://lekreolia.com/not-plats
http://lekreolia.com/contact
3 - Sample Page or bottom of screen does not cover the entire surface: http://lekreolia.com/a-emporter/not-pizzas (see attached photo)

Thank you
User avatar
Fresh Boarder

teitbite
Thu Jun 16, 2016 3:34 pm
Hi

3. I can see You've added this background by Yourself in override.css, it's only set for modules, so in order to have it for all site it's better to use:

Code: Select all
#gkPageContent {
background: #faf8ea none repeat scroll 0 0;
}


2. In "Not'pizzas" header is a module's title, so You cannot change it without affecting all modules on Your site which I would not advice to do. Instead try use "Page Heading" in menu settings. For contact page You can replace H3 with H1 by editing file /html/com_contact/contact/default.php
User avatar
Moderator

GK User
Thu Jun 23, 2016 2:27 pm
Hi,
3. for the background I would like to be like on your demo and only pizza modules, flat and crunchy

2. for titles, I must find a solution to move from h3 to h1

Thank you
User avatar
Fresh Boarder

teitbite
Mon Jun 27, 2016 9:33 am
Hi

2. This is not going to be pretty, because You are using module headers as those titles, so the only way is to change H3 into H1 in /html/modules.php file, but it will change header in every module used and will result in multiple H1 on one page (very bad for seo). Please do as instructed in my last post and use Page Headings instead.

3. A background attached to a module directly can be done wit a code like:

Code: Select all
#gkBottom2 > div > box {
background-image: url('/images/fond_pizza.jpg') !important;
}
User avatar
Moderator


cron