install my background on my home page

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
Wed Feb 05, 2014 5:57 pm
Reply with quote
Report this post
Hi,

I can't install my background on my home page,
ok for all pages but not the home.
An idea ? Thanks

http://www.scotsudgironde.fr/
User avatar
Gold Boarder

teitbite
Wed Feb 05, 2014 8:47 pm
Reply with quote
Report this post
Hi

Background is there, it's just covered by a different layer. Please add this code to make this layer transparent.

Code: Select all
.grey-content #gkPageContent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
User avatar
Moderator

GK User
Thu Feb 06, 2014 4:42 pm
Reply with quote
Report this post
Perfect, thanks teitbite.
User avatar
Gold Boarder

teitbite
Fri Feb 07, 2014 8:28 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Sat May 10, 2014 10:38 am
Reply with quote
Report this post
Hi there, I have the same problem at this website: satelliten-internet.eu for the HOME sites. I must add this code ANYWHERE inside template.css right?
User avatar
Expert Boarder

GK User
Sat May 10, 2014 10:43 am
Reply with quote
Report this post
is this correct inside template.css?

.imageBg #gkHeader {
background: transparent url('../templates/gk_cloudhost/images/header_wide.jpg') no-repeat center 0;
background-size: cover;
border-bottom: none;
margin-bottom: 0;
}
.grey-content #gkPageContent {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
User avatar
Expert Boarder

teitbite
Mon May 12, 2014 10:23 am
Reply with quote
Report this post
Hi

It's better to use override.css for any CSS modifications. Makes it easier to keep changes during updates. Remember that override needs to be enabled in template settings.
User avatar
Moderator

GK User
Mon May 19, 2014 4:02 pm
Reply with quote
Report this post
Thank you very much. Shall I save in override.css ONLY the modification source codes and nothing else?

In any case I cannot see the backround picture on the HOME site yet.

Also I want to place 6 instead of 3 Products in one raw (gk.stuff.css) but I cannot. Must I prepare them also in override first? And if also simply the source code for 6 columns instead of 3 ? 4 columns does not work.

I mean this code:
.gkPriceTable.col4 dl {
float: left;
margin: 0 1%;
width: 23%;
}
.gkPriceTable.col4 { margin: 0 -1%; }
User avatar
Expert Boarder

GK User
Tue May 20, 2014 9:44 am
Reply with quote
Report this post
Hi there, sorry I cannot see the backround pic. What do I wrong? I set this code into the override.css

.imageBg #gkHeader {
background: transparent url('images/header_wide.jpg') no-repeat center 0;
background-size: cover;
border-bottom: none;
margin-bottom: 0;
}
.grey-content #gkPageContent {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

But nothing to see. Did I forget something? override IS activated!
User avatar
Expert Boarder

teitbite
Thu May 22, 2014 7:43 pm
Reply with quote
Report this post
Hi

I would need to see Your site to tell what is wrong.
Override.css is for any css code modification.
User avatar
Moderator

GK User
Fri May 23, 2014 12:19 pm
Reply with quote
Report this post
Hi there! Thank you very much! Its satellite-internet.eu
User avatar
Expert Boarder

teitbite
Sat May 24, 2014 2:53 pm
Reply with quote
Report this post
Hi

@quicksat for start You are lacking a page class suffix: "imageBg". Please add it to the frontpage in template configuration. Second thing is that the image You are refering to doesn't exists: http://satellite-internet.eu/templates/ ... r_wide.jpg
User avatar
Moderator

GK User
Mon May 26, 2014 8:49 am
Reply with quote
Report this post
Hi Teitbite,

I did as you said but still not. Can you please check this source code? Also the LOGO is not shown at some sites as PRIVATE or BUSINESS PRO, why?

/*
#------------------------------------------------------------------------
# CloudHost - September Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Basic elements */

html { -webkit-font-smoothing: antialiased; }
body {
background: #111;
color: #666;
font-size: 18px;
font-weight: 300;
line-height: 1.6;
margin: 0;
min-height: 100%;
padding: 0;
word-wrap: break-word;
}
a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a {
color: #363636;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover { color: #3c99df; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: #444;
font-weight: 400;
line-height: 1.2;
margin: 0;
padding: 0;
}
h1 {
font-size: 44px;
font-weight: 300;
}
h2,
.componentheading {
font-size: 42px;
font-weight: 300;
}
h3 { font-size: 30px; }
h4 { font-size: 22px; }
h5 { font-size: 17px; }
h6 { font-size: 13px; }
ul {
list-style: none;
margin: 0;
padding: 0;
}
ul li { line-height: 2.0; }
p { margin: 0.5em 0 1.5em; }
iframe { max-width: 100%!important; }
/* Containers */

