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 »

How do I remove smiley face in Footer?


  #1  
Old Feb 15, 2009, 08:30 AM
dave925
 
7 posts · Feb 2009
I just installed this theme, and I do not know how to remove the smiley face at the very bottom of the footer. I am happy to leave the Bytes for All links as a credit, but I would like to delete the unnecessary smiley face.

Thanks!
  #2  
Old Feb 15, 2009, 08:56 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
That is being inserted by WP Stats. Some image needs to be there for the counting process but not necessarily visible. Perhaps the plugin (?) has an option to not (visibly) display that image.

Or, try through Atahualpe Theme Options -> HTML/CSS Inserts -> CSS Inserts

To move it to the left, way outside the browser viewport:

HTML Code:
img#wpstats {
position: absolute;
left: -999em;
}
Or to change its size to 1 x 1 pixel

HTML Code:
img#wpstats {
width: 1px !important;
height: 1px !important;
}
After doing that check if the stats are still being processed, just to be sure, but they should.
  #3  
Old Feb 16, 2009, 07:23 AM
dave925
 
7 posts · Feb 2009
Thanks, this seems to have worked perfectly!

Bookmarks

Tags
smile footer

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove header and footer from one page only? evilisa Header configuration & styling 1 Jun 17, 2009 05:00 AM
How To Remove the Footer Text? shinch1 Forum How-To 5 May 8, 2009 09:42 PM
How To Remove the Footer Text? shinch1 Atahualpa 3 Wordpress theme 2 Mar 21, 2009 01:34 AM
Remove bytesforall.com from footer clothahump Atahualpa 3 Wordpress theme 0 Mar 9, 2009 03:35 PM
"Remove 2nd footer link to BFA" doesn't work Flynn Atahualpa 3 Wordpress theme 0 Dec 13, 2008 04:47 PM


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


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