 |
|
 |
Hello
It seems I do not understand how to link the webgallery I have created to my webpage. I do not understand the information in the lower box ('Advanced settings').
I have now managed to create my gallery file:///C:/Users/Acer/Documents/My%20Web%20Galleries/default.htm. It is simple. But: what I should do next? I have tried to understand the text but possibly my English is limited here. I have webpage (in Wordpress, as free blog) and I would like to create there to links my photogallery. How can I do it?
Thanks.
Eeva
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Cheers for this great program. I have fiddled around with it since I am rebuilding my site and I needed a lightbox transition; however, since I want to automate the process and pretty much everything done without too much dreamweavering after - I still haven't figured out - newbie I am that is - how to:
1. remove the title since i don't need to include such on my site 2. center the whole gallery on the page (fixed width) 3. intergrate a pattern .jpg into the css file.
Will be more than greatful if anyone can reply to the above.
Cheers again,
Costa.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Unfortunately there's currently no interface for hiding titles. If you could change it in .NET - it would be trivial. The rest of the questions are general CSS not related to this program - Google would give better answers.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, first all excellent work and great idea. I download source and made some modifications, the principal was change Ligthbox for Lytebox (http://www.dolem.com/lytebox/[^]). With Lytebox I can put one JS and CSS file on website, just must change images paths on lytebox.css to website's root (/images...). The webpage's links to files are: <script type="text/javascript" language="javascript" src="/js/lytebox.js"></script> <link rel="stylesheet" href="/css/lytebox.css" type="text/css" media="screen" /> <link rel="stylesheet" href="/css/thumbs.css" type="text/css">
Thanks you for share your idea .
Julio. PS: On thumbs.css change td.tdImg because size are harcoded and when change thumbs size to 100*100px or less, td is too big. </link>
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Wow! I was looking for alternatives to Lightbox especially with Slideshow ability and lytebox appears to be great. The update to my program is long overdue, and lytebox would be one of my top choices. Thank you for the most useful input. BTW what else did you change?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, The other changes are: <code><pre>on CreateHTML4aThumb: gsbThumbsHTML.Append("' rel=\"lyteshow[album]\">"); gsbThumbsHTML.Append(" <a class='linkHiRes' target=\"_blank\" href='"); On cmdGo_Click: if (CreateAuxFolders() && CreateAllFiles() && File.Exists(gstrToBS + gstrIndexFName)) {.....(not call CreateCSS() and CreteLightBoxFiles())
public const string gstrIndexLinks = "<meta name=\"Generator\" content=\"Pranas.NET Web Gallery Creator\">\r\n" + "<script type=\"text/javascript\" language=\"javascript\" src=\"/" + gstrLightBoxFolder + "/lytebox.js\"></script>\r\n" + "<link rel=\"stylesheet\" href=\"/" + gstrCSSFolder + "/lytebox.css\" type=\"text/css\" media=\"screen\" />" +"<link rel=\"stylesheet\" href=\"/" + gstrCSSFolder + "/thumbs.css\" type=\"text/css\">\r\n";
/// <summary> /// Creates aux folders for images and thumbnails /// </summary> /// <returns></returns> private bool CreateAuxFolders() { try { Directory.CreateDirectory(gstrToBS + gstrPhotosFolder); if (chkOriginals.Checked) Directory.CreateDirectory(gstrToBS + gstrOriginalsFolder); Directory.CreateDirectory(gstrToBS + gstrThumbsFolder); //Directory.CreateDirectory(gstrToBS + gstrCSSFolder);
////LightBox folders //string strLBFolder = gstrToBS + gstrLightBoxFolder + @"\"; //Directory.CreateDirectory(strLBFolder); //Directory.CreateDirectory(strLBFolder + "images"); //Directory.CreateDirectory(strLBFolder + "css"); //Directory.CreateDirectory(strLBFolder + "js");
return true; } catch { MessageBox.Show("Unable to create auxilary folders in folder \"" + gstrTo + "\"!", "Error creating folders", MessageBoxButtons.OK, MessageBoxIcon.Stop); txtOutputFolder.Focus(); return false; }
}</pre></code> They are my changes, I hope was useful for you. Regards, Julio.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
I have created 7 gallerys using LightBox and they look great! On a localhost they alway appear to work fine. I uploaded them to my web space and found two problems (same problem really).
1) Open Gallery and then click on TH image. Full size image will open and replace window. Click back and image will open with transition.
2) The Kitchens gallery full size will only open in replacement of the gallery, never uses transition.
Here are links to my gallerys...
www.lighthouseleisure.com/albums/vinyl/
same as above with directories albums/fiberglass albums/kitchens albums/decks albums/covers albums/structures albums/screenrooms
Any help would be greatly appreciated.
Thanks,
Ian
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I know there are many difference between FireFox and IE when rendering CSS.
Does anyone know how to get the images centered horizontal for IE? When I look at it in IE, it looks like it is Left Justified with a margin, but in FireFox, it does render the CSS correctly. Could this be a table width issue somehow?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Yeah, this is the same issue that I wrote you about - the cells lose their border, and the type aligns left, not centered in both IE and Firefox. This only happens when I upload it to my server, not when I'm writing the code offline. You told me to debug the CSS code using Firebug. I can find the style code using this option, but then what? Where do I put it?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hmm, thank you for the images. Without a source code I am a bit puzzled why it worked the way it did. Do you have a link for actual gallery?
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
No, I don't have the gallery online, these are used for gallery cds for my clients. I can build another gallery and show you the css if you are still interested, but changing to a % instead of px seems to be working now for me.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Any way to get the program to work with sub-directories and create gallery hierarchies? so if I make a photo cd for the family I can add a folder called family and create galleries for all the sub-directories?
For Example:
Family > PersonA > Birthdays > 2007 > *.jpg Failly > PersonA > Birthdays > 2008 > *.jpg Family > PersonA > Holidays > (2007) Holloween > *.jpg ...
Great program by the way.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Simplicity has a flip side in this case. I've decided at some point not to have subfolders, so the program doesn't support it now. But it may be time to reevaluate this.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Just found Lightbox and had it running on a website within minutes. Brilliant!!! Saved me loads of time. Each time I build a slide show it installs it as default.htm. Can I change the name and have a different show on different pages? 
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I am not clear why would you need it, but if all of you thumbs are on one page - just rename it, there's no references back to default.htm. If you just want to have numerous galleries on your site, just put the galleries in separate subfolders and link to these subfolders from your main pages.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
1) Some images appear in the gallery when I open it in IE, but not in Mozilla. It appears to be random and doesn't appear to be related to the size of image. 2) Some images appear in the opening gallery view, but not in the slide show. Again, this appears to be random and doesn't appear to be related to the size of image. 3) Clipping also occurs in the slideshow, and it is not corrected by resizing the image or redefining the parameters.
I love the Gallery, but for the Gallery to be usable, I need some help in correcting these. Please advise.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Thanks again for your follow-up.
Here are links (below) to several pages with the problems I outlined. The site is in progress, and I've only uploaded enough to give you the examples.
To recap:
1) Some images appear in the gallery when I open it in IE, but not in Mozilla. It appears to be random and doesn't appear to be related to the size of image.
2) Some images appear in the opening gallery view, but not in the slide show. Again, this appears to be random and doesn't appear to be related to the size of image.
3) Clipping also occurs in the slide show, and it is not corrected by resizing the image or redefining the parameters. NOTE: Clipping occurs on right and bottom of image. It’s slight, mostly the 2-4 pixel stroke around the image is clipped.
http://www.artedeeros.com/wowapril2008.html[^]
http://www.artedeeros.com/erosperformance.html[^]
[^]
http://www.artedeeros.com/erospaintings.html[^]
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |