Check out flemzy.com-my new site

Discussion in 'Site Critiques' started by swgj19, Oct 3, 2010.

  1. swgj19 Customer

    Hey everyone. It took some work, but flemzy.com is up and running. I am almost 100% complete. If you will, please tell all your friends and family about Flemzy.com Grab it. Post it.
  2. seymourjames All Hands On Deck

    I see you have a template error or a failing piece of javascript / affiliate link in the bottom left hand corner.

    Some things to note: have you checked out your site on smaller screens because your affiliate links run over the top of your main template unless the browser is opened wide enough.

    The submit button on search.php is misaligned slightly as is the captcha on viewlisintgs and your contact page. I have not been on the inside of your site when logged in to see if you have similar little problems. A little thing but the copyright notice can hardly be made out on my screen as the color is not in contrast enough. I would also consider making your text input boxes no resize using a bit of css - see google how to do that. In safari, you can drag them and it breaks the layout badly. See screenshot to see what I am talking about. Better to make them so they cannot be resized.

    All minor points. Take this as positive help.

    Attached Files:

  3. swgj19 Customer

    Thanks

    Thanks,

    You have great tips. I fixed almost everything except for the form no resizing.
    I also have another question:

    When a user goes to post an ad, they are to list the price for the ad. The price field only allows a numeric value such as $10. But I have some people who want to post info about their business and put in the price field: Prices varies. Anotherwards, users cannot finish posting their ad unless the price field is filled in with a numeric value.

    Any suggestions.
  4. seymourjames All Hands On Deck

    Perhaps you can default it to zero or ask them to put in 0.

    Use this

    textarea {
    resize:none; /* disable safari text box resizing */
    }

    And set the dimensions of the textbox too if need be.
  5. swgj19 Customer

    On my way

    Great advice. However, what file do I edit for the safari no resize?
  6. seymourjames All Hands On Deck

    your css style sheet.

Share This Page