PDA

View Full Version : CUSTOMIZATION- On galleries


mmtoruno
Sep-07-2007, 10:02 AM
As of now I have a slideshow on my home page
I have "Family gallaries" "Sandra's 15" "Alexis 15"

If you click on gallaries other than "family galleries" it will take you to a separate page (great) but all the other gallaries still show up under my "family gallaries".

I want to start a number of other gallaries to be linked to a diff page and not show up under my "family galleries". Any help :dunno

my little corner is http://torunofamily.smugmug.com/

Thank you

Marvin

mmtoruno
Sep-07-2007, 10:08 AM
any body?

Allen
Sep-07-2007, 10:24 AM
As of now I have a slideshow on my home page
I have "Family gallaries" "Sandra's 15" "Alexis 15"

If you click on gallaries other than "family galleries" it will take you to a separate page (great) but all the other gallaries still show up under my "family gallaries".

I want to start a number of other gallaries to be linked to a diff page and not show up under my "family galleries". Any help :dunno

my little corner is http://torunofamily.smugmug.com/

Thank you

Marvin
Your galleries page shows all public galleries. Change that page to display by
category and then hide Quinceanera and Alexis categories.

To do that, hide those cats, add this to your footer code.


<script type="text/javascript" language="javascript">

function delCategory() {
re = /\/(Quinceanera|Alexis)$/;

var oList = YD.getElementsByClassName('miniBox', 'div', this);

for (i = 0; i < oList.length; i++) {
if (re.test(oList[i].getElementsByTagName('a')[0].href))
oList[i].parentNode.removeChild(oList[i]);
}
}
YE.onContentReady('categoriesBox', delCategory);

</script>

mmtoruno
Sep-07-2007, 10:48 AM
[quote=Allen]Your galleries page shows all public galleries. Change that page to display by
category and then hide Quinceanera and Alexis categories.


Thank you much Al! It work like a charm... Thanks agian

mmtoruno
Sep-07-2007, 01:44 PM
I wanted to combine "Sandras 15" & "Alexis 15"
Under "Quinceaneras" from the Navbar on the Home page.

I dont know how to Link multiple gallaries under "Quinceaneras" from the Navabr

I now have "Sandras Quince" & "Alexis Quince" two separate categories
I want to be link to a separate page under "Quinceaneras

mmtoruno
Sep-07-2007, 01:45 PM
Bump ^^

Allen
Sep-07-2007, 02:25 PM
I wanted to combine "Sandras 15" & "Alexis 15"
Under "Quinceaneras" from the Navbar on the Home page.

I dont know how to Link multiple gallaries under "Quinceaneras" from the Navabr

I now have "Sandras Quince" & "Alexis Quince" two separate categories
I want to be link to a separate page under "Quinceaneras
What are "Sandras 15" & "Alexis 15", galleries, categories or sub-cats?

mmtoruno
Sep-07-2007, 02:56 PM
What are "Sandras 15" & "Alexis 15", galleries, categories or sub-cats?

Sandra's 15 & Alexis 15 where not gallaries, but two separate linked pages with diff categorie names I had on my home page.

