Customise template widget not displaying

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 30, 2015 10:41 am
Reply with quote
Report this post
Good morning,
Some how I lost the Customise template Widget (left side slide in) that changes the template style colour.
Can you point me in the right direction to turn it back on please :oops:

kind regards
Drew
User avatar
Gold Boarder

GK User
Tue Mar 31, 2015 7:08 am
Reply with quote
Report this post
Are you you sure it was part of the template itself? From what I know John has color switcher in the footer, but element that you show is only available in demo.
User avatar
Moderator

GK User
Tue Mar 31, 2015 7:41 am
Reply with quote
Report this post
Well that would explain why I cant find it - saw it in the v2.5 demo and thought it was in the 3.4 version too :lol:
I want to change the background of the John v3 Blog (News Show Pro GK5)
The Module Suffix I'm using is:
Code: Select all
big-nav big-title icon-color2 title-right color-bg overlay-1x1

but I've lost the background colour. (And the site is currently local host)

Any suggestions on how to get the colour into the background.
Kind regards
Drew

Cyberek wrote:Are you you sure it was part of the template itself? From what I know John has color switcher in the footer, but element that you show is only available in demo.
User avatar
Gold Boarder

GK User
Wed Apr 01, 2015 7:53 am
Reply with quote
Report this post
Could you please post the site somewhere online?
User avatar
Moderator

GK User
Mon Apr 06, 2015 3:09 pm
Reply with quote
Report this post
Good morning,
There site is now live http://bit.ly/1Ijjfwe
kind regards
Drew
User avatar
Gold Boarder

GK User
Tue Apr 07, 2015 7:26 pm
Reply with quote
Report this post
I'm assuming you would like to replace default grayish color?
User avatar
Moderator

GK User
Wed Apr 08, 2015 12:44 am
Reply with quote
Report this post
Yes please - as the article name text is white.
In the demo site the background for the front page blog summary is colored (and I thought controlled by the site colour selector tool at the bottom or the NSP module suffix).
This is the demo background - and I'l like to use the orange background in my site too :)
kind regards
Drew
User avatar
Gold Boarder

GK User
Sun Apr 12, 2015 1:10 am
Reply with quote
Report this post
Just updating the board,
If I use the code
Code: Select all
#gkMainbody .box.color-bg {
background: #e47d3c;
}
I can achieve a close result but it leaves a white boarder about the module. Is this a News Show Pro config option that I have missed perhaps?
Kind regards
Drew
User avatar
Gold Boarder

GK User
Mon Apr 13, 2015 6:09 pm
Reply with quote
Report this post
Sorry for late response, but from what I see you have already partially solved the issue.
Code: Select all
#gkMainbody .box.color-bg {
background: #e47d3c;
}
.frontpage #gkContent {
  padding: 0;
}

Above code in override.css should fix the grayish strip issue.
User avatar
Moderator

GK User
Tue Apr 14, 2015 12:37 am
Reply with quote
Report this post
Perfect result, thanks :D
Kind regards
Drew
User avatar
Gold Boarder

GK User
Thu Apr 16, 2015 10:19 am
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Thu Apr 16, 2015 11:59 am
Reply with quote
Report this post
No lets close this thread now.
Kind regards
Drew
User avatar
Gold Boarder


cron