.gkPage {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto!important;
padding: 0;
}
body[data-layout="left"] .gkPage { margin: 0!important; }
#gkHeader {
/*background-size: cover;*/
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #eee;
margin-bottom: 70px;
}
.imageBg #gkHeader {
background: transparent url('../templates/gk_cloudhost/css/images/header_wide.jpg') no-repeat center 0;
background-size: cover;
border-bottom: none;
margin-bottom: 0;
}
.grey-content #gkPageContent {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#gkHeaderMod {
overflow: hidden;
}
#gkBg { background: #fff; }
#gkPageWrap { margin: 0 auto; }
#gkContent,
#gkPageContent { width: 100%; }

/* Patterns */
body.pattern1 #gkBottom2,
body.pattern1 #gkBottom4,
body.pattern1.grey-content #gkPageContent { background-image: url('../images/patterns/pattern1.png'); }
body.pattern2 #gkBottom2,
body.pattern2 #gkBottom4,
body.pattern2.grey-content #gkPageContent { background-image: url('../images/patterns/pattern2.png'); }
body.pattern3 #gkBottom2,
body.pattern3 #gkBottom4,
body.pattern3.grey-content #gkPageContent { background-image: url('../images/patterns/pattern3.png'); }
body.pattern4 #gkBottom2,
body.pattern4 #gkBottom4,
body.pattern4.grey-content #gkPageContent { background-image: url('../images/patterns/pattern4.png'); }
body.pattern5 #gkBottom2,
body.pattern5 #gkBottom4,
body.pattern5.grey-content #gkPageContent { background-image: url('../images/patterns/pattern5.png'); }
body.pattern6 #gkBottom2,
body.pattern6 #gkBottom4,
body.pattern6.grey-content #gkPageContent { background-image: url('../images/patterns/pattern6.png'); }
body.pattern7 #gkBottom2,
body.pattern7 #gkBottom4,
body.pattern7.grey-content #gkPageContent { background-image: url('../images/patterns/pattern7.png'); }
body.pattern8 #gkBottom2,
body.pattern8 #gkBottom4,
body.pattern8.grey-content #gkPageContent { background-image: url('../images/patterns/pattern8.png'); }
body.pattern9 #gkBottom2,
body.pattern9 #gkBottom4,
body.pattern9.grey-content #gkPageContent { background-image: url('../images/patterns/pattern9.png'); }
body.pattern10 #gkBottom2,
body.pattern10 #gkBottom4,
body.pattern10.grey-content #gkPageContent { background-image: url('../images/patterns/pattern10.png'); }
body.pattern11 #gkBottom2,
body.pattern11 #gkBottom4,
body.pattern11.grey-content #gkPageContent { background-image: url('../images/patterns/pattern11.png'); }
body.pattern12 #gkBottom2,
body.pattern12 #gkBottom4,
body.pattern12.grey-content #gkPageContent { background-image: url('../images/patterns/pattern12.png'); }

