Jump to content

Site and Integration Finished


Recommended Posts

had a very brief look at it, and i mean brief, from what i can see it is just a header+footer integration, which im not dissing.

 

one thing that i did notice is the link you have used for the client login, its trying to login, you have used dologin.php?goto=clientarea which tells it to use the login details in the session and re-direct to the client area, when i clicked on this i was taken to clientarea.php?incorrect=true. you might want to just have that link set to login.php and it will then log the clients in without saying that they have entered an incorrect username or password.

 

something else that i have noticed is that you are using 100% width, this is something that personally i dislike, currently i am on a widescreen monitor so it pulls the site out a bit, I am of a firm belief that it should be set to an actual width so that the site is laid out the same for all visitors

Link to comment
Share on other sites

had a very brief look at it, and i mean brief, from what i can see it is just a header+footer integration, which im not dissing.

 

I disagree as icons and positionings have all changed compaired to normal clientarea

 

one thing that i did notice is the link you have used for the client login, its trying to login, you have used dologin.php?goto=clientarea which tells it to use the login details in the session and re-direct to the client area, when i clicked on this i was taken to clientarea.php?incorrect=true. you might want to just have that link set to login.php and it will then log the clients in without saying that they have entered an incorrect username or password.

 

Missed this, all sorted

 

something else that i have noticed is that you are using 100% width, this is something that personally i dislike, currently i am on a widescreen monitor so it pulls the site out a bit, I am of a firm belief that it should be set to an actual width so that the site is laid out the same for all visitors

 

tried different settings but did not work with template

Link to comment
Share on other sites

I would have to go with the last comment also, 100% width is very bad for me.

I am on a 21.5" Mac with HD resolution and the site looks huge and way out of proportion.

 

It needs to be locked down to a set width of perhaps 980px.

What did you try that you say didnt work?

Setting the width is easy enough, it just means you will have to also set widths on certain elements on the site itself.

But if it is all built in divs then this should be cake to fix!

Link to comment
Share on other sites

I would have to go with the last comment also, 100% width is very bad for me.

I am on a 21.5" Mac with HD resolution and the site looks huge and way out of proportion.

 

It needs to be locked down to a set width of perhaps 980px.

What did you try that you say didnt work?

Setting the width is easy enough, it just means you will have to also set widths on certain elements on the site itself.

But if it is all built in divs then this should be cake to fix!

 

i use a preset template and when i try and change this the site goes wierd with images moving they should not be and text out of alignment

Link to comment
Share on other sites

  • 2 weeks later...

I too find the 100% width quite an annoyance on any kind of site. It might look good on your screen, but that does not necessarily mean it looks good on someone else's.

It really is not difficult to set it to a fixed width, all you need to do is make some changes in the css, and perhaps (depends on the template and where you got it from) in teh template.

 

Another points is when I check your server status link. Server status and load are 'not available'. When clicking PHP info I get a 'forbidden' message. These are all details, but it does give the impression that you are not fully behind your site.

Link to comment
Share on other sites

I am fully behind my site, i run a very successful hosting business.

 

I too find the 100% width quite an annoyance on any kind of site. It might look good on your screen, but that does not necessarily mean it looks good on someone else's.

It really is not difficult to set it to a fixed width, all you need to do is make some changes in the css, and perhaps (depends on the template and where you got it from) in teh template.

 

Another points is when I check your server status link. Server status and load are 'not available'. When clicking PHP info I get a 'forbidden' message. These are all details, but it does give the impression that you are not fully behind your site.

Link to comment
Share on other sites

Well, in that case I would really try my best to iron out those problems on your site ;)

 

well the status folder is where it should be, so not idea why it has suddenly stopped working.

 

also not a designer or coder, so no idea how to alter css

Edited by easyhosting
Link to comment
Share on other sites

RE: website width - here's a tutorial that will help you: http://www.maxdesign.com.au/articles/center/

It explains how to add a fixed width to you layout then centre it in the screen.

 

Basically, you wrap a div with id="container" around your whole design (from just after opening <body> to just before closing </body>) and add the CSS code mentioned in the tute (the last block is the final CSS). Change the width in tute from 50em to about 960px and you should be sweet.

 

Cheers

- Wife of K

Link to comment
Share on other sites

  • 3 weeks later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated