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 »

[SOLVED] Gray logo box that I want removed


  #1  
Old Oct 24, 2011, 01:24 PM
mhagenow
 
9 posts · Oct 2011
Hi, Any help is appreciated because I've searched the threads with no luck. My website is www.metalstampedmemories.com
In IE my site looks fine but in firefox a strange grey box appears above the header where I believe the logo area is. I just want the logo area to be white and this gray shadow box gone. I've messed around with the logo area styling section but still have no luck.
Please let me know what to do.
Thanks!
  #2  
Old Oct 24, 2011, 02:01 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try disabling all your plugins to see if one is causing the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Oct 24, 2011, 02:15 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You have a second div with an ID of container. There can only be one container ID
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #4  
Old Oct 24, 2011, 03:50 PM
mhagenow
 
9 posts · Oct 2011
Do I need to delete/change something? Could you please tell me where I need to go into- I am not very knowledgeable with code.
Thanks for your help.
  #5  
Old Oct 24, 2011, 04:04 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try disabling all your plugins to see if one is causing the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Oct 24, 2011, 04:58 PM
mhagenow
 
9 posts · Oct 2011
I tried disabling them all and that didn't do anything.
  #7  
Old Oct 24, 2011, 06:11 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Have you made any changes to the theme files?
What code have you added to the theme options and in what section?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #8  
Old Oct 24, 2011, 06:21 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What version are you on?
What do you have coded at ATO->Add HTML/CSS Inserts->HTML Inserts: Header?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Oct 24, 2011, 06:33 PM
mhagenow
 
9 posts · Oct 2011
I am using 3.5.1.
Here is what is coded at ATO->Add HTML/CSS Inserts->HTML Inserts: Header

<meta name="google-site-verification" content="m-QBtH_zeQnd4cEOFGhRsvy36R-Lfb_lxfNdSTJZN6o" />
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22455935-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</tr></tbody></table></div></div> <div id="wrapper" class="wrapbody"><div id="container"> <table cellspacing="0" cellpadding="0" border="0" id="layout"> <colgroup> <?php if ( $left_col == "on" ) { ?><col class="colone" /><?php } ?> <?php if ( $left_col2 == "on" ) { ?><col class="colone-inner" /><?php } ?> <col class="coltwo" /> <?php if ( $right_col2 == "on" ) { ?><col class="colthree-inner" /><?php } ?> <?php if ( $right_col == "on" ) { ?><col class="colthree" /><?php } ?> </colgroup> <tbody><tr><td colspan="<?php echo $cols; ?>"></td>
  #10  
Old Oct 24, 2011, 06:36 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
see all this code
HTML Code:
</tr></tbody></table></div></div> <div id="wrapper" class="wrapbody"><div id="container"> <table cellspacing="0" cellpadding="0" border="0" id="layout"> <colgroup> <?php if ( $left_col == "on" ) { ?><col class="colone" /><?php } ?> <?php if ( $left_col2 == "on" ) { ?><col class="colone-inner" /><?php } ?> <col class="coltwo" /> <?php if ( $right_col2 == "on" ) { ?><col class="colthree-inner" /><?php } ?> <?php if ( $right_col == "on" ) { ?><col class="colthree" /><?php } ?> </colgroup> <tbody><tr><td colspan="<?php echo $cols; ?>"></td>
that is causing the issue.

Why do you have it there?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #11  
Old Oct 24, 2011, 06:40 PM
mhagenow
 
9 posts · Oct 2011
Not sure, but it solved the problem- thanks much!

Bookmarks

Tags
border, box, gray, logo area

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
SPACES REMOVED after punctuation in 3.6.7 avantlit New Versions, & Updating 8 Sep 16, 2011 05:34 PM
Spaces removed after punctuation mlanger Atahualpa 3 Wordpress theme 2 Jul 30, 2011 04:30 AM
Updating to 3.6.7 Removed My Adsense Ads PCFitnessDotNet Plugins & Atahualpa 10 Jun 8, 2011 12:59 AM
[SOLVED] Spaces removed in copy dingest Atahualpa 3 Wordpress theme 5 May 18, 2011 11:18 AM
ive donated but how to removed footer paul Forum How-To 1 Dec 18, 2009 08:10 AM


All times are GMT -6. The time now is 03:47 AM.


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