Topic Closed
franzheinzel
22 Posts

Hello everyone

please help me !

2 of my sites

https://yoga-tourism.ru 

and https://kupimavto66.ru/

have suddenly changed their backgrounds.

I used the plugin Rif Backgrounds Changer  previously, but now I canceled all that backgrounds that  I changed manually. But the background I have defined do remain. Please help me to change it.

Theme is       ThemeGarage-Parallax

3 years ago#11748

mabu
444 Posts
7.6K Downloads
5 Themes
9 Plugins

The yellow background in Your sites has disappeared (...?..) . I would in Your case uninstall the rfi-plugin and empty the cache(Tools) and the browser cache.

The images are in the source like <div class="wrap" style="background-image: url(/themes/ThemeGarage-Parallax/Normal/about-2.jpg)"> --- which You can insert manually in the template

Another (safer) possibility is  :  background: url(texture1.jpg), url(texture2.jpg) black; background-repeat: repeat-x, no-repeat;  ( codepen )

(P.S. You have a pagespeed of 61 - have You thought of mod-deflate and caching ? )

Edited: 3 years ago#11749

franzheinzel
22 Posts

 dear  mabu! 

I have cleaned the cache before you have written that. But this problem "yellow background" does not disappear. However, it occurs  only in Opera. What's that file (The images are in the source like <div class=)?  style.css?

Thanks for advice with deflate mode.

3 years ago#11750

mabu
444 Posts
7.6K Downloads
5 Themes
9 Plugins

Sorry - but in my Opera Portable is no yellow background.

I cant test the smartphone- version ?

P.S.  If You click with the right mousekey at the Yellow area -> inspect element . then You should see in the styles of the second column a small Yellow circle, if the reason is not a yellow picture.. (The color must come from something). Otherwise i would test a new installation of Opera Portable.

There is in the styles of the bootstrap.css

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: #fcba0c;}  ---  (Yellow rgb(252, 186, 12); ) 

which You can replace for test or add this to the stylesheet  for test with white or transparent   -> { background-color: white !important; max-height:50px !important;}

Edited: 3 years ago#11751

franzheinzel
22 Posts

is the yellow background. in bootstrap.css?

3 years ago#11752

mabu
444 Posts
7.6K Downloads
5 Themes
9 Plugins

The <div class="container-fluid headtop"> .. ..-->  <div class="gpArea_TopTwoMenu GPAREA"> has this yellow background, but in the stylesheet it has .headtop {   background-color: rgba(0,0,0,0.8); i.e. black

A. The most obvious first source of Yellow is the yellow button , whose color is defined in bootstrap.css . So can You please at first add the above sourcecode to the layout-editor (right corner : custom.css)  and see how much it influences the yellow background. It will probably not , because :

B. At the bottom right corner of Your picture is also a definition of a yellow background with twice !important (the picture above is too small to read - also the URL is different !) :

.Noindex_clr_tg .......*{color:rgb(0,0,0) !important ; background-color:#x44520 !important } <-yellow : - this style doesnt appear in my browsers (!?) It is in some strange <style> Evtl. it is a rest of rif. Try to find it (Super Finder XT) and set it to transparent !

C. The problem of the navigation is :  <div class="collapse navbar-collapse" id="navbar"><div class="gpArea_TopTwoMenu GPAREA"><ul class="nav navbar-nav">  The Gparea is between and can block inheritance.  It is all a misfunction of the navigation in Opera - which version  do You use ?

You can also try to add  to Your scripts.js     $("div.gpArea_TopTwoMenu.GPAREA ul").addClass("navbar-nav"); - and watch the navigation

Your sites are also connected with other sites which may add their css and js

Edited: 3 years ago#11753

Topic Closed

 

News

elFinder 2.1.50 in Upcoming Release
12/28/2019

A new release for Typesetter is in the works with a lot of improvements including the ... Read More

Typesetter 5.1
8/12/2017

Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More

More News

Log In

  Register