The background disappears if I change the language

GK User
Fri Apr 24, 2015 10:53 pm
On the main page (http://hoteleden.info/eden2015/it/) you can see the background,


but if I change the language (http://hoteleden.info/eden2015/de/; http://hoteleden.info/eden2015/en/) the background disappears and you can also see the top menu (which theoretically should be invisible).....

I need your help I need to publish as soon as possible the site :cry: :cry: :cry:
User avatar
Fresh Boarder

GK User
Sat Apr 25, 2015 6:50 am
Hi,
easy to fix, one of solutions:
Code: Select all
.frontpage #gkHeader {
    background: url("http://hoteleden.info/eden2015/templates/gk_steakhouse/images/header_bg.jpg") no-repeat fixed center top rgba(0, 0, 0, 0);
}


you have to use full URL path in CSS for all BG images.
where? Here: https://www.gavick.com/documentation/jo ... a-template
User avatar
Platinum Boarder

GK User
Sat Apr 25, 2015 9:08 am
I had done but did not work.

The problem is that when I stay on the Italian home page ther is a background (http://hoteleden.info/eden2015/it/), but when I change the language (with overide css too) they cancel themselves the rule of the background and. Besides, I also activates the top menu, that in the header should remain invisible. I remember that I have 3 templates, one for language. Otherwise it does not change the top menu.
If you need I can give the password of joomla !!

In detail on the home page in Italian:
<html class=" js canvas no-touch cssanimations cssgradients csstransforms csstransforms3d csstransitions svg inlinesvg svgclippaths" lang="it-it" prefix="og: http://ogp.me/ns#" slick-uniqueid="3" style="">
<head>
<body class="frontpage top1-colorbg" data-zoom-size="150" data-mobile-width="640" data-tablet-width="1040">
<div id="pbOverlay">
<div id="gkBg">
<header id="gkHeader">
<div id="gkHeaderNav">
<div id="gkHeaderMod" style="background: none repeat scroll 0% 0% transparent;">

If I change languages:
<html class=" js canvas no-touch cssanimations cssgradients csstransforms csstransforms3d csstransitions svg inlinesvg svgclippaths" lang="en-gb" prefix="og: http://ogp.me/ns#" slick-uniqueid="3" style="">
<head>
<body data-zoom-size="150" data-mobile-width="640" data-tablet-width="1040"> :?: Why the rule class="frontpage top1-colorbg" is missing?
<div id="pbOverlay">
<div id="gkBg">
<header id="gkHeader" class="menu-visible"> :?: Why the rule class="menu-visible" appared?
<div id="gkHeaderNav" class="static"> :?: Why the rule class="static" appared?
<div id="gkHeaderMod">

I kindly ask you to help me I really need ...
User avatar
Fresh Boarder

GK User
Mon Apr 27, 2015 11:18 am
It had to be problem with used by use URL - too many /../ and Joomla goes crazy.
Right now when you have website on http://hoteleden.info/en/ - all images are visible.
User avatar
Platinum Boarder


cron