Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

J Query Lightbox with Ultra Pics


EbonyYasmine

Recommended Posts

Posted

You might want to contact the template installer to further assist you with this issue.

Posted
Do you have the original files for the template? Who installed the template?

I don't have the original files. Hostway design team installed the template.

Posted
You might want to contact the template installer to further assist you with this issue.

 

I will do that on Monday. Thanks for all Help, time and patience. It's much appreciated

Posted
I'm getting an error when I click on a pop-up image , I had to revert back to the old code you pasted. The new code put the description in the lower left corner

 

Access forbidden!

 

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

 

If you think this is a server error, please contact the webmaster.

Error 403

ynobecouturewigs.com

Sat Oct 4 15:50:56 2008

Apache/2.0.54 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_ssl/2.0.54 OpenSSL/0.9.7e

in product_info.php find

java script

and replace with:

javascript

Posted
Do you have the original files for the template? Who installed the template?

I found the original files for the template, they were on the server

Posted
I found the original files for the template, they were on the server

osCommerce originals? or template?

Posted
osCommerce originals? or template?

It was a template zip on the server with a folder for osc files, but I think they're originals not template. sigh..

Posted

in product_info.php find

res
izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,l
e
ft=150')

and replace with:

resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=15
0,left=150')

 

find:

top=15
0,left=150')

replace with:

top=150,left=150')

Posted
in product_info.php find

res
izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,l
e
ft=150')

and replace with:

resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=15
0,left=150')

 

find:

top=15
0,left=150')

replace with:

top=150,left=150')

 

I tired this earlier, and I didn't have any luck.

 

I don't see the <head> anywhere in the code. However I do see the </head>

Posted

Put all this code ON ONE LONG LINE:

 

function popupWindow(url) {window.open(url,'popupWindow','toolbar=no,location=no,
directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,
copyhistory=no,width=100,height=100,screenX=150,screenY=150,
top=150,left=150')}

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
I tired this earlier, and I didn't have any luck.

 

I don't see the <head> anywhere in the code. However I do see the </head>

Just before:

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

add:

<head>

Posted
Just before:

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

add:

<head>

 

I got the image popup to work. no longer receiving the error

 

When I edit the products it only allows 1 image to be uploaded. However my image config is set to allow 6.

Posted

You said earlier that you had uploaded all o f the files from the contribution, you will need to upload the other files again also.

 

Please back up first though!

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted
I got the image popup to work. no longer receiving the error

 

When I edit the products it only allows 1 image to be uploaded. However my image config is set to allow 6.

I didn't do the manual install, I initially uploaded all the files from the contribution(overwriting my template files)(big mistake). When I started getting the errors I tried to removed the files using the restore db option which I learned does nothing. I then uploaded the original osc files to overwrite the contribution files. I didn't actually change any of the code in my php files for the contribution. I would like to install the lightbox but I will have to do the manual install. After reading the instructions it's a little intimidating to a newbie like myself. At this point I'm trying to get my product info page to function properly. All the changes I made were to my live site, next time I will try to set-up a test site.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...