Intro to website

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 22, 2014 12:28 am
Reply with quote
Report this post
Hi All,

Im trying to make a few changes to my websites intro page. The menu bar doesn't show up as it does throughout the rest of the website. I would like to try use the menu bar that is used throughout the rest of the website on the homepage with the cool images I've already got on there. Does anyone know how I would go about doing this? Also.... is there a custom css sheet for the homepage / intro page??

P.s the website is themeparkguide.biz
Thanks
James
User avatar
Junior Boarder

teitbite
Mon Dec 22, 2014 3:02 pm
Reply with quote
Report this post
Hi

Shape of the menu depends from the page class suffix. To use the same please remove suffix "imageBg" in template settings.
User avatar
Moderator

GK User
Mon Dec 22, 2014 3:26 pm
Reply with quote
Report this post
Hi, I've tried doing that but when i do i loose the photos. How can i put them back in? Without sounding like a idiot... its just cause its being feed from a random php image script....
Please see the test website below, the images are meant to go in the grey area
http://s541464765.websitehome.co.uk
User avatar
Junior Boarder

GK User
Mon Dec 22, 2014 9:36 pm
Reply with quote
Report this post
I've managed to get the photos to display on the page however I'm now having the problem that when i scroll up on other pages i get the image appearing?? I got it to work by going into the css override file and put this in there:

#gkHeader{
background: url("/images/Banners/Template/Thorpe_1.jpg") center center no-repeat;
}

I don't know if that was the correct thing to do to get it to display the photos in the blank space? But in a bit of a range I've taken it all out and tried to go from the start again so if anyone has any pointers as to where I'm going wrong please feel free to help ;)

One small demand i have after i get it to work is that it should use three image sizes? I've already got three php files set up with the images.
User avatar
Junior Boarder

GK User
Tue Dec 23, 2014 10:01 pm
Reply with quote
Report this post
If anyone has this problem in the future this will get it working:

@media screen and (max-width: 1149px) {
#gkHeader{
background: url("/templates/gk_simplicity/images/header_tablet.php") center center no-repeat;
background-color: black;}
}
User avatar
Junior Boarder

teitbite
Sat Dec 27, 2014 7:40 pm
Reply with quote
Report this post
Hi

Yes, that would be the best solution in this case. Problem was that not only menu is different thanks to the suffix "imageBg". This is why background disappeared. Now Your code will show it for all pages. If You want to make it work for one page only than simply come up with a different page class suffix and connect the class with Your code to it.
User avatar
Moderator


cron