colour change

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
Thu Apr 18, 2013 9:55 pm
Reply with quote
Report this post
hi,

need to change " bannertop " and " logo,maimenu,userarea " colours...

thank you
User avatar
Gold Boarder

GK User
Fri Apr 19, 2013 4:21 am
Reply with quote
Report this post
Add following css in to css/override.css file and enable css override option in template settings > advanced settings > css override "on".

You might need to change color values and or images. Below has default values.
Code: Select all
#gkBannerTop {background: none repeat scroll 0 0 #1C1C1C;}
#gkPageTop {background: none repeat scroll 0 0 #000000;}
#gkLogin {background: url("/templates/gk_news/images/topmenu_icons.png") no-repeat scroll 0 center #363636;}
#gkRSS {background: url("/templates/gk_news/images/topmenu_icons.png") no-repeat scroll -50px center #A88F52;}


See you around...
User avatar
Platinum Boarder

GK User
Fri Apr 19, 2013 6:03 am
Reply with quote
Report this post
works

thank you
User avatar
Gold Boarder

GK User
Fri Apr 19, 2013 6:09 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Sat Apr 20, 2013 8:49 am
Reply with quote
Report this post
Just found that the color links for usermenu area after the login cannot be seens ..

Is there a way changing that ?

i have added user profile, user forum post ... Etc link to the login popup ..

now i need to change the color..

Thanks
User avatar
Gold Boarder

GK User
Sat Apr 20, 2013 9:07 am
Reply with quote
Report this post
Can you please post a link to your website so I can see and advice. If user account needed for login purposes please create a test normal user account and send it to my email normanuk[at]live.co.uk so I can test it.

Please include this topic link in your email.

See you around...
User avatar
Platinum Boarder

GK User
Sat Apr 20, 2013 9:30 am
Reply with quote
Report this post
Just sent you admin details...

After login just hit the login icons again at the frontend and you will know what i mean...

Thank you
User avatar
Gold Boarder

GK User
Sat Apr 20, 2013 9:34 am
Reply with quote
Report this post
Your website link is missing in your email :)

Please send that as well.

See you around...
User avatar
Platinum Boarder

GK User
Sat Apr 20, 2013 9:38 am
Reply with quote
Report this post
User avatar
Gold Boarder

GK User
Sat Apr 20, 2013 9:43 am
Reply with quote
Report this post
Are you referring to this section of your website. If yes please let me know which color you want to change.

Image

See you around...
User avatar
Platinum Boarder

GK User
Sat Apr 20, 2013 9:49 am
Reply with quote
Report this post
the links colors (photos,events,messages......) should be white ..
User avatar
Gold Boarder

GK User
Sat Apr 20, 2013 9:54 am
Reply with quote
Report this post
Please add following to override.css.

Code: Select all
#loginForm .menu li a {color: #fff;}


See you around...
User avatar
Platinum Boarder

GK User
Sat Apr 20, 2013 9:59 am
Reply with quote
Report this post
thank you very much ...

have a good weekend..

*** amazing support ***
User avatar
Gold Boarder

GK User
Sat Apr 20, 2013 10:02 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Sat Apr 20, 2013 8:56 pm
Reply with quote
Report this post
im really sorry but i just found another issue

this one is when i use the easydiscuss from stackideas.com.

i can also go and ask for support there but i think this is theme related .

the issue is that when i try to add a new post (question) the text editor buttons cannot be seen ...

the buttons are there if you click ... take a look please

because the color its white i think ...

see the screenshot

no text editor.PNG
User avatar
Gold Boarder

GK User
Sat Apr 20, 2013 10:26 pm
Reply with quote
Report this post
Can you please post a link direct to this editor or step needed so I can check.

See you around...
User avatar
Platinum Boarder

GK User
Sun Apr 21, 2013 7:39 am
Reply with quote
Report this post
User avatar
Gold Boarder

GK User
Sun Apr 21, 2013 7:48 am
Reply with quote
Report this post
Following is problem. All of the editor buttons use images and none of them are available either in your server or there is an error in discuss component which is looking for the images in the wrong place as you can see from below code, look at the image locations / address.

