I have read through the multiple post and I cannot find the answer I need. I am using yget at www.gordonkeithwannabe.com
In both FF 2.0.0.2 and IE 7 the footer overlaps the sidebar and is not at the very bottom of the page.
Can anyone provide some insight?
Thanks in advance,
Onelessthang
![]() |
| | LinkBack | Thread Tools | Display Modes |
| ||||
| |
| ||||
|
You have to make the min-height of wrapper2 in main.css to a higher number.
__________________ I accept donations for my time helping users like you on the forum and IRC. |
| The Following User Says Thank You to kbeeveer46 For This Useful Post: | ||
| ||||
| Because the sidebar is positioned absolute. Use the trick i did for Mollio-Beat to have different min-heights for the different pages: Code: /* Better footer placement in FF */
#content-wrap1 {background: #fff;position:relative;width:100%;min-height:1200px; height:auto;} /* MB2.0 - " when not logged in */
#content-wrap2 {background: #fff;position:relative;width:100%;min-height:1050px; height:auto;} /* MB2.0 - " when logged in */
#content-wrap3 {background: #fff;position:relative;width:100%;min-height:800px; height:auto;} /* MB2.0 - " when logged in, no cat box */
/* Better footer placement in IE, copy values of content-wrap above */
* html #content-wrap1 {height: 1200px;}
* html #content-wrap2 {height: 1050px;}
* html #content-wrap3 {height: 800px;}
Don't know if the yget has content-wrap1,2,3 , but you can put that in the HTML by tweaking the tpl files. Don't know which ones in yget. EDIT: You can have content-wrap1,2,3 by changing line 95 in pligg.tpl Code: <div id="content-wrap2"> Code: {if $user_authenticated ne true}<div id="content-wrap1">
{else}
{if $cat_url neq ""}<div id="content-wrap2">
{else}<div id="content-wrap3">
{/if}
{/if}
If i remember well you can collapse the boxes in the sidebar... that is not supported by using the content-wrap1,2,3 method.
__________________ Like my work? Donations are welcome if you would like to support my work! Finger pliggin' good sites of mine: receptencocktail.nl / numarketing.nl / goboz.com Last edited by beatniak; 03-01-2007 at 06:24 AM.. Reason: Quickly looked into yget for the 1st time and solved it i guess. Put up the code in the post |
| The Following User Says Thank You to beatniak For This Useful Post: | ||
| ||||
|
beatniak - Wow! Thank you so much for your post. I am still getting use pligg and this post really helped my learning curve. I more than appreciate you taking the time and giving so much detail. Thanks, Onelessthang |
| ||||
|
Is there any solution to drop down the footer with sidebar, like position automatically drop towards down when selected to show more stories, but why it doesnt go down when footer size is bigger, I have completed minimum height, but it really annoying when visiting only single story. Any help ? See this
__________________ Drive more traffic to your blog by submitting blog.. ______________________ || Drive more Traffic || Gadgets Watch || |
| |||
| Alternative
Since the responses to this issue appear to vary. I thought Id offer an alternate option. Remove the horizontal rule from the footer to give the appearance that there is no actual overlap. You can comment out in main.css (in case you dont like the result) or simply remove. PHP Code: |
| ||||
|
Actually the true response to this thread is this.. Look in the CSS for Code: * html #content-wrap2 {
height:850px;
}
Code: #content-wrap2 {
background:#fff;
position:relative;
min-height:1050px;
height:auto;
margin:0 20px;
}
__________________ Visit PliggPro the official Pligg Mods & Template Shop! |
| The Following User Says Thank You to chuckroast For This Useful Post: | ||
| |||
| Quote:
|
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| footer under sidebar in home page | lacasuela | "yget" | 10 | 03-28-2008 05:00 PM |
| Sidebar overlapping page | wvccboy | Template Support | 1 | 09-10-2007 05:32 AM |
| How to move the sidebar to footer? | PurpleCow | "yget" | 1 | 06-17-2007 08:00 AM |
| Recreate functionality of origianl sidebar in added sidebar | trustnot | "Digital Nature" | 1 | 03-15-2007 10:15 AM |
| How do I make the footer sit BELOW the sidebar on all pages? | littledipper | Template Support | 5 | 11-29-2006 04:54 PM |





Linear Mode

