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 » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Footer - Pushing to right


  #1  
Old Jul 12, 2010, 11:46 PM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
Atahualpa 3.4.9
WP 3.0

Click on post link from homepage, when the post opens the footer which usually in aligned across the bottom on the homepage is pushing to the right. I have looked at forum posts in here and found nothing posted about this issue. Any ideas on how to get this fixed? Thanks

~Correen
  #2  
Old Jul 13, 2010, 11:05 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what is the url so I can see it. Check the post and make sure it doesn't have any WORD formatting in it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 13, 2010, 11:18 AM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
Thanks for replying JuggleDad

This is the page, as soon as it loads the footer pushes to the right... http://foodloverswebsite.com/recipes...oes-and-basil/ On the homepage it is aligned across the bottom the way I want it.

No WORD formatting...been there done that though
  #4  
Old Jul 13, 2010, 11:44 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try disabling the tweet plugin
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jul 13, 2010, 11:49 AM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
Well ta da! It actually was not a plugin, it was a widget. Got rid of it and it solved the problem. Thank you, thank you. Side note: Do you know of a tweet plugin that works well with this theme?
  #6  
Old Jul 13, 2010, 11:51 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I don't, but I haven't looked at any.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Aug 24, 2010, 05:27 PM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
Hmm! Looks like the footer is back up to it's old tricks...I have not done anything different. Pushes slightly to the right on home page, shoves all the way to the right when clicking on an actual post. Just curious, huh?

Besides turning off the left sidebar and or deleting widgets....which does not make sense to me because what good is the left sidebar option if it can't be used...does anyone have ideas about what is going on?

http://www.foodloverswebsite.com
WordPress 3.0.1
Atahualpa 3.4.9
  #8  
Old Aug 24, 2010, 09:17 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
How did you put the image in the footer? Can you post the code you have in the footer?
__________________
~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.
  #9  
Old Aug 24, 2010, 09:32 PM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
Sure thing...thanks for replying. Just to let you know this started happening 'again' last week way before my footer info.

<p align="center"><a href="http://www.dollardays.com/?affilid=3108" target="_blank"><img src="http://www.dollardays.com/icons/adbanners/DD_358x83.gif" border=0 alt="DollarDays"></a></p><br>Copyright &copy; %current-year% %home% - All Rights Reserved - <a href="http://foodloverswebsite.com/wp-login.php">Admin</a>
  #10  
Old Aug 24, 2010, 10:21 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try this instead. No guarantees but align="center" is "officially deprecated.
HTML Code:
<div style="width:400px;margin-right:auto;margin-left:auto;"><a  href="http://www.dollardays.com/?affilid=3108"  target="_blank"><img  src="http://www.dollardays.com/icons/adbanners/DD_358x83.gif" border=0  alt="DollarDays"></a></div><br />Copyright &copy;  %current-year% %home% - All Rights Reserved - <a  href="http://foodloverswebsite.com/wp-login.php">Admin</a>
__________________
~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.
  #11  
Old Aug 24, 2010, 10:30 PM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
Dag nab it! Nope. I am ready to pull my hair out <---not your prob, just my frustration
  #12  
Old Aug 24, 2010, 10:41 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What is the div that has an id of simpleAdPreFooter?
__________________
~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.
  #13  
Old Aug 24, 2010, 10:52 PM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
It is Google Adsense javascript posted in "Ad code for single posts" that shows up at the end of each post using the simpleadPlacement plugin (http://wordpress.org/extend/plugins/simpleadplacement/).
  #14  
Old Aug 24, 2010, 11:00 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I too can't figure out why your footer is off to the right. Also I noticed that your text is all centered in the footer so you probably could just have the image code without the div for the ad image.
__________________
~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.
  #15  
Old Aug 24, 2010, 11:15 PM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
Grrs! What is a gal to do if someone that knows wayyyy more has not a clue? <---Thinking out loud, no need to reply

Centered footer is fine.

Thank you, thank you from me to you for looking at this. {Waves at the in-laws on Long Island :}
  #16  
Old Aug 25, 2010, 06:35 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Part of the problem is not seeing the backend and not knowing what "special" stuff was added. I took a look again and my suspicions about the simpleAdPreFooter were confirmed in my tests. Where did you put that code? If you take it out the footer works fine.
__________________
~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.
  #17  
Old Aug 25, 2010, 08:56 AM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
BINGO you are a genius! That was it! Thank you sooo much. Heading over to the thread about the plugins that work with this theme.
  #18  
Old Aug 25, 2010, 10:55 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Where did you put that code Correen? You MAY not have to use another plugin, just put the code somewhere else.
__________________
~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.
  #19  
Old Aug 25, 2010, 11:20 AM
Correen's Avatar
Correen
 
16 posts · Jul 2010
Pacific NW
The code goes into a little box supplied by the plugin. Got rid of it and found the coolest plugin for ads that will allow me to set up ads for each of the authors on the site! Sooo after all that, it's all turned out better than ever.

Here is the plugin if you would like to take a look: http://code.openx.org/projects/show/advertising-manager

Thanks again for ALL your help on this. When I am not just rubbing pennies together you bet I will be donating to this project!

Bookmarks

Tags
atahualpa 3.4.9, footer, footer issue, footer style



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] HELP! Comments, Comment Footer, Footer, SideBar GONE! frgvn Comments, trackbacks & pings 1 Feb 28, 2010 03:58 AM
[SOLVED] Footer shows even though Atahualpa footer is empty tinroofrusted Post-Kicker, -Byline & -Footer 1 Feb 19, 2010 10:22 AM
[SOLVED] footer - tried to, per instructions, edit footer links to &quot;Woodpress&quot; and ge jorgfoto Post-Kicker, -Byline & -Footer 2 Oct 15, 2009 12:57 PM
[SOLVED] Footer: How to add line break in footer text StudioGal Post-Kicker, -Byline & -Footer 2 Oct 9, 2009 07:41 AM


All times are GMT -6. The time now is 12:22 PM.


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