coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: colleenthebean on December 04, 2007, 01:21:55 AM

Title: full size images not working
Post by: colleenthebean on December 04, 2007, 01:21:55 AM
I tried searching for old topics on this subject, but couldn't find anything that helped.

my gallery (http://plainwhitetsfans.com/gallery) will not show the full size pictures. when you click any image (to open the full size) nothing happens and in the bottom grey notification bar on every web browswer it says there is a javascript error.

i recently changed the theme on my layout, and thats when i started happening. i however, didn't (think) i touched anything other than colors.

here is where all my files are located for this particular theme: http://plainwhitetsfans.com/gallery/themes/pwt/

any help would be great.

thank you!!!

-colleen
Title: Re: full size images not working
Post by: phill104 on December 04, 2007, 01:57:10 AM
It is definately a theme problem as typing this shows the rest of your instal is fine.

http://www.plainwhitetsfans.com/gallery/index.php?theme=classic

Unfortunately I am unable to download your theme.php file as it keeps showing as corrupt (unless that is the problem). Your style.css and template.html seem fine.
Title: Re: full size images not working
Post by: colleenthebean on December 04, 2007, 02:46:13 AM
hmm ok

well, i've uploaded my theme.php file to sendspace for you to take a look

http://www.sendspace.com/file/1duydz

thanks!
Title: Re: full size images not working
Post by: Joachim Müller on December 04, 2007, 08:32:09 AM
http://www.plainwhitetsfans.com/gallery/script.js is not there, that's why you get the error message
QuoteMM_openBrWindow is not defined
when clicking on the intermediate image. Re-upload that file (it comes with the coppermine package) and you should be fine.
Title: Re: full size images not working
Post by: Nibbler on December 04, 2007, 09:36:30 AM
The path is wrong in your template.html.

<script type="text/javascript" src="./gallery/scripts.js"></script>

http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup
Title: Re: full size images not working
Post by: colleenthebean on December 04, 2007, 01:58:20 PM
when i did both of the instructions above, my theme is now gone. it went back to the classic theme.

and i had the script.js in my main gallery folder

/gallery

would that make a difference?

once i moved it to the actual themes folder it screwed everything up.

please help!
Title: Re: full size images not working
Post by: rphMedia on December 04, 2007, 02:28:01 PM
Seems to be working fine for me (FF).
Title: Re: full size images not working
Post by: colleenthebean on December 04, 2007, 02:37:57 PM
i cleared my history and cookies on IE and it works now. sorry for the confusion, but thanks for your help!
Title: Re: full size images not working
Post by: Nibbler on December 04, 2007, 03:33:41 PM
You need to do as suggested in the link I posted. The way you have it now is wrong.