View Full Version : Please help me with new smugmug site.thanks!
tuningpeg6
Dec-13-2009, 11:44 AM
.
J Allen
Dec-14-2009, 04:13 AM
1) my site has a thumbnail photo of a model (in a blue dress) on most pages. I only want her image to appear on the "calendar" page next to the google calendar. the image can be on the left and calendar on the right (side by side) or vice versa, it doesn't matter. for the life of me, I'm unable to do this at all.
Remove this from your custom footer box:
<div id="CalendarPhoto">
<img src="/Photos/739630525_rfpdZ-Ti.jpg">
</div>
Add this to your CSS box:
.gallery_10610731 #journal,
.gallery_10610731 #albumDescription
{width:960px !important; text-align:center !important; margin: 0 auto !important;}
Add the red only to your album description area of your calender gallery:
<br>
<div id="calendarText">
You can use this calendar to check my availability, but if the
date you want doesn't show open - email me anyway and we
might be able to work something out.
<p>
Where it says "busy" indicates that I'm on assignment for that time period.
</p>
</div>
<div id="CalendarPhoto">
<img src="/Photos/739630525_rfpdZ-Ti.jpg">
</div>
<iframe src="http://www.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=kenq uachphotography@gmail.com&color=%23A32929&ctz=Amer ica/Los_Angeles" style="border-width: 0pt;" width="800" frameborder="0" height="600" scrolling="no">
J Allen
Dec-14-2009, 04:19 AM
2) how do I make my site so that in the "Private" section, my clients can download (with a password) photos in a gallery of their photos?
I believe if you enable "originals" for viewing in the gallery control panel, it will enable the SAVE PHOTO (http://www.smugmug.com/help/download-photos) option.
You could also add your own DOWNLOAD IMAGE BUTTON (http://www.dgrin.com/showthread.php?t=118772), from a custom script written by J. Friend
tuningpeg6
Dec-14-2009, 10:36 AM
.
tuningpeg6
Dec-14-2009, 11:03 AM
.
J Allen
Dec-14-2009, 11:46 AM
Is there anyway to make my photo (of girl in blue dress) larger than the thumbnail size?
Also, why doesn't the photo sit side by side with my calendar? Currently, the little photo sits on top of the calendar.
thanks!
Find and remove this from your CSS box, it does not belong there, and after you remove it the photo will float to the side....and we can adjust it if you want to also:
<script>
delCategory();
</script>
To pull up a larger image just change the red:
<div id="CalendarPhoto">
<img src="/Photos/739630525_rfpdZ-M
.jpg">
</div>
J Allen
Dec-14-2009, 11:52 AM
Also i noticed you have your calender in your custom footer box..which makes it show on all pages..is that how you wanted it?? If not just delete it from the footer box, it'll stay on your gallery page..so no worries there....:thumb
J Allen
Dec-14-2009, 07:59 PM
I don't like how this text is positioned:
is there anyway to make it look nicer than centered? how do i flush it to the left margin perhaps so that the text looks nicer? also, this will hopefully bring the photo of the model down and in line with the calendar hopefully.
Add this to your CSS and see if you like...we can tweak till you think it's perfect:
#calendarText
{text-align:left;
color:#739ABD;}
#CalendarPhoto
{margin-top:45px;}
J Allen
Dec-14-2009, 08:01 PM
i don't know what happened, but i cant locate any of my galleries (listed as well as unlisted) not sure what i just did. other than that, i like my site so far. thanks to you, Sir!
thanks!
Looks like you found them :thumb
J Allen
Dec-14-2009, 09:05 PM
Also, I see a lot of errors in your CSS box...to fix them all just change your whole css box to this...it should also fix alot of things on your page:
/*===== Banner =====*/
#my_banner
{width: 725px;
height: 125px;
margin: 0 auto;
background: url(http://kenquachphotography.smugmug.com/photos/735729051_vxd3g-O.png) no-repeat;}
/*===== Nav Bar =====*/
#navcontainer ul
{margin: 0; padding:0;
list-style-type: none;
text-align: center;}
#navcontainer ul li
{display:inline;}
#navcontainer ul li a
{text-decoration: none;
padding: .2em 1em;
color: #ffffff;
background-color: #000000;}
#navcontainer ul li a:hover
{color: #fff;
background-color: #669933;}
#navcontainer {margin: 10px auto;}
.homepage #navcontainer {margin: 0 auto;}
/*===== Galleries Page =====*/
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox,
.galleries #bioBox
{display: none;}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox
{display: block;}
/*===== Search box =====*/
#mysearch
{text-align:right;}
/*===== Easy Customizer =====*/
#customHeaderContainer
{display:none;}
/*===== Line Galleries 4-Across =====*/
.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.miniBox .photo {float:none; width:122px; height:auto; _height:1px;}
.miniBox .albumTitle {width:122px;}
.miniBox .description {width:122px;}
.miniBox .updated {width:122px;}
.loggedIn .miniBox {height:auto; min-height:300px;}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px;}
.loggedIn .miniBox input {width:122px;}
.loggedIn .miniBox textarea {width:112px;}
.boxBottom .albumLarge {width:192px; height:350px; text-align:center; margin:0 24px;}
.albumLarge .photoLarge {float:none; width:192px; height:auto; _height:1px;}
.albumLarge .albumTitle {width:192px;}
.albumLarge .description {width:192px;}
.albumLarge .updated {width:192px;}
.loggedIn .boxBottom .albumLarge {height:auto; min-height:450px;}
.loggedIn .albumLarge .smbuttons {margin:0 auto; width:192px;}
.loggedIn .albumLarge input {width:192px;}
.loggedIn .albumLarge textarea {width:182px;}
/*===== Remove Border =====*/
.galleryPage,
.boxBottom,
.boxTop,
.box
{border:none !important;}
/*===== Remove Background =====*/
.boxBottom,
.boxTop,
.box
{background:none !important;}
/*===== FOOTER =====*/
#RMFooterWrapper
{margin:0 auto;}
#RMFooter
{font:8pt verdana, arial, sans-serif;
color: #aaa; margin: 0 auto;
text-align:center;}
#cobrand_footer
{display: none !important;}
/*===== Guestbook Page =====*/
.gallery_10588244 #breadCrumbTrail,
.gallery_10588244 .play_slideshow,
.gallery_10588244 #albumNav_top,
.gallery_10588244 #albumNav_bottom,
.gallery_10588244 .nophotos h3,
.gallery_10588244 .pageNav
{display:none;}
.gallery_10588244 .journal_entry
{border:none;}
/*===== Services Page =====*/
.gallery_10610366 #breadCrumbTrail,
.gallery_10610366 .play_slideshow,
.gallery_10610366 #albumNav_top,
.gallery_10610366 #albumNav_bottom,
.gallery_10610366 .nophotos h3,
.gallery_10610366 .pageNav
{display:none;}
.gallery_10610366 .journal_entry
{border:none;}
/*===== Calender Page =====*/
.gallery_10610731 #breadCrumbTrail,
.gallery_10610731 .play_slideshow,
.gallery_10610731 #albumNav_top,
.gallery_10610731 #albumNav_bottom,
.gallery_10610731 .nophotos h3,
.gallery_10610731 .pageNav
{display:none;}
.gallery_10610731 .journal_entry
{border:none;}
.gallery_10610731 #journal,
.gallery_10610731 #albumDescription
{width:960px !important; text-align:center
!important; margin: 0 auto !important;}
#CalendarPhoto {float: left;}
#myCalendar {float: right;}
#calendarText
{text-align:left;
color:#739ABD;
width:700px}
#CalendarPhoto
{margin-top:45px;}
/*===== Contact Page =====*/
.gallery_10591206 #breadCrumbTrail,
.gallery_10591206 .play_slideshow,
.gallery_10591206 #albumNav_top,
.gallery_10591206 #albumNav_bottom,
.gallery_10591206 .nophotos h3,
.gallery_10591206 .pageNav
{display:none;}
.gallery_10591206 .journal_entry
{border:none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.