/* Logo */
#gkLogo {
height: 39px;
margin: 24px 30px 0 0;
padding: 0;
text-indent: -999em;
text-shadow: none;
width: 141px;
display: block;
float: left;
-webkit-transition: background-color .3s linear;
-moz-transition: background-color .3s linear;
-ms-transition: background-color .3s linear;
-o-transition: background-color .3s linear;
transition: background-color .3s linear;
}
#gkLogo img {
display: block;
margin: 0;
}
#gkLogo.cssLogo,
#gkMenuWrap #gkLogo.cssLogo {
background: transparent url('../images/logo_negative.png') no-repeat 0 0;
/* You can specify there logo size and background */
height: 39px;
margin-top: 15px;
width: 141px;
}
.imageBg #gkLogo.cssLogo {
background: transparent url('../images/logo.png') no-repeat 0 0;
margin-top: 24px;
}
#gkLogo.text {
color: #fff;
display: block;
font-size: 36px;
height: auto;
margin: 14px 0 0 0;
overflow: hidden;
padding: 10px 5px;
text-indent: 0;
text-transform: uppercase;
width: auto;
}
#gkMenuWrap #gkLogo.text { margin-top: 2px; }
#gkMenuWrap #gkLogo.text,
#gkMenuWrap #gkLogo.text .gkLogoSlogan { color: #111; }
#gkLogo.text > span {
display: block;
font-size: 24px;
font-weight: 500;
line-height: 24px;
padding: 0;
}
#gkLogo.text .gkLogoSlogan {
color: #fff;
display: block;
font-size: 12px;
font-weight: 300;
line-height: 24px;
text-align: center;
}
/* Top bar */
#gkTopBar,
#gkMenuWrap #gkTopBar {
background: #3c99df;
color: #fff;
height: 53px;
line-height: 53px;
overflow: hidden;
-webkit-transition: all .35s linear;
-moz-transition: all .35s linear;
-ms-transition: all .35s linear;
-o-transition: all .35s linear;
transition: all .35s linear;
}
.imageBg #gkTopBar {
background: #fff;
}
#gkTopBar > div {
position: relative;
-webkit-transition: all .35s linear;
-moz-transition: all .35s linear;
-ms-transition: all .35s linear;
-o-transition: all .35s linear;
transition: all .35s linear;
}
.imageBg #gkTopBar {
top: 100px;
}
#gkTopBar.active { margin-top: 0; }
#gkTopBar.active > div { top: 0; }
.imageBg #gkLogin,
#gkLogin {
background: #3c99df;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #3c99df;
color: #fff;
float: right;
font-size: 13px;
font-weight: 500;
height: 29px;
line-height: 30px;
margin: 11px 0 0 24px;
padding: 0 16px;
text-transform: uppercase;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
#gkMenuWrap #gkLogin {
background-color: transparent;
border-color: #fff
}
#gkLogin:hover,
.imageBg #gkLogin:hover,
#gkMenuWrap #gkLogin:hover {
background: #111;
border-color: #111
}
#gkTopBar .custom { float: right; }
.gk-info,
#gkMenuWrap .gk-info {
color: #fff;
display: block;
float: left;
font-size: 13px;
font-weight: 500;
line-height: 53px;
padding: 0 15px;
text-transform: uppercase;
}
.gk-info > a,
#gkMenuWrap .gk-info > a { color: #fff; }
.gk-info > a:active,
.gk-info > a:focus,
.gk-info > a:hover,
#gkMenuWrap .gk-info > a:active,
#gkMenuWrap .gk-info > a:focus,
#gkMenuWrap .gk-info > a:hover { color: #fff; }
.gk-info > i,
#gkMenuWrap .gk-info > i {
color: #fff;
font-size: 22px;
position: relative;
top: 3px;
}
.imageBg .gk-info {
color: #676767;
}
.imageBg .gk-info > i {
color: #b1b1b1;
}
.imageBg .gk-info > a:active,
.imageBg .gk-info > a:focus,
.imageBg .gk-info > a:hover {
color: #3c99df;
}
.imageBg .gk-info > a {
color: #676767;
}

/* Header */
#gkHeader { background: #f8f8f8; }
/* Mainbody */
#gkMainbody { margin-bottom: 70px; }
.grey-content #gkMainbody { margin: 0; }
/* Stylearea */
#gkStyleArea {
clear: both;
display: block;
line-height: 10px;
margin: 20px 0 40px 0;
padding: 10px 0;
text-align: center;
}
#gkStyleArea a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
height: 10px;
margin: 15px 0 0 5px;
text-indent: -9999px;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
-webkit-transition: -webkit-transform 0.2s ease-out;
-moz-transition: -moz-transform 0.2s ease-out;
-o-transition: -o-transform 0.2s ease-out;
transition: transform 0.2s ease-out;
width: 10px;
}
#gkStyleArea a:first-child { margin-left: 0; }
#gkStyleArea a:hover {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
}
#gkColor1 { background: #3c99df; }
#gkColor2 { background: #f8b90d; }
#gkColor3 { background: #64728b; }
#gkColor4 { background: #e24f43; }
#gkColor5 { background: #a54042; }
#gkColor6 { background: #6c6ca0; }

/* Group modules */

