|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Gallery page customization
I wasn't sure how to title this so I hope my explanation works better. I am using a gallery page for my "About Me" page to free up the Bio for the slide show. So I have a hidden gallery that has one picture in it - me. And when the link - http://www.bluewaterprism.com/galler...9965&k=HKmpbC5 - is clicked it calls this gallery. The text on this page is in the description part for the photo and the thumbnail and the larger image are seen.
What I would really like to have is only the larger picture (?hide the thumbnail) and the text alongside it. Is there also a way to "rename" the link to something simpler? Any help is always appreciated!! Thanks. |
|
|
|
|
#2
|
||
|
Major grins
|
Quote:
Is this kind of what you are looking for? (You can take out the other sections you don't need.)
__________________
OglesbayFamily.com |
|
|
|
||
|
#3
|
||
|
Major grins
|
Quote:
Sort of - Like what is in the link 4 box but just the one picture and text. No links. |
|
|
|
||
|
#4
|
||
|
Major grins
|
Quote:
I think this will work for you. Add this to your album description: Code:
<html>
<div class="pageTitleLinks">
<div class="boxBottom">
<div class="myPhotoLinks">
<img src="/photos/xxxxxxxx_xxxxx-300x300.jpg">
</div>
<div class="myTextLinks">
<p>text text text text text text text text text
text text text text text text text text text
</p>
</div>
<div class="spacer"></div>
</div>
<br />
<hr size="1" color="#6090d1">
</html>
Code:
/* START gallery xxxxxxx */
.gallery_xxxxxxx .myPhotoLinks {
float: left;
padding-right: 20px;
}
.gallery_xxxxxxx .myTextLinks {
font-family: verdana;
color: #6090D1;
font-size: 120%;
}
.gallery_xxxxxxx #pageTitleLinks { /* title only */
font-family: verdana;
text-align: center;
color: #6090D1;
font-size: 200%; /* Sets the page title font size */
}
.gallery_xxxxxxx #pageTitleLinks p { /* text only */
margin: 0 auto;
width: 500px;
text-align: center;
font-size: 80%;
margin: 0 auto 10px;
}
/* hide unnecessary elements */
.gallery_xxxxxxx #albumNav_top,
.gallery_xxxxxxx #albumNav_bottom,
.gallery_xxxxxxx .nophotos h3,
.notLoggedIn .gallery_xxxxxxx .journal_entry,
.notLoggedIn .gallery_xxxxxxx #breadcrumb {display: none;}
/* END gallery xxxxxxx */
__________________
OglesbayFamily.com |
|
|
|
||
|
#5
|
||
|
Major grins
|
Quote:
|
|
|
|
||
|
#6
|
|
|
Major grins
|
Ok - so got it set up. How can I have it surrounded by the white border?
|
|
|
|
|
#7
|
||
|
"tweak 'til it squeaks"
|
Quote:
/* START .gallery_23456133 - About ME */ .gallery_23456133 #albumDescription .boxBottom { border-top: 1px solid white; }
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#8
|
||
|
Major grins
|
Quote:
The gallery that this is in is an empty gallery. I was able to set the image as "favorite" so in my view it shows as the thumbnail but in a not logged in view it does not. How can I fix that?? |
|
|
|
||
|
#9
|
|
|
Major grins
|
Thanks Al, as always right on.
|
|
|
|
|
#10
|
||
|
"tweak 'til it squeaks"
|
Quote:
.. and where does the thumbnail not show? Up a level? Unlisted galleries only show logged in on cat/sub-cat pages.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#11
|
|
|
Major grins
|
Thanks Al, as always right on.
|
|
|
|
|
#12
|
|
|
Major grins
|
Al - think I spoke too soon. The border is good. How can I add space on the bottom of the thumbnails to accommodate the text there?
|
|
|
|
|
#13
|
||
|
"tweak 'til it squeaks"
|
Quote:
.miniBox {width:122px; text-align:center; height:230px !important; margin:0 28px;} In your CSS remove all the gallery keys like the one example here. Many places. .gallery_21620865_92J2W6.myPhotoLinks {... like this .gallery_21620865 .myPhotoLinks {...
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#14
|
||
|
Major grins
|
Quote:
|
|
|
|
||
| Tell The World! | |
| Tags | |
| gallery customization | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Gallery Page Customization Help | Josh972 | SmugMug Customization | 13 | Feb-20-2012 07:41 AM | |
| Smugmug has gallery CSS customization backwards | jfriend | SmugMug Customization | 24 | Jul-27-2010 02:27 PM | |
| Bio Page (Homepage) and Gallery Page | kathleen | SmugMug Customization | 0 | Oct-20-2009 06:22 AM | |
| gallery page customization | evilluckycharms | SmugMug Customization | 2 | Oct-15-2009 05:28 PM | |
| A cool idea to really make customization eaiser, more flexible and more maintainable | jfriend | SmugMug Customization | 18 | Feb-09-2009 11:21 AM | |
| Thread Tools | |
| Display Modes | |
|
|