 |
|
 |
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
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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>
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
Thank you Julio, it all makes sense.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |
|
|
 |
|
 |
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?
|
|
|
|
 |
|
 |
After looking into a bit more I ended up changing the td.tdImg { width:200px; height:200px;} to td.tdImg { width:50%; height:50%;}. This cleared up the problem I was having with IE.
Here are examples of what I was experiencing. http://www.iehoskins.com/gallerycreator/index.html
|
|
|
|
 |
|
 |
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?
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
any movement on this yet?
|
|
|
|
 |
|
 |
No. I plan to rewrite it from scratch with many new additions this winter.
|
|
|
|
 |
|
 |
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? 
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
Please provide with example
|
|
|
|
 |
|
 |
Thanks for the reply. I'll upload several pages, et al, and let you know when it's online.
|
|
|
|
 |
|
 |
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[^]
|
|
|
|
 |
|
|
 |