#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
padding: 70px 0;
overflow: hidden;
}
#gkBottom2,
#gkBottom4,
.grey-content #gkPageContent { background: #f5f5f5; }
#gkBottom6 + #gkFooter > .gkPage { border-top: 1px solid #373737; }
/* standard breadcrumb */
#gkBreadcrumb {
background: transparent;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 30px;
padding: 10px 0;
}
#gkBreadcrumb .breadcrumbs {
float: left;
color: #999;
}
#gkBreadcrumb .breadcrumbs li.separator {
width: 10px;
text-align: center;
padding: 0 6px!important;
color: #ddd;
}
#gkBreadcrumb .breadcrumbs li.pathway { padding-right: 20px; }
#gkBreadcrumb .breadcrumbs > ul > li {
float: left;
font-size: 16px;
font-weight: 500;
}
#gkBreadcrumb .breadcrumbs > ul > li a { font-weight: normal }
#gkTools {
float: right;
margin: 4px 0 0 10px;
}
#gkTools a {
display: block;
float: left;
width: 22px;
height: 16px;
margin: 0 0 0 0px !important;
text-indent: -99999em;
background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
background-position: -15px 50%;
margin-left: 6px;
}
a#gkToolsDec { background-position: 6px 50%; }
/* footer */
#gkFooter {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
color: #505050;
font-size: 12px;
line-height: 16px;
padding: 0;
}
#gkFooter > div { padding: 32px 0; }
#gkFooterNav {
margin-bottom: 16px;
text-align: center;
}
#gkFooterNav li {
border: none;
display: inline-block;
float: none;
margin: 0 10px 0 0!important;
padding: 0;
}
#gkFooter a { color: #888; }
#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover { color: #fff; }
#gkCopyrights {
color: #505050;
float: none;
margin: 0 0 20px;
text-align: center;
}
/* Other footer elements */
#gkFrameworkLogo {
display: block;
width: 90px;
height: 36px;
background: url('../images/gavern-logo.png') no-repeat 0 0;
text-indent: -9999em;
margin: 12px auto 0 auto;
opacity: 0.4;
}
/* Suffixes */
.box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
color: #888;
font-size: 18px;
line-height: 1.6;
margin: 0 0 20px 0;
padding: 20px;
width: 100%;
}
#gkSidebar .box {
padding: 0;
font-size: 16px;
margin: 0 0 52px
}
div.content { clear: both; }
.box li {
border-bottom: 1px solid #e5e5e5;
padding: 5px 0;
}
.box li:last-child { border-bottom: none; }
.box li a {
line-height: 2.0;
text-decoration: none;
}
.box a { text-decoration: none; }
.box ul ul { margin-left: 20px; }
/* default suffix */
.box .header {
color: #111;
font-size: 18px;
font-weight: 500;
line-height: 32px;
padding: 0 0 20px 0;
text-transform: uppercase;
}
/* Icons in the title */
.header > i {
float: right;
padding: 0!important;
}
.color-icon .header > i,
.header.color-icon > i { color: #3c99df; }
.grey-icon .header > i,
.header.grey-icon > i { color: #999; }
/* clear suffix */
.box.clear {
margin: 0;
padding: 0;
}
.clear div.content { clear: both; }
/* bigspaces suffix */
.box.bigspaces { padding: 50px 0!important; }
#gkMainbody .box.bigspaces { padding: 128px 0!important; }
/* bigtitle suffix */
.bigtitle .header {
color: #111;
font-size: 36px;
font-weight: 400;
line-height: 1.6;
margin: 0 0 100px;
text-align: center;
text-transform: uppercase;
}
.bigtitle .header small {
clear: both;
color: #888;
display: block;
font-size: 18px;
font-weight: 300;
line-height: 1.8;
text-align: center;
text-transform: none;
}
/* advertisement suffix */
.box.advertisement .header {
background: transparent;
border-bottom: 1px solid #e5e5e5;
color: #ccc!important;
font-size: 11px!important;
margin: 0 0 12px 0;
min-height: 21px;
padding: 0;
text-align: right;
text-transform: uppercase;
line-height: 16px;
font-family: Arial, Verdana, sans-serif!important;
}
/* suffix light */
.box.light {
background: #f8f8f8;
padding: 24px!important;
}
/* suffix _text */
.box_text > div { background: #fff; }
/* suffix color1 */
.box.dark {
background: #111!important;
color: #999;
padding: 24px!important;
}
.box.dark .header {
background: transparent!important;
line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 { color: #ddd; }
.box.dark ul {
margin: 0;
padding: 0;
}
.box.dark ul li {
border-bottom: 1px solid #222;
position: relative;
}
.box.dark ul li:last-child { border-bottom: none; }
.box.dark a { color: #ddd!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover { color: #3c99df!important; }
.box.dark ul ul { margin: 0 0 0 20px; }
/* Suffix nomargin */
.box.nomargin {
margin: 0!important;
padding: 0!important;
}
/* Bottom */
#gkBottom6 { padding: 132px 0; }
#gkBottom6 .box {
color: #666;
font-size: 14px;
}
#gkBottom6 .box .header,
#gkBottom6 .box .content h3 {
color: #fff;
font-size: 14px;
font-weight: 500;
line-height: 20px;
margin-bottom: 28px;
padding: 0;
text-transform: uppercase;
}
#gkBottom6 li {
border: none;
line-height: 2.0;
padding: 0;
}
#gkBottom6 a { color: #666; }
#gkBottom6 a:active,
#gkBottom6 a:focus,
#gkBottom6 a:hover { color: #fff; }
#gkBottom6 strong {
color: #fff;
font-weight: normal;
}
#gkBottom6 p { margin: 5px 0; }
/* tablet/mobile suffixes */
.onlytablet { display: none; }
.onlymobile { display: none; }
/* Login form */
#gkFBLogin {
float: left;
width: 45%;
}
#gkFBLogin p {
line-height: 18px;
margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
float: left;
width: 45%;
margin-left: 4%;
padding-left: 30px;
border-left: 1px solid #e7e7e7;
}
#form-login-remember { margin: 10px 0; }
#form-login-remember label {
color: #777;
font-size: 11px;
font-weight: normal;
line-height: 27px;
}
#login-form fieldset { margin: 0 0 20px; }
#login-form fieldset p { margin: 0.5em 0; }
#login-form ul {
border-top: 1px solid #E7E7E7;
overflow: hidden;
padding: 12px 0 0;
}
#login-form ul li {
font-size: 11px;
line-height: 1.6;
}
#login-form input[type="text"],
#login-form input[type="password"] { width: 85%; }
label#jform_spacer-lbl {
font-size: 11px;
font-weight: normal;
color: #666;
}
/* Popup Login */
#gkPopupOverlay,
#gkPopupLogin {
color: #777;
display: none;
overflow: hidden;
position: fixed;
z-index: 1000002;
left: 50%;
top: 40px;
}
#gkPopupLogin {
margin-left: -220px;
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-ms-perspective: 1200px;
perspective: 1200px;
width: 426px;
}
#gkPopupLogin > div {
-webkit-transform: rotateX(-45deg);
-moz-transform: rotateX(-45deg);
-ms-transform: rotateX(-45deg);
-o-transform: rotateX(-45deg);
transform: rotateX(-45deg);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
#gkPopupLogin.gk3Danim > div {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.gkPopupWrap {
background: #fff;
padding: 40px;
overflow: hidden;
}
.gkPopupWrap h3 {
font-size: 36px;
font-weight: 400;
line-height: 42px;
margin: 0 0 32px;
}
.gkPopupWrap h3 small { font-size: 16px!important; }
.gkPopupWrap h3 a { color: #3c99df; }
.gkPopupWrap h3 a:hover { color: #272727; }
.gkPopupWrap ul.menu { margin: 0; }
.gkPopupWrap .logout-button { margin-top: 20px; }
#gkPopupOverlay {
background: #000;
width: 100%;
height: 100%;
z-index: 1000001;
top: 0;
left: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
filter: alpha(opacity=45);
opacity: 0.45;
margin-left: 0;
}
/* Login with Facebook button */

span#fb-auth small {
width: 20px;
background: transparent url('../images/fbauth.png') no-repeat 0 2px;
text-indent: -999em;
display: block;
float: left;
border-right: 1px solid #a0aecd;
margin: 3px 16px 0 0;
height: 17px;
}
span#fb-auth {
background-color: #798db9;
display: inline-block;
color: #fff;
font-family: arial;
line-height: 26px;
font-size: 12px;
font-weight: bold;
margin: 12px 0 6px;
padding: 7px 24px 7px 12px;
text-decoration: none;
text-shadow: 1px 1px 0px #445375;
cursor: pointer;
height: 24px;
-webkit-transition: background-color 0.2s ease-out;
-moz-transition: background-color 0.2s ease-out;
-o-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
position: relative;
top: -3px;
}
span#fb-auth:hover { background-color: #556b9b; }
.login span#fb-auth { margin: 6px 0 0 10px; }
body[data-mobile="true"] #gkMobileMenu select { font-size: 50px; }
User avatar
Expert Boarder

