Availability?

GK User
Wed Jun 04, 2014 4:12 pm
When will this template be available to download for subscribers?
Thanks.
User avatar
Expert Boarder

GK User
Wed Jun 04, 2014 7:40 pm
Soon ;)
User avatar
Moderator

GK User
Sat Jun 14, 2014 9:03 pm
The blue colour just before the background image shows ...where do you change this?
Thanks.
User avatar
Expert Boarder

GK User
Sun Jun 15, 2014 3:11 pm
Hy Johnny
look in the middle of this thread. There is the answer. I had the same problem a few days before.
https://www.gavick.com/forums/university-joomla3/different-header-image-for-each-page-36668.html

Ernst
User avatar
Fresh Boarder

GK User
Mon Jun 16, 2014 6:18 pm
@Johnnypict - could you please create a screenshot of you homepage and mark this blue colour?
User avatar
Moderator

GK User
Sun Jun 22, 2014 9:27 am
Sorry I'm running it on bitnami so can't share.

I have changed the header picture so ...
If I am on the index page and then click into one of the blog items there is a blue header. I want to change that.

In your demo you will see the blue shade with a picture of a guy in the header.
There is no picture when I click through ...because I've removed it.

The picture I've added shows on the index page only ....and that's fine.
WHen I click on other pages I'd like that to be a different colour. Can't see where to do it.
I'm sure it's quite simple.

http://demo.gavick.com/joomla25/univers ... s-training
User avatar
Expert Boarder

GK User
Sun Jun 22, 2014 3:40 pm
This was the answer from VIBEdigital of my same question in another thread:

Change the pre-loader color for the homepage image slider use css override:
Code: Select all
.gkIsWrapper-gk_university .gkIsPreloader {
background: #YourColorHex;
}


Ernst
User avatar
Fresh Boarder

GK User
Sun Jun 22, 2014 8:33 pm
That works on the header page vbut not on the blog pages?
Do I need to add something for other pages as well?
Thanks.
User avatar
Expert Boarder

GK User
Sun Jun 22, 2014 9:56 pm
Hmmm, that solution is for a page with slider. It changed the background of sliders from the Image show on the first page.
All other other background images you have to change in css. I wrote this code in the override, an all pages are in my preferred color #fe9b09

Code: Select all

body.page1 {
   background: #fe9b09 url('../images/xxbg.jpg') no-repeat center top;
}


Ernst
User avatar
Fresh Boarder

GK User
Wed Jun 25, 2014 8:05 pm
That hasn't worked.
I put the code in override file and in custom ccs code in template manager.

It's this blue header I'm trying to change and not the one on the front page.
So if I am on the index page and then navigate to a blog or other page it's that background I'd like to change.
As per the screen grab.
Thanks
User avatar
Expert Boarder


cron