|
uCoz Community Archives Locked Image gallery (how can I make it) |
Image gallery |
I've tried to make a Photo gallery like on this site http://mdm-monicadesign.ro/bucatarii.html but i didn't succed.
At first I made a gallery with Photo Gallery Builder (local) and I saved that gallery on my computer. Uploaded all the folder via FTP on my site and paste the code were I want to appear. I did that: How to insert the gallery on your web-page? When you have published your gallery then you are able to upload it to a website. 1. Open the folder where your gallery was published. 2. Copy the gallery folder with all files located to the server where your webpage is. You will get approximately this list of files: * /yourWebPage.html – your webpage * /gallery/ * /gallery/config.xml * /gallery/gallery.swf * /gallery/js/ * /gallery/js/jquery.js * /gallery/js/swfobject.js * /gallery/js/flashgallery.js * /gallery/images/ * /gallery/images/1.jpg * /gallery/images/t1.jpg * /gallery/images/2.jpg * /gallery/images/t2.jpg * /gallery/images/3.jpg * /gallery/images/t3.jpg * ... * /gallery/images/n.jpg * /gallery/images/tn.jpg 3. Copy this embed code: <script type="text/javascript" src="gallery/js/jquery.js"></script> <script type="text/javascript" src="gallery/js/swfobject.js"></script> <script type="text/javascript" src="gallery/js/flashgallery.js"></script> <script type="text/javascript"> jQuery.flashgallery('gallery/gallery.swf', 'gallery/config.xml', { width: '470px', height: '385px', background: 'transparent' }); </script> 4. Paste the copied code to your webpage. And then in step 3 I replaced the links (with the ones from my site) Didn't work. what I did wrong? Sry for bad english:( |
Chibo, Sorry, this is third party coding, such help will not be provided here.
The closest you can get by uCoz standard means, is using LightBox for the standard photo module. Or google "lightbox tutorial". Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. Post edited by Acid - Saturday, 2012-04-14, 6:51 PM
|
Yes I upload them
Folder look like this: * /gallery/ * /gallery/config.xml * /gallery/gallery.swf * /gallery/js/ * /gallery/js/jquery.js * /gallery/js/swfobject.js * /gallery/js/flashgallery.js * /gallery/images/ * /gallery/images/1.jpg * /gallery/images/t1.jpg * /gallery/images/2.jpg * /gallery/images/t2.jpg * /gallery/images/3.jpg * /gallery/images/t3.jpg * ... * /gallery/images/n.jpg * /gallery/images/tn.jpg |
Chibo, Have you placed any html or something to actually show the gallery?
Uploading images such and adding javascript is not enough to show a feature on a site. Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
| |||
| |||