teitbite
Mon May 26, 2014 9:21 am
Reply with quote
Report this post
Hi

I think You got it all wrong. Please check what is Your frontpage id and use it in page class suffix section in template settings.
User avatar
Moderator

GK User
Mon May 26, 2014 9:25 am
Reply with quote
Report this post
I did for all 3 main sites (DE - ES - EN)

ItemID 92 - imageBg
ItemID 93 - imageBg
ItemID 91 - imageBg

Nothing to see, why?
User avatar
Expert Boarder

teitbite
Mon May 26, 2014 9:41 am
Reply with quote
Report this post
Hi

Please send me an access to joomla panel. I cannot see this page class suffix in any page.
User avatar
Moderator

GK User
Mon May 26, 2014 11:06 am
Reply with quote
Report this post
Done! I sent you the access datas. Also I cannot add to cart and the html5 elements from home site do not appear here anymore:

http://satellite-internet.eu/index.php/en/private
http://satellite-internet.eu/index.php/en/business-pro

can you please help also there?
User avatar
Expert Boarder

GK User
Mon May 26, 2014 11:07 am
Reply with quote
Report this post
And the logo dissapeared on those 2 sites as well as here: http://satellite-internet.eu/index.php/en/supplements

Everywhere else the logo is shown. I think thats it.
User avatar
Expert Boarder