The categories in each separate pages ( Sandra's 15 & Alexis 15) where showing up under my fam gallaries. Then I asked how I can remove them from my fam gallaries.

Thanks to you I hide them from my fam gallaries.

Then I thought I actually want have 1 separate page for both Sandra's 15 & Alexis 15. But I have now changed the "Catagory names" to "Sandras Quince" & "Alexis Quince".
But I do want to combine both categories on one separate page.

The separate page being "Quinceaneras"
in that page I want the two categories "Sandras Quince" & "Alexis Quince"

Look under my fam gallaries there you will see the categories for
http://torunofamily.smugmug.com/

"Sandras Quince" & "Alexis Quince"
I want to move those two categories on a separate page linked from my Navbar on my Home page.




am I making sence

Allen
Sep-07-2007, 03:32 PM
Sandra's 15 & Alexis 15 where not gallaries, but two separate linked pages with diff categorie names I had on my home page.

The categories in each separate pages ( Sandra's 15 & Alexis 15) where showing up under my fam gallaries. Then I asked how I can remove them from my fam gallaries.

Thanks to you I hide them from my fam gallaries.

Then I thought I actually want have 1 separate page for both Sandra's 15 & Alexis 15. But I have now changed the "Catagory names" to "Sandras Quince" & "Alexis Quince".
But I do want to combine both categories on one separate page.

The separate page being "Quinceaneras"
in that page I want the two categories "Sandras Quince" & "Alexis Quince"

Look under my fam gallaries there you will see the categories for
http://torunofamily.smugmug.com/

"Sandras Quince" & "Alexis Quince"
I want to move those two categories on a separate page linked from my Navbar on my Home page.

am I making sence
You can't have a page with just the two cats unless you create an html page for it.

Change your nav html to this and see if you like it.

<div align="center">
<div id="navcontainer">
<ul>
<li><a href="http://torunofamily.smugmug.com">Home</a></li>
<li><a href="http://torunofamily.smugmug.com/Alexis%20Quince">Alexis Quince</a></li>
<li><a href="http://torunofamily.smugmug.com/Sandras%20Quince">Sandras Quince</a></li>
<li><a href="http://torunofamily.smugmug.com/galleries">Family Galleries</a></li>
<li><a href="http://torunofamily.smugmug.com/gallery/2908148">Guestbook</a></li>
</ul>
</div>
</div>

mmtoruno
Sep-07-2007, 04:01 PM
[quote=Allen]You can't have a page with just the two cats unless you create an html page for it.

:bow Thanks for all your help Al.

I'm ignorant when it comes to this.
I hope it's not much to ask, but how would I create a HTML so I can have as many Cats on a separate page as I want it.

Maybe you can send me a link for a tutorial on creating an HTML page

Allen
Sep-07-2007, 04:07 PM
[quote=Allen]You can't have a page with just the two cats unless you create an html page for it.

:bow Thanks for all your help Al.

I'm ignorant when it comes to this.
I hope it's not much to ask, but how would I create a HTML so I can have as many Cats on a separate page as I want it.

Maybe you can send me a link for a tutorial on creating an HTML page
Should only take a few minutes to throw one together for you. Create a
new gallery under the Other category and put some text in the gallery
description and set it to journal style under gallery customization.

Post a link to the gallery back here.
Also pick a thumbnail to use for each link.
Going to use a modified version of this page (http://allen-steve.smugmug.com/gallery/2320726).

mmtoruno
Sep-07-2007, 04:46 PM
[quote=mmtoruno]
Should only take a few minutes to throw one together for you. Create a
new gallery under the Other category and put some text in the gallery
description and set it to journal style under gallery customization.

Post a link to the gallery back here.
Also pick a thumbnail to use for each link.
Going to use a modified version of this page (http://allen-steve.smugmug.com/gallery/2320726).

here is the link

http://torunofamily.smugmug.com/gallery/3438152/1/192850488

:clap

Allen
Sep-07-2007, 04:58 PM
[quote=Allen]

here is the link

http://torunofamily.smugmug.com/gallery/3438152/1/192850488

:clap
Add some text to the album description so it's active.

Do you want to keep the one photo you have in the description? I'm adding a
thumb for each of the categories to click on.

mmtoruno
Sep-07-2007, 05:04 PM
Menu with dropdown

Menu 1Menu 2Menu 3Menu 4Menu 5Drop 1Drop 2Drop 3

<div class="menu"><ul> <li><a href="Link">Menu 1</a></li> <li><a class="drop" href="Link">Menu 2 <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <li><a href="Link">Drop 1</a></li> <li><a href="Link">Drop 2</a></li> <li><a href="Link">Drop 3</a></li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <li><a href="Link">Menu 3</a></li> <li><a href="Link">Menu 4</a></li> <li><a href="Link">Menu 5</a></li></ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--></div> ********** I saw this from the link above****** Where would I put that on my header?:scratch

Allen
Sep-07-2007, 05:05 PM
Menu with dropdown

Menu 1Menu 2Menu 3Menu 4Menu 5Drop 1Drop 2Drop 3

<div class="menu"><ul> <li><a href="Link">Menu 1</a></li> <li><a class="drop" href="Link">Menu 2 <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <li><a href="Link">Drop 1</a></li> <li><a href="Link">Drop 2</a></li> <li><a href="Link">Drop 3</a></li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <li><a href="Link">Menu 3</a></li> <li><a href="Link">Menu 4</a></li> <li><a href="Link">Menu 5</a></li></ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--></div> ********** I saw this from the link above****** Where would I put that on my header?:scratch
Don't do anything with that. Just add some text to the gallery description.

Allen
Sep-07-2007, 05:25 PM
[quote=Allen]

here is the link

http://torunofamily.smugmug.com/gallery/3438152/1/192850488

:clap
Add this to the gallery description. I picked two random photos for the thumbs,
if you want different ones let me know.

<html>
<table align="center" cellspacing="30" border="0">
<tr>
<td>
<a href="/Alexis%20Quince">
<img src="/photos/186964347-S.jpg" width="300 height="218"></a>
</td>
<td>
<a href="/Sandras%20Quince">
<img src="/photos/172431000-S.jpg" width="300 height="218"></a>
</td>
</tr>
<tr style="text-align:center; color: #ccc; font-family:comic; font-size: 180%;">
<td><a href="/Alexis%20Quince">Alexis Quince Galleries</a></td>
<td><a href="/Sandras%20Quince">Sandras Quince Galleries</a></td>
</table>
</html>
Add this to your CSS

/* Quinceaneras categories page */
.gallery_2908148 #albumDescription a:hover {
color: red;
}

.gallery_2908148 #albumDescription a {
color: #ccc;
text-decoration:none;
}

/* some of these may not be needed */
.gallery_3438152 #breadcrumb,
.gallery_3438152 #albumNav_top,
.gallery_3438152 #albumNav_bottom,
.gallery_3438152 .journal_entry {display: none;}

.loggedIn .gallery_3438152 #breadcrumb,
.loggedIn .gallery_3438152 .journal_entry {display: block;}
/* END Quinceaneras categories page */
Replace your nav code in the header with this.

<div align="center">
<div id="navcontainer">
<ul>
<li><a href="http://torunofamily.smugmug.com">Home</a></li>
<li><a href="http://torunofamily.smugmug.com/gallery/3438152">Quinceaneras</a></li>
<li><a href="http://torunofamily.smugmug.com/galleries">Family Galleries</a></li>
<li><a href="http://torunofamily.smugmug.com/gallery/2908148">Guestbook</a></li>
</ul>
</div>
</div>