Posts: 5
Threads: 2
Joined: May 2011
Hi,
A new site up for Futostone running GS:
http://futostone.com.au/
Design by:
http://monodesign.com.au/
(Using a modified version of I18N Gallery)
Regards
Martin
http://www.smd.net.au/
Posts: 2,928
Threads: 195
Joined: Feb 2011
Martin,
there are some HTML-errors:
http://validator.w3.org/check?verbose=1&....com.au%2F
and one CSS error:
http://jigsaw.w3.org/css-validator/valid....com.au%2F
why you have internal links not in the menue on the homepage (but on other page) , like the samples?
Cheers, Connie
Posts: 2,094
Threads: 54
Joined: Jan 2011
smdnetau Wrote:(Using a modified version of I18N Gallery)
What kind of modifications?
Anything of general interest to include in the plugin?
Posts: 5
Threads: 2
Joined: May 2011
Hi Connie,
Thanks for pointing out my errors. I'm not sure what you mean by the internal links.
Regards
Martin
Posts: 5
Threads: 2
Joined: May 2011
mvlcek Wrote:smdnetau Wrote:(Using a modified version of I18N Gallery)
What kind of modifications?
Anything of general interest to include in the plugin?
The only modifications I did were to the css & html it output. Rather than have multiple DIVs I wanted list items. I also used phpthumb and the tag field in the gallery to add custom cropping code. I'm sure that could have been done easier though.
Code:
<li><a rel="fancybox" href="<?php i18n_gallery_pic_link($gallery,$i); ?>"><img src="phpThumb/phpThumb.php?src=<?php i18n_gallery_thumb_link($gallery,$item); ?>&w=110&h=110<?php echo htmlspecialchars(@$item['tags']); ?>&zc=0&q=75" alt="<?php echo htmlspecialchars(@$item['_title']); ?>" title="<?php echo htmlspecialchars(@$item['_title']); ?>" /></a></li>
Posts: 2,094
Threads: 54
Joined: Jan 2011
smdnetau Wrote:The only modifications I did were to the css & html it output. Rather than have multiple DIVs I wanted list items. I also used phpthumb and the tag field in the gallery to add custom cropping code. I'm sure that could have been done easier though.
Basic cropping (to get a different width/height ratio) is supported in I18N Gallery 1.2.
Posts: 2,928
Threads: 195
Joined: Feb 2011
smdnetau Wrote:Hi Connie,
Thanks for pointing out my errors. I'm not sure what you mean by the internal links.
Regards
Martin
Martin, I mean this:
Quote:View samples of terrazzo and stone.
terrazo and
stone are links, but not visible in the menue to the left, at
http://futostone.com.au/terrazzo these subpages are shown in the menue
I mean there is a lot of space at the site, it looks quite a little "empty" so why not show these subpages at the homepage as well?