teitbite
Mon May 26, 2014 12:40 pm
Reply with quote
Report this post
Hi

You have used wrong IDs for home menu elements. Should be 760, 761 and 762. Now suffix is ok, but still the image You are trying to show as a background doesn't exists: http://satellite-internet.eu/templates/ ... r_wide.jpg
User avatar
Moderator

GK User
Mon May 26, 2014 1:11 pm
Reply with quote
Report this post
NNo. the 3 ids do not exists. Also not in the dustpin. And now also the colour is gone from main menu and top nav.
User avatar
Expert Boarder

GK User
Mon May 26, 2014 1:11 pm
Reply with quote
Report this post
also the logo is now gone COMPLETELY
User avatar
Expert Boarder

teitbite
Mon May 26, 2014 3:35 pm
Reply with quote
Report this post
Hi

Even code for logo is gone. Have You done any modifications to template php files. If yes than please revert it because something went wrong I believe.

I can see You have removed the page class suffix I've added. I'm afraid this is important if You want to show a background image. But as You have noticed the layout differes a little since page is prepared to have an into like module. Please compare it with demo where frontpage acts a little different than rest of the pages.
User avatar
Moderator

GK User
Thu Jun 05, 2014 5:18 pm
Reply with quote
Report this post
Hi there! I want to exchange the background pics of mobile and tablet. I already replaced the actual pic without changing the name. But nothing helps: http://satellite-internet.eu
User avatar
Expert Boarder

teitbite
Fri Jun 06, 2014 5:36 pm
Reply with quote
Report this post
Hi

I can see all 3 image size versions working correctly, so I'm guessing replacing worked. Please try clear the cache of the browser to load newer images.
User avatar
Moderator

GK User
Fri Jun 06, 2014 7:39 pm
Reply with quote
Report this post
Okay great. But NOW I have the problem with imageBg2

Have I set all correct inside override?

.imageBg2 #gkHeader {
background: transparent url('images/header_wide2.jpg') no-repeat center 0;
background-size: cover;
border-bottom: none;
margin-bottom: 0;
}
User avatar
Expert Boarder

teitbite
Sat Jun 07, 2014 7:19 am
Reply with quote
Report this post
Hi

Where I can see this background? Under which url I mean. Also why are Your using a path to gavick.com website ? Is it an error or just an example ?
User avatar
Moderator

GK User
Sun Jun 08, 2014 7:31 am
Reply with quote
Report this post
.imageBg2 #gkHeader {
background: transparent url('images/header_wide2.jpg') no-repeat center 0;
background-size: cover;
border-bottom: none;
margin-bottom: 0;
}

Thank you! There is no path to Gavick....

The website is: http://satellite-internet.eu/en/private (and in all other languages also the main menu "privat"
User avatar
Expert Boarder

GK User
Mon Jun 09, 2014 11:02 am
Reply with quote
Report this post
Anybody here?
User avatar
Expert Boarder

teitbite
Tue Jun 10, 2014 8:11 pm
Reply with quote
Report this post
Hi

