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 Question


  #1  
Old Aug 12, 2009, 12:16 AM
lchapnick
 
6 posts · Jul 2009
USA Boca Raton,Florida
Send a message via Skype™ to lchapnick
[SOLVED] Footer Question

I searched the threads but could not find anything on how to add 3 columns, vertically, with links in the footer? Can anyone tell me where I could read up on how to go about accomplishing this. Is it true you have to be very careful messing around with the footer area. I'm using Atahualpa 3.4.2.
  #2  
Old Aug 12, 2009, 06:35 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You can put HTML and PHP right into Style & edit FOOTER -> Footer: Content, i.e.

<table id="myfooter" border="0" cellspacing="0" cellpadding="0">
<colgroup><col><col><col></colgroup>
<tr>
<td>
<a href="...">Link</a><br />
<a href="...">Link</a><br />
<a href="...">Link</a>
</td>
<td>
<a href="...">Link</a><br />
<a href="...">Link</a><br />
<a href="...">Link</a>
</td>
<td>
<a href="...">Link</a><br />
<a href="...">Link</a><br />
<a href="...">Link</a>
</td>
</tr>
</table>


Add a HTML/CSS Inserts -> CSS Insert

table#myfooter {
table-layout:fixed;
}
table#myfooter td {
vertical-align:top;
}

To have different widths for the 3 columns, add this as CSS Insert as well:

.footercol1 {
width: 200px;
}
.footercol2 {
width: 150px;
}
.footercol3 {
width: 250px;
}

And change in the HTML code above, this:

<colgroup><col><col><col></colgroup>

to:

<colgroup><col class="footercol1"><col
class="footercol2"><col class="footercol3"></colgroup>
  #3  
Old Aug 13, 2009, 10:04 PM
lchapnick
 
6 posts · Jul 2009
USA Boca Raton,Florida
Send a message via Skype™ to lchapnick
Quote:
Originally Posted by Flynn
You can put HTML and PHP right into Style & edit FOOTER -> Footer: Content, i.e.

<table id="myfooter" border="0" cellspacing="0" cellpadding="0">
<colgroup><col><col><col></colgroup>
<tr>
<td>
<a href="...">Link</a><br />
<a href="...">Link</a><br />
<a href="...">Link</a>
</td>
<td>
<a href="...">Link</a><br />
<a href="...">Link</a><br />
<a href="...">Link</a>
</td>
<td>
<a href="...">Link</a><br />
<a href="...">Link</a><br />
<a href="...">Link</a>
</td>
</tr>
</table>


Add a HTML/CSS Inserts -> CSS Insert

table#myfooter {
table-layout:fixed;
}
table#myfooter td {
vertical-align:top;
}

To have different widths for the 3 columns, add this as CSS Insert as well:

.footercol1 {
width: 200px;
}
.footercol2 {
width: 150px;
}
.footercol3 {
width: 250px;
}

And change in the HTML code above, this:

<colgroup><col><col><col></colgroup>

to:

<colgroup><col class="footercol1"><col
class="footercol2"><col class="footercol3"></colgroup>
Thanks so much Flynn. I will do what you just said and see what happens. I am sending another donation to you now. I appreiciate you taking the time to answer my questions.

Linda
  #4  
Old Aug 14, 2009, 10:53 AM
lchapnick
 
6 posts · Jul 2009
USA Boca Raton,Florida
Send a message via Skype™ to lchapnick
Hi Flynn
Thank you once again for answering my question. I donated last night but could not find a paypal donate button for you. Everytime I pressed donate at the end of your reply the only option was to donate to BytesForAll or juggledad. Since juggledad did not answer my question I donated to BytesForAll. Sorry about that. If you could tell me where your donate button is at I will send another donation to you.
  #5  
Old Aug 14, 2009, 08:11 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
The "BytesForAll" button goes to me.

BTW, the "Don't post..." post was not directed at you although you and me are the only ones in this thread. It was directed at a banned user who's posts are deleted now. I posted about these "ghost posts" here http://forum.bytesforall.com/showthread.php?t=2988
  #6  
Old Feb 4, 2010, 02:56 AM
catastrophy
 
52 posts · Jan 2010
Nice France
Thanks a lot for this improvement
because the footer of this fantastic theme is not very developped
this hack its working but the cells are not centered in the footer.
How to have them centered in the footer?

Daniel

Last edited by catastrophy; Feb 4, 2010 at 02:58 AM.
  #7  
Old Feb 4, 2010, 05:13 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Have you tried just adding a new wiget area to the footer?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Aug 13, 2009, 09:21 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Please don't post the same question in multiple threads

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Form widget colors, etc. & Footer question (donated) cliffbird Atahualpa 3 Wordpress theme 1 Aug 6, 2009 11:39 AM
[SOLVED] home vs other page positoning of a body image + a footer question fcitino Atahualpa 3 Wordpress theme 4 Jun 17, 2009 07:52 AM
Side not displaying, Footer Question, and Traffic TradersDegree Sidebars & Widgets 4 May 28, 2009 07:04 PM
footer question for atahualpa theme newby New Versions, & Updating 2 Apr 1, 2009 01:56 PM


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


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