• Resolved jamking

    (@jamking)


    Hello all I need a little help please if you go to our site (link below) there is a little piece of code like this (” />) on the upper right corner under the Logo in the header. we have tried everything (we) could to remove it but have had no luck…Can anyone help us please…Thanks

    http://thejamkingshow.com/benews/

Viewing 15 replies - 1 through 15 (of 17 total)
  • Moderator Kathryn Presner

    (@zoonini)

    This code is messed up:

    <img class="logo" src="http://thejamkingshow.com/benews/wp-content/themes/atahualpa352/images/LOGO22.png" alt="<img src="http://thejamkingshow.com/benews/images/HEADER/The+Black+Grind.png" title="The Black Grind" alt="The Black Grind" style="border: 0 none ;"/>" />

    Should probably be something like:

    <img class="logo" src="http://thejamkingshow.com/benews/wp-content/themes/atahualpa352/images/LOGO22.png" title="The Black Grind" alt="The Black Grind" style="border: 0 none ;" />
    Thread Starter jamking

    (@jamking)

    Ok thank you Zoonini….and where might I find that code?

    Alwyn Botha

    (@123milliseconds)

    Thats in the header.php in your current theme’s folder

    Thread Starter jamking

    (@jamking)

    Ok guys I have never had this problem before I hope i am not going crazy but I can not find it Here is the Header.php but I just don’t see it and sorry to be a nuisance

    [code removed as per forum rules - please use the pastebin]

    It is on line 287, " /> Look for the image it is with "<img src="http://thejamkingshow.com/benews/images/HEADER/The+Black+Grind.png" title="The Black Grind" alt="The Black Grind" style="border: 0 none ;"/>"

    BTW, your site has many errors,http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fthejamkingshow.com%2fbenews%2f

    Thread Starter jamking

    (@jamking)

    Ok Thank you and I apologize for the Code should have read the rules first… and thanks for the error info..I see I got a lot of work ahead me… I still used pastebin before I saw your reply…will try to look for the “<img now …Thanks Kmessinger,123milliseconds,zoonini

    http://pastebin.com/6Piwi859

    Thread Starter jamking

    (@jamking)

    Ok kmessinger sir when I put the header.php in the editor I only see 126 lines.am i looking in the wrong spot? btw I’m using Atahualapa 3.5.2

    http://pastebin.com/6Piwi859

    here is a copy of the bfa_header_config.php as well

    http://pastebin.com/dFfyZ9V2

    Check line 62 in the pastebin file.

    in the first pastebin file, sorry.

    Thread Starter jamking

    (@jamking)

    Ok kmessinger I edited that code in line 62 along with removing it completely and no help! wow I don’t know where is to look this is the first time I couldn’t correct a problem of this nature.. any more suggestions? and I appreciate you taking the time to assist me……

    After stripping away all the code except where the text is appearing we are left with . . .

    <!-- Header -->
    	  <td id="header" colspan="3">
    
                     <table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td rowspan="2" valign="middle" class="logoarea-logo">
    				 "/>
    				 </td>
                     <td rowspan="2" valign="middle" class="logoarea-title"><p class="tagline">&nbsp;</p></td>
                     <td class="feed-icons" valign="middle" align="right">&nbsp;</td>
                     </tr><tr>
                       <td valign="bottom" class="search-box" align="right">&nbsp;</td>
                     </tr></table> </td>
    		 <!-- / Header -->

    Look for a table (?), logo-area (?). I would think this is being generated in header but it is difficult to figure out.

    Thread Starter jamking

    (@jamking)

    Ok sir will try again!! stand by!!..Thanks

    Thread Starter jamking

    (@jamking)

    Hey Kmessinger I didnt see that in the Header.php but saw this in the bfa_header_config.php
    http://pastebin.com/m3Jwmjs5

    I don’t see anything there. Where ever it is, it will be
    "/> just before a </td>

    Go to dashboard, apperance and change the theme to twentyten. Everything will be messed up but does that code still show up? Change back to your theme.

    Thread Starter jamking

    (@jamking)

    Nope it doesn’t show up with twentyten, works just fine…Now it is beginning to be like looking for a needle in a haystack. But it’s in the current theme somewhere…..I have been looking for for 3 days now

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Piece of code in view’ is closed to new replies.