Sorry for delay. There is no background becuase there is no module attached to header module position. Please move modules from module position below and image will be there.
User avatar
Moderator

GK User
Wed Jun 11, 2014 10:27 am
Reply with quote
Report this post
Oh. Cant I use articles?
User avatar
Expert Boarder

GK User
Wed Jun 11, 2014 2:44 pm
Reply with quote
Report this post
Okay I made it. But now the plugin MoWeSo does not work propperly, as in the article: <dd class="gkLink">{vmproducts id=|34| image=|no| name=|yes| price=|no| detailsbutton=|no| description=|no| limitdesc=|90| category=|no| vseparator=|no| hseparator=|no| perrow=|1| layout=|centered| containerclass=|products| itemclass=|product-content| addtocart=|yes| customfield=|no| header=|no| }{/vmproducts}</dd>

Link: http://satellite-internet.eu/de/privat
User avatar
Expert Boarder

teitbite
Thu Jun 12, 2014 11:19 pm
Reply with quote
Report this post
Hi

You need to ask this plugin developers how to make it work in modules or use article as before and add a new background under it, but this will work for all pages, so would be better to attache it to some pages only using some custom code module as K2 Tools for example.

Code: Select all
#gkPageContent {
background: url("images/header_wide2.jpg") no-repeat scroll center 0 / cover transparent;
}
User avatar
Moderator

GK User
Tue Jun 24, 2014 9:34 am
Reply with quote
Report this post
Can you please tell me WHERE exactly I must set the code you sent me for single articles?
User avatar
Expert Boarder

teitbite
Thu Jun 26, 2014 6:05 pm
Reply with quote
Report this post
Hi

Ok. Lets explain step by step:

1. Go to module list in joomla panel
2. Create new K2 Tools module
3. Select option "Custom code" (or Custom HTML, I do not remember exactly)
4. In the field for custom code add:
Code: Select all
<style type="text/css">
#gkPageContent {
background: url("http://satellite-internet.eu/images/header_wide2.jpg") no-repeat scroll center 0 / cover transparent;
}
</style>

5. Attach this module to every page You want this background to appear.
User avatar
Moderator

GK User
Fri Jul 18, 2014 12:21 pm
Reply with quote
Report this post
i did what you said. It shall be background of an Joomla article / Partner Login on the website: http://satellite-internet.eu/de/partner-login can you tel me how to get the image behind the article text? I really dont get it. Another request: In firefox everything seems to be completely "destroyed" is this a firefox bug or ? Can you help?
User avatar
Expert Boarder

teitbite
Sun Jul 20, 2014 11:38 am
Reply with quote
Report this post
Hi

I cannot see either a module or a css I asked You to use. Please tell me the new access to joomla panel and I'll make it for You.

Can I see screens of the destroyed layout in Firefox ? It looks fine to me.
User avatar
Moderator

teitbite
Thu Jul 24, 2014 11:41 am
Reply with quote
Report this post
Hi

I was having troubles to locate the menu elements You wanted to have a background for, so I've set up a module and attached it to all menu items. Now You just need to edit it and select proper links to display backgroun for. Below a screen with settings in case someone will be looking for it:
User avatar
Moderator

GK User
Thu Sep 04, 2014 1:23 pm
Reply with quote
Report this post
Hi dear,

everything works out fine now for default layout.
Now we need the same system for the other layouts as mobile, normal pcs and smartphones.
How can I do it there please?
Thank you for your assistance!

http://quicksat.net/de/privat
http://quicksat.net/de/business
User avatar
Expert Boarder

teitbite
Fri Sep 05, 2014 12:11 pm
Reply with quote
Report this post
Hi

System will be the same, You just need to modify the code to add tablet and mobile backgrounds. Like this:

Code: Select all
<style type="text/css">
#gkPageContent {
background: url("DEFAULT_BG") no-repeat scroll center 0 / cover transparent;
}

@media only screen and (max-width: 985px) {
#gkPageContent {
background: url("TABLET_BG") no-repeat scroll center 0 / cover transparent;
}
}

@media only screen and (max-width:719px) {
#gkPageContent {
background: url("MOBILE_BG") no-repeat scroll center 0 / cover transparent;
}
}
</style>
User avatar
Moderator

GK User
Sat Sep 06, 2014 2:35 pm
Reply with quote
Report this post
Okay thank you very much!
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.