Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] Transparent Backround Works on Test Site - Not on active site


  #1  
Old Sep 14, 2015, 05:36 PM
yukoner
 
48 posts · Jan 2012
I'm using Meta Slider as a presentation tool on my Photography site.

When I set it up on my test site I removed the background from the slider by inserting the following into HTML/CSS Inserts:

.theme-bar .nivoSlider {
background: transparent;
}

However when I do the same thing on the active site, the background remains white and the rounded corners of the slider show that. I see this when I "Inspect Element" but it is stroked out. (Shows up but has a line through it. I added another bit to see if I could remove the border, but it seems that, for some reason, the items I'm adding to HTML/CSS Inserts that are to work on Meta Slider are being stopped.

Active site is http://normhamilton.ca/photography/r...e-photography/

I've been at this for a few hours now so am hoping someone here can find what I'm missing.

Norm
  #2  
Old Sep 14, 2015, 06:20 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You have a syntax error in your CSS inserts...there is a double closing bracket '}}' causing everything after it to be ignored.

HTML Code:
div#wrapper, td#middle{ width:auto; }}.hentry img{max-width:100%; height:auto !important;display:block !important;}.theme-bar .nivoSlider{ background:transparent}.theme-bar.slider-wrapper{ border:0px solid #000; }</style>
<script type="text/javascript">
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Sep 14, 2015, 07:04 PM
yukoner
 
48 posts · Jan 2012
Thanks, Juggledad. I corrected that, and found another as well.

However, the background of the slider is still not transparent. Interestingly, the same extra } was in the HTML/CSS Inserts of the test site, but it worked. I've removed it there and it still works.

I added the following to the bottom of the HTML/CSS Inserts of the active site and the body color changed as it should have. That means the syntax is OK, right?

body {
background-color: #00ffff;
background-image: none;
}
  #4  
Old Sep 14, 2015, 07:14 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Looks right now, except for the 1px border
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Sep 14, 2015, 07:28 PM
yukoner
 
48 posts · Jan 2012
UPDATE!
I just added !important to each of these and it seems to have done the trick.

.theme-bar .nivoSlider {
background: transparent !important;
}

.theme-bar.slider-wrapper {
border: 0px solid #000 !important;
}

Last edited by yukoner; Sep 14, 2015 at 07:58 PM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] All Active Site Content Stopped Working When Updated to 3.7.23 dmdodge Installation/Upgrade Issues 2 May 17, 2015 06:51 PM
Tribe Events Calendar plugin - Changes a:active link color in site navigation bar New WordPress Fan Plugins & Atahualpa 5 Mar 19, 2014 03:48 AM
Can you please test the speed of this site? Flynn Atahualpa 3 Wordpress theme 8 May 24, 2010 09:06 AM
Could you test this plugin and tell me if it works with Atahualpa? Ponics Plugins & Atahualpa 3 Dec 28, 2008 03:59 PM


All times are GMT -6. The time now is 10:37 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.