Hi,
The “header offer” image in Cherry Framework is set up here: https://www.dropbox.com/s/8thu4sx3wilph8u/prtscr%20parallax.png?dl=0 It’s called parallax.jpg If i put absolute address, it doesn’t show up. However, the entire div with image doesn’t show up in Slovak version for some reason.
The header in original language:
<section class="parallax-box image-parallax-box "><div class="parallax-content">
<div class="row ">
<div class="span8 "><p><img class="logo" src="https://funnylicious.eu/wp-content/themes/theme53917/images/logo_2.png" alt="Logo"></p>
<h1>We are an improv theater<br>
and we just love to<br>
make you laugh.</h1>
<a href="our-shows" title="Our Shows" class="btn btn-default btn-normal btn-inline btn-from-top" target="_self"><span data-hover="Our Shows"><i class="icon-star"></i>Our Shows</span></a><!-- .btn --> <a href="services/improv-classes" title="Improv Classes" class="btn btn-default btn-normal btn-inline clean btn-from-top" target="_self"><span data-hover="Improv Classes">Improv Classes</span></a><!-- .btn --></div>
</div> <!-- .row (end) -->
<div class="clear"></div></div>
<!-- With image -->
<div class="parallax-bg" data-parallax-type="image" data-img-url="https://funnylicious.eu//wp-content/uploads/2015/07/parallax.jpg" data-speed="normal" data-invert="false" style="width: 1349px; margin-left: -675px; left: 50%;"><div class="parallax-img parallax-bg-inner" style="width: 1349px; height: 903px; margin-top: -260px; margin-left: 0px; top: -14px; background-image: url(https://funnylicious.eu//wp-content/uploads/2015/07/parallax.jpg);"></div>
</div></section>
The header in Slovak language with image missing:
<section class="parallax-box image-parallax-box "><div class="parallax-content">
<div class="row ">
<div class="span8 "><p><img class="logo" src="https://funnylicious.eu/wp-content/themes/theme53917/images/logo_2.png" alt="Logo"></p>
<h1>We are an improv theater<br>
and we just love to<br>
make you laugh.</h1>
<a href="our-shows" title="Our Shows" class="btn btn-default btn-normal btn-inline btn-from-top" target="_self"><span data-hover="Our Shows"><i class="icon-star"></i>Our Shows</span></a><!-- .btn --> <a href="services/improv-classes" title="Improv Classes" class="btn btn-default btn-normal btn-inline clean btn-from-top" target="_self"><span data-hover="Improv Classes">Improv Classes</span></a><!-- .btn --></div>
</div> <!-- .row (end) -->
<!-- Image missing -->
<div class="clear"></div></div><div class="parallax-bg" data-parallax-type="image" data-img-url="" data-speed="normal" data-invert="false"></div>
</section>