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 » Header configuration & styling »

Symbol appearing above header


  #1  
Old Mar 18, 2013, 04:16 PM
vanderark1
 
31 posts · Jan 2010
Symbol appearing above header

Hopefully someone smarter that me can tell me why I have this:

>

appearing at the top of every page now?

I assume it's a hack, but I can't find where/what it is to remove it.

I never saw it before I upgraded Wordpress to 3.5.1

I didn't notice it afterwords either, but can't say for sure that it didn't appear then.

www.karpata.com
  #2  
Old Mar 18, 2013, 04:33 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
check your 'Add HTML/CSS Inserts' options for an extra > in one of the options
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 18, 2013, 04:46 PM
vanderark1
 
31 posts · Jan 2010
Thanks for the idea.

I haven't touched this area in a long time, but the upgrade could have done something, I guess.

There is nothing in "HTML Inserts: Header or Body Tag or Body Top

Body Bottom is the google Analytics code, but I don't see anything out of place there.

CSS Inserts - has code, but I don't see the issue (I'm not an expert by any means).

Would you be so kind as to see if I'm missing something?

Here's the code in there:

Quote:
h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }


/* this removes the dashed border on the Menu 1 (Page Menu) when the menu is centered */

div#menu1 { border: none 0px; color: #ffffff }

/* this changes the Menu 1 (Page Menu) items to whatever is entered */

div#menu1 ul.rMenu li a:link, div#menu1 ul.rMenu li a:hover, div#menu1 ul.rMenu li a:visited, div#menu1 ul.rMenu li a:active
{font-weight: normal;}

div#menu1 {border: none 0px}
div#menu2 {border: none 0px}


/* Following makes borders appear in submenu but not main menu */

div#menu1 ul.rMenu ul.rMenu-ver li {border-top:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}

div#menu1 ul.rMenu ul.rMenu-ver li {border-bottom:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}

div#menu2 ul.rMenu ul.rMenu-ver li {border-top:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}

div#menu2 ul.rMenu ul.rMenu-ver li {border-bottom:solid 1px #909090; padding-top: 4px; padding-bottom: 4px}

/* Following makes all submenu items white all the time */

div#menu1 ul.rMenu ul.rMenu-ver li a:link,
div#menu1 ul.rMenu ul.rMenu-ver li a:visited,
div#menu1 ul.rMenu ul.rMenu-ver li a:active {
background: #000000 !important; color: #ffffff !important;}

div#menu1 ul.rMenu li a:hover {text-decoration:underline}
div#menu2 ul.rMenu li a:hover {text-decoration:underline}
div#imagecontainer {border-right: solid 2px #cccccc; border-left: solid 2px #cccccc;}
div#menu1 ul.rMenu-hor li {padding-right: 10px !important;}
div#menu2 ul.rMenu-hor li {padding-right: 20px !important;}

/* For CURRENT menu items to stay the same color as non-CURRENT */
div#menu1 ul.rMenu-hor li.current_page_item a:link,
div#menu1 ul.rMenu-hor li.current_page_item a:visited,
div#menu1 ul.rMenu-hor li.current_page_item a:active {
background: #000000 !important; color: #ffffff !important;}
div#menu1 ul.rMenu-hor li.current_page_item a:hover {
background: #000000 !important; color: #ffffff !important;}

div#menu2 ul.rMenu-hor li.current_page_item a:link,
div#menu2 ul.rMenu-hor li.current_page_item a:visited,
div#menu2 ul.rMenu-hor li.current_page_item a:active {
background: #000000 !important; color: #ffffff !important;}
div#menu2 ul.rMenu-hor li.current_page_item a:hover {
background: #000000 !important; color: #ffffff !important;}

/* For Formatting Gravity Forms */

/* These set all forms */

body .gform_wrapper { width:700px; margin: 25px; }
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color:#404040; font-weight: normal;}
  #4  
Old Mar 18, 2013, 04:51 PM
vanderark1
 
31 posts · Jan 2010
This is in my Header.php:

Quote:
<tr>

<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">

<?php echo bfa_header_config(); ?>

</td>
<!-- / Header -->

</tr>
Could this be causing it: ">

I have never edited the Header.php
  #5  
Old Mar 18, 2013, 05:11 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Is that the entire header.php??
What do you have in your ato->Style & edit HEADER AREA->Configure Header Area?
what version of Atahualpa?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Mar 18, 2013, 05:19 PM
vanderark1
 
31 posts · Jan 2010
No, I just looked for "header" and then for something that could be an extra > to my eyes. This seemed to be the only one. I grabbed between two tags that I knew were opened then closed.

Here's what I have in ATO>>....>>Configure Header Area:

Quote:
%bar2 %image %bar1 %pages %bar2 %cats %bar2
ATA version 3.6.7

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Stray Greater than symbol at top of page misangela Header configuration & styling 1 Jan 2, 2012 12:27 PM
Widget List block symbol to Remove jkfly4 Sidebars & Widgets 6 Jan 7, 2011 08:49 AM
favicon not appearing in website, appearing only in admin panel biswajitdey13 Header configuration & styling 1 Sep 3, 2010 01:56 PM
% symbol showing up on Archive Pages samredlich Excerpts, Read more, Pagination 11 Aug 26, 2010 07:54 PM
� Symbol showing in excerpts mode webNapoli Excerpts, Read more, Pagination 7 Jul 23, 2010 07:16 PM


All times are GMT -6. The time now is 05:03 PM.


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