|
|
#11 | |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,539
Rep Power: 44 ![]() ![]() |
Quote:
Perhaps I'm missing something. What exactly is it that you are trying to change about this?
__________________
Mike-N-Tosh IndianaPC.org - A community website (v3.1.10 Developer - heavily modified) Sandbox (v3.1.10, v4.0.9, 4.1.3) Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as my store with Templates, Mods & Docs Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
|
#12 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
Right. However, imagine that there is a background image for the whole site where the black shows and the footer's padding is changed to butt right up against the content div. Then when you have a page that shows either a continue button or pagination, it shows a gap between the content and the footer so that the you can see the background image of the page. This is not right. The continue button or pagination should show up either in the content div or in its own div where you can define the background of that div to be white so that there is no visual gap. Does this make sense? Because I don't have our custom site enabled, please look at this attactched image to see what the background image of the page looks like.
__________________
68C | Developer License | Running v4.1.3 |
|
|
|
|
|
#13 |
|
Coder
Join Date: Mar 2006
Posts: 4,419
Rep Power: 108 ![]() ![]() |
Thats the thing, IT IS RIGHT for the template its in. This is not a bug with 68C, its not a problem with 68C. Its a 68C template that looks and works fine as it is offered with the product.
You are taking the product and bending it to your will (hehe see I didnt say molest ) and once you do so its your baby.But more to the question that both Mike and I asked. What do you want it to look like. Sitting here and complaining 68C's template isnt right because you cant mod it the way you want doesnt help anyone. Tell us what you want to accomplish and someone may be able to to help. Worse case scenario create a template that you think IS RIGHT. |
|
|
|
|
|
#14 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
Ok. So you are telling that it is ok for it to show a gap between the content div and the footer? I don't think that is right. This is what I mean by right. 68c is assuming that all sites are going to have a white background for the content with no defined background image or color for the page itself. This is a mistake. So what I have described above is what I want the application to do. When there is an instance of a button below the content div, there should be a way to control the background color of the gap where the button drops. Since this is the default behavior of the template, to create a gap between the page content and the footer, there should be some provisions set up in the event, such in my case, that if I happen to define the page background to be a color, or if by chance there is an image defined for the background. I believe you have seen the behavior in question with our actual site Larry. Do I need to provide another static visual of our site as we want it since now that we have the default template assigned? Boy this would be way easier to handle over the phone. I am open to anyone who wants to help me, discuss this over the phone.
__________________
68C | Developer License | Running v4.1.3 |
|
|
|
|
|
#15 | |||||
|
Coder
Join Date: Mar 2006
Posts: 4,419
Rep Power: 108 ![]() ![]() |
Quote:
Quote:
As you can tell by the requests on the forum people want this script to do everything but its not practcal or possible so from a script creator point of view why try? Make a solid, generic script that people can do what they want with. If you dont know smarty, php, css or html that is not 68C's fault. Quote:
Quote:
Quote:
|
|||||
|
|
|
|
|
#16 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
White behind the continue button or pagination. To match the color of the content bg. And not to overlap the footer class or div. In the case of the default template as you see now at Industrialpost.com it shows black where the page numbers are. I want that gap to be just white and keep the page black. I don't know any other way to describe it. Does this make sense?
__________________
68C | Developer License | Running v4.1.3 |
|
|
|
|
|
#17 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
And I might add, that all the templates included in the purchase of 68C have white as their background so of course you are not going to see the dilemma that I am talking about.
__________________
68C | Developer License | Running v4.1.3 |
|
|
|
|
|
#18 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,539
Rep Power: 44 ![]() ![]() |
I believe that I may be starting to understand what you are saying although I don't think you are understanding what Larry is saying.
Regardless, I think that you're issue may be easily corrected by simply addressing the data cell that holds everything in the content area which comes BEFORE the content div and ends AFTER it. Try this in your layout.tpl file around line 189: HTML Code:
<td valign="top" background="#FFFFFF">
Change this at the very top: HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
__________________
Mike-N-Tosh IndianaPC.org - A community website (v3.1.10 Developer - heavily modified) Sandbox (v3.1.10, v4.0.9, 4.1.3) Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as my store with Templates, Mods & Docs Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#19 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
Thanks Mike! Ok so no go on that change. All it does is layer a white box over the search field in IE 7. It drops the white behind the search field in IE8. Any other ideas? I am looking at Industrialpost.com
__________________
68C | Developer License | Running v4.1.3 |
|
|
|
|
|
#20 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
AH!!! It feels great to know that you can figure something out that no one else really helps you with. But I couldn't have done it with out seymourjames' help!!!! You the man!!! Even though you really didn't do much to help me directly. SO HERE IS THE SOLUTION TO MY QUESTION & ROUND AND ROUND TANGO WITH LARRY
:In the style.css insert this little bit if code: .btm { background: #fff; height: 10px; margin: 0; clear: both; } Make sure to keep it as a class, but you can rename "btm" to whatever you want. Next insert this line "<div class="btm"></div>" into this section of code located in the layout.tpl file: <div id="pagecontent"> <div id="content"> <!-- // Content // --> {* This includes the content portion *} {include file=$body} <!-- // End Content // --> <div class="btm"></div> </div> Notice where it is at. It is just before the end tag of the <div id="content"> tag. And that is it!!!! Now if you happen to have a custom footer and a custom page background, anytime anyone of your pages auto populates a "continue" button based on your actions or if you happen to be looking at a list of ads and have the pagination show up at the bottom of the page, you will not see a gap in between the content and the footer. Happy Coding!!!!
__________________
68C | Developer License | Running v4.1.3 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need some assistance with Footer | industrialpost | HTML, CSS, and Design Help | 7 | 06-12-2009 08:47 AM |
| Footer overlapping left navbar | calaf6 | v4.1 Questions & Support | 6 | 05-28-2009 10:32 AM |
| Category Tree Module | Lhotch | Modification Release | 4 | 02-04-2009 04:57 PM |
| Removal of 68 classifieds Copyright footer | dyno | Pre Sales Questions | 1 | 09-25-2008 10:20 PM |
| Delete Categories tree | Marcelo | v3.1 Modules & Modifications | 1 | 01-12-2008 02:05 AM |