Code: Select all
#discuss-wrapper .markItUp .markitup-bold a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/bold.png");
}
#discuss-wrapper .markItUp .markitup-italic a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/italic.png");
}
#discuss-wrapper .markItUp .markitup-underline a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/underline.png");
}
#discuss-wrapper .markItUp .markitup-url a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/link.png");
}
#discuss-wrapper .markItUp .markitup-picture a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/picture.png");
}
#discuss-wrapper .markItUp .markitup-video a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/video.png");
}
#discuss-wrapper .markItUp .markitup-bullet a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/list-bullet.png");
}
#discuss-wrapper .markItUp .markitup-numeric a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/list-numeric.png");
}
#discuss-wrapper .markItUp .markitup-list a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/list-item.png");
}
#discuss-wrapper .markItUp .markitup-quote a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/quotes.png");
}
#discuss-wrapper .markItUp .markitup-code a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/code.png");
}
#discuss-wrapper .markItUp .markitup-happy a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-happy.png");
}
#discuss-wrapper .markItUp .markitup-smile a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-smile.png");
}
#discuss-wrapper .markItUp .markitup-surprised a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-surprised.png");
}
#discuss-wrapper .markItUp .markitup-tongue a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-tongue.png");
}
#discuss-wrapper .markItUp .markitup-unhappy a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-unhappy.png");
}
#discuss-wrapper .markItUp .markitup-wink a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-wink.png");


If you have these images then you can copy above code in to your templates css/override.css file and just correct the urls to where the images are, then it should show fine in editor.

See you around...
User avatar
Platinum Boarder

GK User
Sun Apr 21, 2013 8:37 am
Reply with quote
Report this post
problem solved ... i corrected the url like you advised

now .. having all this done via override.css will this increase server load ? ...
User avatar
Gold Boarder

GK User
Sun Apr 21, 2013 8:52 am
Reply with quote
Report this post
Up to a certain point it will not but obviously having not have to correct stuff in the first place will be faster but then again working with cms systems you will always get these due to all the addons, components, modules, templates etc.

See you around...
User avatar
Platinum Boarder

GK User
Tue Apr 23, 2013 7:29 am
Reply with quote
Report this post
I found out what is causing this

Its the template css compresion ..

I have turned this off and now seems to work.

Just want to let u know maybe you guys are coming up with a fix in the future..

Thanks

normanUK wrote:Following is problem. All of the editor buttons use images and none of them are available either in your server or there is an error in discuss component which is looking for the images in the wrong place as you can see from below code, look at the image locations / address.

Code: Select all
#discuss-wrapper .markItUp .markitup-bold a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/bold.png");
}
#discuss-wrapper .markItUp .markitup-italic a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/italic.png");
}
#discuss-wrapper .markItUp .markitup-underline a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/underline.png");
}
#discuss-wrapper .markItUp .markitup-url a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/link.png");
}
#discuss-wrapper .markItUp .markitup-picture a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/picture.png");
}
#discuss-wrapper .markItUp .markitup-video a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/video.png");
}
#discuss-wrapper .markItUp .markitup-bullet a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/list-bullet.png");
}
#discuss-wrapper .markItUp .markitup-numeric a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/list-numeric.png");
}
#discuss-wrapper .markItUp .markitup-list a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/list-item.png");
}
#discuss-wrapper .markItUp .markitup-quote a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/quotes.png");
}
#discuss-wrapper .markItUp .markitup-code a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/code.png");
}
#discuss-wrapper .markItUp .markitup-happy a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-happy.png");
}
#discuss-wrapper .markItUp .markitup-smile a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-smile.png");
}
#discuss-wrapper .markItUp .markitup-surprised a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-surprised.png");
}
#discuss-wrapper .markItUp .markitup-tongue a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-tongue.png");
}
#discuss-wrapper .markItUp .markitup-unhappy a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-unhappy.png");
}
#discuss-wrapper .markItUp .markitup-wink a {
    background-image: url("//media/com_easydiscuss/styles/../images/markitup/emoticon-wink.png");


If you have these images then you can copy above code in to your templates css/override.css file and just correct the urls to where the images are, then it should show fine in editor.

See you around...
User avatar
Gold Boarder

GK User
Tue Apr 23, 2013 3:49 pm
Reply with quote
Report this post
Thanks for letting us know ; )

See you around...
User avatar
Platinum Boarder


cron