21
ivan8r
Re: Banner changes on some pages for my customer...
  • 2005/7/15 18:01

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


I just received a screenshot from my customer. I guess the problem isn't that the header image shrinks... the width of the whole site goes down to 792 and the header image disappears altogether. A dark blue color appears where the header image is supposed to be.

Here's the screenshot showing the problem.

Resized Image

Here's what the site looks like on my computer.

Resized Image

Could this be a problem with my stylesheet? But if so, why only on certain computers? I'm very confused and I don't know where to look to fix this problem.

I found out that she is not using an old browser either. She's got IE 6 running on XP SP2, same as me.
Ivan Vasquez
http://www.akwebz.com



22
ivan8r
Re: Banner changes on some pages for my customer...
  • 2005/7/12 22:36

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


I agree with you on that, but when your header is a graphic, dynamic width would stretch/compress the graphic which could look funky. Dynamic does make things easier normally, but it doesn't work in my case.
Ivan Vasquez
http://www.akwebz.com



23
ivan8r
Re: Banner changes on some pages for my customer...
  • 2005/7/12 22:04

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


Actually, she says the problem is apparent after the page is fully loaded. The header graphic is smaller than the rest of the body of the site.

A little history may help get to the bottom of the problem. This site was always fixed width since the beginning of the design process. At first, the width was 792 px, but my customer wanted it widened, so it's now 900 px. She says that on some pages her header graphic is back to the 792 width instead of 900, or at least that's how she's describing it. I have requested that she send me a screenshot, which I will be posting as soon as I get it.

As I said before, I have not seen this problem myself. It's very difficult to solve a problem you can't reproduce yourself, and that's why I'm hoping this problem will appear on somebody else's computer.

Does anybody have a browser previous to IE 6 that could take a look?

I'm going to look for a browser emulator site to test some more.
Ivan Vasquez
http://www.akwebz.com



24
ivan8r
Re: Banner changes on some pages for my customer...
  • 2005/7/12 18:36

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


Sorry... my terminology may be wrong. I am referring to the image at the top of the site that says Custom Firearm Finishes in red, white & blue with the hunter and caribou in the background. If it's called a header logo, then that's what I meant.
Ivan Vasquez
http://www.akwebz.com



25
ivan8r
Banner changes on some pages for my customer...
  • 2005/7/12 17:43

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


My customer who's site url is http://customfirearmfinishes.com noticed that when she clicks through the site that the banner graphic sometimes changes width. I have tested the site extensively, and I cannot reproduce the problem. She says it happens everytime she uses the site, and it has also happened to a friend of her's.

I've already asked her to clear her browser cache and restart her computer. This didn't help.

Could this be a browser-related issue? I'm running XP SP2, IE 6, and sometimes Firefox 1.0.4. I haven't been able to reproduce this problem even one time.

If any of you have time to check out the site, please let me know if you see this problem. If you do, could you send me a quick summary of your browser info and your OS? Also, if this is a known problem, any hints on a solution would be VERY appreciated since I don't know where to even start.

Thanks in advance for your help!
Ivan Vasquez
http://www.akwebz.com



26
ivan8r
Table View not working in myalbum-p
  • 2005/6/22 19:39

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


I set the preferences up to display my photos in table view with 3 columns, but I am still getting the list view. The site with the problem is http://customfirearmfinishes.com/brochure/modules/myalbum/.

Any ideas?



27
ivan8r
Re: Parse error: parse error, unexpected T_INCLUDE
  • 2005/6/17 22:26

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


Using php 4.3.10.

I copied the code offered by Anonymous almost exactly as shown in his post. In line 22, after the email address is a 3. What does the 3 refer to?

I'm getting much better with php now, but I'm still FAR from being good at it. I guess my biggest problem is that I don't understand the error codes that well. I'm not sure what a parse error is. I don't know what a T_STRING is either.

Thanks all for your help so far.



28
ivan8r
Re: Parse error: parse error, unexpected T_INCLUDE
  • 2005/6/17 9:34

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


I used the code you gave me and I received the following error:

Quote:
Parse error: parse error, unexpected T_STRING in /home/www/xyz.com/modules/email/email.php on line 22



The code contained on line 22 is:

Quote:
redirect_header( "http://www.xyz.com/modules/thanks/thanks.php", 3, $_on_error );


I verified that the url is valid, so I'm not sure why I'm getting this error.



29
ivan8r
Contact Us form in a block?
  • 2005/6/8 21:39

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


I'm trying to make the Contact Us form that comes with XOOPS work inside of a block.

I've been using Center-Center blocks for most of the pages on the site (Custom Firearm Finishes) which is helping me maintain a consistent look and feel. I tried to copy the Contact Us form into a block, but it didn't work.

Has anybody tried this and made it work successfully? I'm also willing to try something besides the XOOPS Contact Us module if it will help.

Thanks!
ivan8r



30
ivan8r
Parse error: parse error, unexpected T_INCLUDE
  • 2005/6/3 8:40

  • ivan8r

  • Just popping in

  • Posts: 57

  • Since: 2003/10/1


I'm writing a small email script, and I keep getting the error:

Quote:
Parse error: parse error, unexpected T_INCLUDE in /home/www/customfirearmfinishes.com/brochure/modules/email/email.php on line 2


Here is my script...

Quote:
[? php

$name = $_REQUEST['name'];
$email = $_REQUEST['email'];
$message = $_REQUEST['message'];

mail ("x@yz.com", "Email from yz.com", "From: $email", "Name: $name", $message);
header ("Location:http://www.yz.com/brochure/modules/thanks/thanks.php");
?]


I've been searching around several forums, and everything I've written here looks correct. Can anybody tell me where I've goofed?

ivan8r




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

241 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 241


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits