Viewing 13 replies - 1 through 13 (of 13 total)
  • Can’t find the server at https://www.jmoserengineerin.com

    https://www.jmoserengineering.com

    The smiley face is from wp-stats, and I suspect that the rest might be located in footer.php directly below <div id="colophon">

    add this to the end of style.css
    img#wpstats { display:none;}

    Thread Starter moserengineering

    (@moserengineering)

    I got rid of the smiley face but I can’t get rid of the little box. Here is my footer.php

    [Code moderated as per the Forum Rules. Please use the pastebin]

    I suspect this is what you are after if I am interpreting “box” correctly;

    <DIV ALIGN=RIGHT>Moser Engineering
    <DIV ALIGN=RIGHT>73 Bugby Road
    <DIV ALIGN=RIGHT>Chazy, NY 12921
    <DIV ALIGN=RIGHT>518-846-3160
    <DIV ALIGN=RIGHT>[email protected]

    Would it be of any help to download a fresh copy of the .zip package and then use the original footer.php file included in the twentyten theme as a guide? That might help to give you some idea of what has actually been modified in your copy.

    https://www.ads-software.com/latest.zip

    are you not closing those divs?

    A better way would be to do something like this:

    <div style="text-align: right">
    Moser Engineering<br/>
    73 Bugby Road<br/>
    Chazy, NY 12921<br/>
    518-846-3160<br/>
    [email protected]
    </div>

    Or put them in a <ul> or <p> tags or something.

    Thread Starter moserengineering

    (@moserengineering)

    thank you, that worked.

    Thread Starter moserengineering

    (@moserengineering)

    actually that just moved the box to the left side

    Thread Starter moserengineering

    (@moserengineering)

    This is my footer.php now and the little box is still on the bottom right.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Have you given any thought to removing just this from the footer file to see what happens?

    Moser Engineering<br>
    73 Bugby Road<br>
    Chazy, NY 12921<br>
    518-846-3160<br>
    moserengineering @ yahoo.com<br>
    Thread Starter moserengineering

    (@moserengineering)

    the little box is still there when I delete the info in the post above. Any other ideas?

    It’s probably there because of a plugin you are using, since it’s in between the footer javascript files.

    Try disabling your plugins one-by-one.

    Okay… I have yet to actually see a little box in the right of your site in any browser I have viewed it in. We might be using too vague of a description for the location of the box that is giving you issues.

    there is a little smiley face in the middle and on the right there is a box

    I have been operating under the assumption that “box”, was your reference to the site details we’ve been looking at in the right side of the footer. The only box shaped details consistently present on your site while I’m viewing it, is the square bullets that precede the li items in the sidebar, and the empty white space to the right of the images located in your header.

    If you could detail exactly where you are seeing the box you are referring to, perhaps we can make short work of it for you.

    [edit] …I just switched to a different machine and I can duplicate it using FF 3.6.8 and IE7 at a res of 1920×1080, but I cannot see it in IE8 or FF 3.6.7 on the laptop I’m using to write this. Very strange!!

    Your box is located outside the closing </html> tag, immediately before the analytics script:

    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "https://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    .

    I have no explanation as to why I can’t see that character in the source in all browsers.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to remove little symbols…’ is closed to new replies.