|
|
#1 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
Say all you designers out there that want to really jazz up your site from the boring white backgrounds template that come with the purchase of 68c! I have an important snippet of code that you really need to pay attention to. 68c has done a great job in rolling out a product that allows for great expansion and customizing, however, they don't tell you the little hang ups that come when you want to change the page background from white to any other color or for that matter, an image. Because you see, the templates that they give you are all assuming that you are not going to change this. But chances are, you are going to want to.
So I am here to let you know about an important discovery that none of the 68c Support staff provided me. After spending countless hours of round and round posts on this forum, I have decided to spare you all from the same grief I experienced. As you know there are many things you can do with the 68c platform. Buy modules, customize the code, buy new templates... etc. And this is all great. But when it comes time to customizing the layout for yourself and tweaking the code (which I guess is a no-no. Whoops. Didn't I buy the Developer License? Why yes I did, thank you. I am a big boy, I will handle future upgrades to v4.1.3 just fine.) you may run into this issue I had. 68c assumes that the interaction between the content of the page and the footer of the page is seamless. This is not true when you happen to have a page background that is not white. Because you see, the code is relying on you keeping the page background white in order to hide this flaw. Here is the flaw: If you have tweaked the page background to be other than white and you have tweaked the footer to be other than white, you will see a gap appear on pages that have a "Continue" button on the bottom of the page. This gap appears between the content of the page and the footer. The same goes for pages that have the pagination on them. This just means that if you go to a page that has, let's say all your ads, if you have more than the page can display, a div will show up with page navigation. This is a big problem! It really looks tacky with this gap. Oh the code may look ok in Firefox, Chrome, or Safari, but it is a different story for IE. And since you are designing for all the major browsers, you will want to know about this. IE7 is really bad as you all know. IE8 is not that much better. But this little snippet of code with fix all your troubles with this gap in all browsers. So here goes: 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!!!! If you would like to see this in action go here: Industrialpost.com
__________________
68C | Developer License | Running v4.1.3 Last edited by industrialpost; 06-18-2009 at 03:27 AM. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jan 2007
Posts: 365
Rep Power: 18 ![]() |
Not too sure about the attitude but a very useful post all the same.
Thanks.
__________________
M Michael V4.1.3 Developer - 3 Column Default Template "All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642) |
|
|
|
|
|
#3 |
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
After what I have been through, you would have thought that I was pulling teeth just to get a straight answer. So yeah, sorry if I came across a little arrogant. Just wanted someone to pay attention to my question. I mean, stop and take the time to really listen to what I was saying. Instead of this thread: http://www.68classifieds.com/forums/...ter-error.html
It really was a time waster. I just wish the support for this 68c had a phone number to call. All of this would have been resolved in a matter of hours instead of countless sleepless nights. Again sorry if it came across as righteous. It just felt good to arrive with an answer that no one was (really) willing to help me with.
__________________
68C | Developer License | Running v4.1.3 Last edited by industrialpost; 06-18-2009 at 04:58 AM. |
|
|
|
|
|
#4 |
|
All Hands On Deck
Join Date: Mar 2008
Posts: 1,023
Rep Power: 27 ![]() |
Code straight from our templates. The point is you keep posting and posting. What you need to do and finally you have done is take some responsibility for what you do and desire.
The default template was a free source provided under a gnu license by a chap called Solijca or something like that. The point is this. It can be a starting point or a finishing point for a 68C project or indeed neither of these. That is the decision of the developer and the skills he/she has to modify the template or create his own. The template works fine in its original state. It will also work if it is modified correctly. This second point is the point. It is easy to affect some modifications and more difficult to affect others. You happen to choose a more difficult one because you did not posses the knowledge to do so. Its relative to you. To criticize other people who were not able to help you (they were not even able to see your site for most of your posts) is unfair. If you decide to modify the default template substantially as you have been doing all in one go (I managed to see our site 3 or 4 times in the last few days), then you should appreciate the outcome may not be what you wanted. No point complaining about that. You will need the skills to rectify any problems you create or you should not be doing what you are doing. So to be harsh, it is you that is creating the issues and not the template itself. You are choosing to change it in such a way that it does not fly as you desire. How can anyone know what others are going to do with it? The list of possibilities is infinite. It was designed with a purpose in mind to make pages on a white background and not a panacea to all possible outcomes. Show me where it says this template will work with different background colors by simply changing the background color. It doesn't say that. If you want a great template then buy one, make one, modify one or use the default one with a white background but stop complaining. My straightforward advice is make small changes, one at a time and test the outcome at every step. Do things logically. Like the css validation process. If you make lots of changes without being cautious then expect it not to meet your requirements. If you really think after looking at it before doing all these changes at once, that it will not work as you require then you should design your own template or choose another. It is an investment and takes time to develop a template but there is nothing to stop you. There are lots of free templates which can be adapted to make a layout.tpl for example. It is a question of skill. |
|
|
|
|
|
#5 |
|
Genius At Work
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 784
Rep Power: 20 ![]() |
with all due respect 68c supply a script that works how it is ment straight out of the box. If you want to customize it thats up to you. I was suprised how they still suported it after the user has changed the script.
It is not up to 68c to help you change the template, the support is really there for problems you have with the script not customization, the templates that coem with it work faultlessly. I found the support to be 20/10 every time i have contacted them. They have gone out of their call of duty to help me in the past when a lot of other companies would have just said "You want to change it you are on your own" Just my opinon
__________________
Nick Bowers 68c v4.09 Developer Custom Template |
|
|
|
|
|
#6 | |
|
Coder
Join Date: Mar 2006
Posts: 4,418
Rep Power: 108 ![]() ![]() |
Quote:
Im sorry you didnt get the help you wanted but guess what. I DONT GET PAID TO BE HERE. I have a full time job and a family to feed. The time I spend here FREELY to help WHERE I CHOSE is time away from them and my other responsibilities. Your incompetence at design is not my fault. Your inability to figure something out is not my fault. Your dislike for the 68C default templates is not my fault. If you would have simply taken the time you spent here complaining about how the template IS NOT RIGHT and actually educated yourself on the fundamentals of CSS and got out from behind your dreamweaver crutch you may have solved the problem a lot sooner. I explained to you early on I am not a designer and the answer to your question was not readily obvious to me or I would have offered it up. At the same time I was not going to spend extensive amounts of MY TIME fixing your problem. As it says in my forum signature, I am not an employee of 68C, I dont get paid for this and my time is voluntary. A great many people have benefited from my time. Many of which are other designers or coders who are getting paid by clients to do something they are incapable of, they come here and I end up doing their job for them while they collect a check and if Im lucky I get a thank you. Maybe the same applies to you or perhaps your site is your own, either way I dont care. The 68C free support covers getting the script up and working as designed. Modifications after that are your responsibility but they furnish us users a forum with which to exchange ideas and knowledge. NO WHERE does it state that 68C, or the volunteer mods will babysit you. Having said all of that your incessant whining and attitude has just encouraged me to use the oh so cool "ignore" functionality of the VB script. That way you wont have to waste any more time explaining how wrong something is to me. |
|
|
|
|
|
|
#7 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,538
Rep Power: 44 ![]() ![]() |
I appreciate that you posted the final code that you came up with to resolve YOUR issue. That is how a free community forum works and helps those that are part of it.
I don't appreciate the attitude and the accusations toward 68C and those trying to help you especially when they don't seem to be founded. As Larry pointed out, we volunteer our time here on the forums and offer free advice and support here. If you purchase a new car and you decide to replace the radio with another one. In doing so, you screw up the ignition wiring so now your car won't start. Is the car manufacturer responsible to fix the issue that you created? While trying to fix it on your own and you ask others for help and their advice and suggestions don't resolve the issue based on the pictures that you took of your newly installed radio are they to blame?
__________________
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 |
|
|
|
|
|
#8 | ||||||||||||
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
Thank you guys for your insight in to this matter. And don't get me wrong, I really do appreciate any responses from this user forum. I would like to point out that regardless of your status of employee of 68c or not, there should be a Phone # set up so that users can call to help resolve code issues. This would have eliminated any judgments that are being conjured up because no one responding is willing to take a step back from this situation and learn from this exchange of support. No one that has responded has said, "What can we do better in the future for our users with regards to support?" EMAIL SUCKS. And my intention was not to blast anyone, just to express my frustration in this initial question.
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
And yet, I got the 20/40 approach to my inquiry. But I give them props for at least having a forum and willing at face to help with the code. You are right, the responses could have been "you are on your own". And strangely even with the responses, I was on my own. Why? Not sure. My inquiry was on the simplest of levels and not that complicated to duplicate for those that know the code inside and out. I do not know the code inside and out, but I am starting to.
__________________
68C | Developer License | Running v4.1.3 |
||||||||||||
|
|
|
|
|
#9 | ||||||
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
Quote:
Quote:
Quote:
Don't get me wrong, your help in the other areas of the site have been top notch. The membership mod works great! I am just raising the issue of how problems are dealt with on this forum. That is my beef. You are right about CSS. I was already planning on taking some online courses so that I can strengthen my CSS skills before I started working with 68c. And just so you know, I don't use Dreamweaver as a crutch. Please don't assume this. I started coding with notepad when I first got into coding. This wasn't an issue of using Dreamweaver. Period. Quote:
Quote:
You should care. When you stop caring is when your quality of support diminishes. As part of offering the code whether it is the core application code or a Mod, it is the responsibility of the author to provide great support for the entire code. This is a hands down responsibility. To make something and not offer support for whatever the situation is crazy. Might as well not have published the code. Case in point: Right now I am having a heck of a time getting support for the "Multi Purchase Mod" Eric Barnes wrote. Now granted it is free, but this should not limit the timeliness nor the quality of support for this mod. The mod simply does not work in IE. And since majority of PC users use IE, this is a mod that is useless. I have to disagree with you. Forums and support for a product is kind of like "holding one's hand" or on a childish level, babysitting. If there is a legitimate question asked, then it is the most productive to offer relative support to that issue. If you can't offer any new insight, then just say that. Be upfront and honest. But most likely someone knows someone else that can address the issue and get it resolved. This is called customer service and yes it is babysitting. You started out right by referring me to the other top dogs on this forum. It was their bad that they didn't follow through with it. This looks bad on them and you did the best you could. Quote:
But I was cryin' wolf and no one was listening. There is no reason for this lack of support.
__________________
68C | Developer License | Running v4.1.3 |
||||||
|
|
|
|
|
#10 | |||
|
Member
Join Date: May 2009
Posts: 66
Rep Power: 0 |
Quote:
Quote:
Quote:
__________________
68C | Developer License | Running v4.1.3 |
|||
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Yes, You Can White Label 68 Classifieds | Eric Barnes | Blog Posts | 0 | 06-12-2009 10:36 AM |
| Add days to expiration | hel68c | v4 Questions & Support | 3 | 01-29-2009 05:01 PM |
| Stop the white lines when a listing is highlighted | bowers01 | v4 Questions & Support | 2 | 08-12-2008 05:31 PM |
| I Just opened this site a few days ago... | zman78 | Site Critiques | 4 | 05-12-2006 10:19 AM |