Results 1 to 12 of 12

Thread: are there clean-ups for new templates?

  1. #1
    Join Date
    Apr 2006
    Posts
    447

    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. #2
    Join Date
    Nov 2004
    Posts
    1,822

    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:
        <label>Url</label><span class="text"><a href="<%$url%>" name="link_<%$link_id%>"><%$url%></a></span>
    type this :

    Code:
        <fieldset><legend>Url </legend><a href="<%$url%>" name="link_<%$link_id%>"><%$url%></a></fieldset>
    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
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  3. #3
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Quote Originally Posted by CEC View Post
    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?

    The forms as they stand are unviewable in FireFox
    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. #4
    Join Date
    Apr 2006
    Posts
    447

    Default

    many thanks inspireme!

  5. #5
    Join Date
    Nov 2004
    Posts
    1,822

    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.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  6. #6
    Join Date
    Apr 2006
    Posts
    447

    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. #7
    Join Date
    Apr 2006
    Posts
    447

    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 02:29 PM.

  8. #8
    Join Date
    Apr 2006
    Posts
    447

    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 02:55 PM.

  9. #9
    Join Date
    Apr 2006
    Posts
    447

    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. #10
    Join Date
    Apr 2006
    Posts
    447

    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. #11
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    http://browsershots.org/

    is a good test.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  12. #12
    Join Date
    Apr 2006
    Posts
    447

    Default

    very cool.

Similar Threads

  1. Replies: 0
    Last Post: 09-12-2004, 07:52 PM
  2. Looking for templates...
    By wearefive in forum Templates
    Replies: 0
    Last Post: 02-29-2004, 07:42 AM
  3. Templates
    By richhead in forum v5.x
    Replies: 19
    Last Post: 07-07-2003, 02:53 AM
  4. V3.1 no php in the templates ?
    By Frank71 in forum v5.x
    Replies: 4
    Last Post: 05-20-2003, 03:39 AM
  5. Different Cat Templates
    By Heiko in forum v5.x
    Replies: 0
    Last Post: 11-11-2002, 03:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •