hi,
need to change " bannertop " and " logo,maimenu,userarea " colours...
thank you
#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;}
#loginForm .menu li a {color: #fff;}
#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");
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...