Go Back   NiceCoder Community Forums > Nicecoder Products > IndexU > Templates
Register Projects FAQ Members List Mark Forums Read

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-21-2007, 02:56 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default are there clean-ups for new templates?

I know there's been discussion around this -- but is the provider going to provide the new templates in a condition that can actually be run on Firefox?

Here's an add form:
Add a Listing

Here's a detail link:
Detail: Waggin' Trails Dog Walking Service

The forms as they stand are unviewable in FireFox

The template above is blue-smooth.

CEC
  #2 (permalink)  
Old 06-21-2007, 04:11 PM
Active Member
 
Join Date: Nov 2004
Posts: 1,828
inspireme is on a distinguished road
Default

I know, we have mentioned it 3-4 times on the forum, but the fact is, looking at the code, the 2 column structure they have used doenst really work in both browsers. Oddly enough, it looks best in firefox!

I have made some amendments to my template using fieldset and label whioch are a common layout structure of forms.

Instead of doing this on the detail page :

Code:
Content visible to License Owner only.
type this :

Code:
Content visible to License Owner only.
do the same for each item, the caption goes between Legend tags and the info goes after the legend close tag and in between fieldset.

It looks better already, but then to make it look really great add some style elements to these tags in style.css

try something like this :

fieldset {
margin: 0;
padding: 0;
background:#f0f0f0;
border:none;
font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

legend {
color:#666666;
margin-left:-10px;
}

obviously, change as needed.

hope it helps, you need to alter detail_link, add_form and modify_form
__________________
Some interesting INDEXU bits :http://www.indexu.co.uk
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
  #3 (permalink)  
Old 06-21-2007, 04:18 PM
esm's Avatar
esm esm is offline
Active Member
 
Join Date: Apr 2003
Location: Atlanta GA
Posts: 3,411
esm is on a distinguished road
Default

Code:
Content visible to License Owner only.
there has been some recent discussion of this issue. see http://www.nicecoder.com/community/t...ay-issues.html

welcome to the land of table-less DIVs.

I prefer a site that works in browsers, not one that just validates.

Kinda reminds me of the early days of PC programming when the assembly language programmers looked down their noses at the C language programmers because the C programmers' program ran 1/10 (one-tenth) of a second slower than the assembly language programmers' program.

Then the machine language programmers jumped into the fray and said their program ran 1/10 (one-tenth) of a second faster than the assembly language programmers' program.

What a hoot when you consider that about 95% (maybe even 99%) of the time the computer is just sitting there doing nothing waiting on the user to type something or start a program.

Sorry, this does not help your situation. I looked at your pages with FF2 and yep, they are screwy looking.

Here is my question. Did they look allright immediately after you installed the template...??? Have you made any changes to the templates...?

I looked at the blue smooth nicecoder.com demo using FF2 and it looked ok. at least I didn't not see the problems I saw on your site.

Maybe you made some changes to mess things up.



.
__________________
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

.
  #4 (permalink)  
Old 06-21-2007, 04:18 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default

many thanks inspireme!
  #5 (permalink)  
Old 06-21-2007, 04:26 PM
Active Member
 
Join Date: Nov 2004
Posts: 1,828
inspireme is on a distinguished road
Default

The demos look screwy, as i said in the other thread,throw some maps or some images in and you got yourself some really messy looking pages. Why nobody fixes them i have no idea, its simple enough - and im sure someone good with css could sort out the existing code - im not very good with it so i just did the above because i know about that.

John said to contact zubby if your having problems so you may want to do that.
__________________
Some interesting INDEXU bits :http://www.indexu.co.uk
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
  #6 (permalink)  
Old 06-21-2007, 04:36 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default

thanks again. replaced divs with tables in the register form and it's, of course, fine:
Register

it was like the add form -- which for some reason is way out of whack for me in Fire Fox.

i've made very few changes to the template - and nothing to its structure (css - html). though i've overlooked things before. when i have the chance???? i will contact zubby and get back.
  #7 (permalink)  
Old 06-23-2007, 02:51 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default

From Zubby:
First backup your current themes, then re-download bluesmooth from NiceCoder cliant area.
I've fixed it and sent an updates for all free templates to John and Dody last week.
Hopefully it solve yours and others problem regarding free templates.

Fixed all of my problems in a matter of minutes.

Last edited by CEC; 06-23-2007 at 03:29 PM.
  #8 (permalink)  
Old 06-23-2007, 03:37 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default

Acutally, check all of that. Fixed problems for FireFox, but now IE is screwed up - check out the right alignment.
Detail: Waggin' Trails Dog Walking Service


I just wish these things had been correct to begin with. It's one thing to offer them up as an additional feature, but to not have tested them ... wow.

Last edited by CEC; 06-23-2007 at 03:55 PM.
  #9 (permalink)  
Old 06-23-2007, 05:15 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default

Seems Zubby only has access to IE6 -- he's trying to fix, but he's operating in the dark a bit. Until there is better handling consensus between FF2 and IE7 these templates should steer clear of the 100% <div> css environment -- that is unless appropriate resources are applied up front to do the testing and build the work-arounds -- imo.
  #10 (permalink)  
Old 06-23-2007, 07:02 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default

after 4 versions of the style sheet, i think zubby's got it. the version of blue-smooth i am now running works in FF and IE. i believe the update will soon be made to the download templates available in the customer area.

thanks zubby.
  #11 (permalink)  
Old 06-23-2007, 07:03 PM
Active Member
 
Join Date: Nov 2004
Posts: 1,828
inspireme is on a distinguished road
Default

http://browsershots.org/

is a good test.
__________________
Some interesting INDEXU bits :http://www.indexu.co.uk
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
  #12 (permalink)  
Old 06-23-2007, 09:33 PM
CEC CEC is online now
Active Member
 
Join Date: Apr 2006
Posts: 388
CEC is on a distinguished road
Default

very cool.
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
v3.2E Uses only ONE set of templates esm v3.2 0 09-12-2004 08:52 PM
Looking for templates... wearefive Templates 0 02-29-2004 08:42 AM
Templates richhead v5.x 19 07-07-2003 03:53 AM
V3.1 no php in the templates ? Frank71 v5.x 4 05-20-2003 04:39 AM
Different Cat Templates Heiko v5.x 0 11-11-2002 04:49 PM

HACKER SAFE certified sites prevent over 99.9% of hacker crime.

All times are GMT -5. The time now is 07:34 PM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO
SSL Certificate