22 | Posts |
Hello everyone
please help me !
2 of my sites
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
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 ? )
22 | Posts |
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;}
22 | Posts |
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
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More News
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using