PDA

View Full Version : Slideshow Issues


mdb-photography
May-15-2009, 10:53 AM
Im new so bare with me but I have the slideshow up on my page and I was wondering how to get rid of the border? Also how do I move the slideshow up closer to my banner? HOw do I make a page for "client viewing"? How do I make a page for just writing on, would that be a journal page? Guestbook page??
I know, Im asking a lot...Im sorry, I just really need to get this done before Sunday. Also I already have a domain name, Id like to use it here...and the instructions confuse me a bit.:scratch Yeah Im a blonde. haha
I appreciate any help.
Thank you bunches!!
xoxo,
Melissa

If you look at my page you can see how new it is, I dont even have all my pictures up yet. Thanks!!
http://mdb-photography.smugmug.com/

mdb-photography
May-15-2009, 06:59 PM
Im new so bare with me but I have the slideshow up on my page and I was wondering how to get rid of the border? Also how do I move the slideshow up closer to my banner? HOw do I make a page for "client viewing"? How do I make a page for just writing on, would that be a journal page? Guestbook page??
I know, Im asking a lot...Im sorry, I just really need to get this done before Sunday. Also I already have a domain name, Id like to use it here...and the instructions confuse me a bit.:scratch Yeah Im a blonde. haha
I appreciate any help.
Thank you bunches!!
xoxo,
Melissa

If you look at my page you can see how new it is, I dont even have all my pictures up yet. Thanks!!
http://mdb-photography.smugmug.com/

Also I guess I dont even know how to use this forum either!

fredjclaus
May-15-2009, 08:01 PM
Well, lets see if I can help out in any way here.

1. The boarder that you currently have on your slide show is based on the theme you used. If you don't want a boarder you will have to experiement with different themes.

2. Moving your slideshow closer to your boarder, I don't think can be done. From the looks of the page, it's already as close as you can get it. Possibly another theme would get your closer though.

3. Page for "Client Viewing" would be simple. If you shoot one specific type of thing such as events, or portraits, all you would do is when you upload a gallery you would make the type of gallery be "events" or "portraits" or whatever your type of photography is. Then in your nav bar you would tell the "Client Viewing" page to link to the page of galleries that you designate. If you shoot various types, I would not make just one viewing page, but maybe the different types of events instead.

4. If you want a page for people to write on such as a guest book, you would just have to create a gallery in general. I would set the page style to be Journal, and put the picture on the left, and a little note to tell people how to leave a guestbook message on the right. Mainly this page would be just clicking the "Comment" button at the bottom of the picture. BAH! Instant guestbook.

I hope that has answered some of your questions. Feel free to post more if you have any.

J Allen
May-16-2009, 05:54 AM
Im new so bare with me but I have the slideshow up on my page and I was wondering how to get rid of the border? Also how do I move the slideshow up closer to my banner?



Add this to your CSS:


/*====Tighten Homepage====*/
#userBio {padding:0;}
#homepage {padding-top:0;}
.homepage #breadcrumb
{display:none;}


/*====No More Border====*/
.galleryPage,
.boxBottom,
.boxTop,
.box
{border:none !important;}


/*====No More Background====*/
.boxBottom,
.boxTop,
.box
{background:none !important;}



Add this line to your slideshow code:






<script>
var ssConfig = {
AlbumID: '8199058',
newWindow: 'false',
transparent: 'true',
splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
showLogo: 'false',
clickToImage: 'false',
showThumbs: 'false',
showButtons: 'false',
imgAlign: 'top',
crossFadeSpeed: '350'


};

SM.flash.insertSlideshow(700, 675, ssConfig, 'transparent');
</script>








HOw do I make a page for "client viewing"?


Make a new category for this, and add it to your nav-bar, then only the galleries for this category will be on this page. Holler if you need help on this one!


How do I make a page for just writing on, would that be a journal page? Guestbook page??


Yes, "Journal Style" should be used for any HTML only page. You could make your page in PS and save as a .jpeg or a trans. .png, depending on how you want it to blend with your white background. This looks very professional!

If you just want to write text on a page, then add it to the description area, and format it using html tags and CSS rules, I can help you with that.


Also I already have a domain name, Id like to use it here...and the instructions confuse me a bit.

E-mail the help desk, and I bet some one wwill walk you through it.


Here are some suggestions.....


For your guestbook page add this to your CSS:




/*====Guestbook-Page====*/
.gallery_8208426 #breadCrumbTrail,
.gallery_8208426 .play_slideshow,
.gallery_8208426 #albumNav_top,
.gallery_8208426 #albumNav_bottom,
.gallery_8208426 .nophotos h3,
.gallery_8208426 .pageNav
{display:none;}
.gallery_8208426 .journal_entry
{border:none;}






And this to your bottom java-script box:




//====Guest-Book Comments=====
function ModifyText ()
{
if (YD.hasClass(document.body, "gallery_8208426"))
{
var objElement = YD.get("comment")
if (objElement != null)
{
var str = new String(objElement.innerHTML);
str = str.replace(/\gallery/gi, 'guestbook');
objElement.innerHTML = str;
}
}
}

YE.onAvailable("comment", ModifyText);







Add this to your CSS for your contact page:



/*=====Contact-Page=====*/
.gallery_8202982 #breadCrumbTrail,
.gallery_8202982 .play_slideshow,
.gallery_8202982 .share_button,
.gallery_8202982 #albumNav_top,
.gallery_8202982 #albumNav_bottom,
.gallery_8202982 .nophotos h3,
.gallery_8202982 .pageNav
{display:none;}
.gallery_8202982 .journal_entry
{border:none;}

mdb-photography
May-17-2009, 09:04 AM
Thank you so much, it worked!!
Another question- how do I make the border disappear on all the pages? Ex. the Portfolio page.
Thank you so much!!

~Melissa

Andy
May-17-2009, 09:08 AM
Thank you so much, it worked!!
Another question- how do I make the border disappear on all the pages? Ex. the Portfolio page.
Thank you so much!!

~Melissa
This?

http://img.skitch.com/20090517-p3i5m7mpnij4dirn7c19hhqj6.jpg

If so, just change your theme to Default, white color or choose Gradient White as your sitewide theme choice.

J Allen
May-17-2009, 09:14 AM
Thank you so much, it worked!!
Another question- how do I make the border disappear on all the pages? Ex. the Portfolio page.
Thank you so much!!

~Melissa

Dont forget to try out the codes I provided for your guest book and contact page. :thumb

mdb-photography
May-17-2009, 09:37 AM
Yes, that!! I think I already have it on Gradiant White. :scratch
You guys are being so helpful-thank you so very much!!!
Now I need to work on the investment, services, guestbook and contact pages!! Ahhhhh!!



This?

http://img.skitch.com/20090517-p3i5m7mpnij4dirn7c19hhqj6.jpg

If so, just change your theme to Default, white color or choose Gradient White as your sitewide theme choice.

Andy
May-17-2009, 09:38 AM
Yes, that!! I think I already have it on Gradiant White. :scratch
You guys are being so helpful-thank you so very much!!!
Now I need to work on the investment, services, guestbook and contact pages!! Ahhhhh!!
No, you had it on "White" which is very different from Gradient White. I changed, have a look.

mdb-photography
May-17-2009, 09:44 AM
Thank you!!!
Wanna fix up my whole site!?!? :rofl
On the galleries page, do they just go downt he page or can you arrange that too? As you cna see I just jumped into this w/out reading much directions. haha
Called lack of patience, haha...I just have to get it half decent before 4 and Im running out of time.
Thank you again!!

No, you had it on "White" which is very different from Gradient White. I changed, have a look.

mdb-photography
May-17-2009, 11:27 AM
The suggestions below, I did. I dont see any difference. What am I doing wrong?

And how do I get a contact form and hook it up like yours?





Here are some suggestions.....


For your guestbook page add this to your CSS:




/*====Guestbook-Page====*/
.gallery_8208426 #breadCrumbTrail,
.gallery_8208426 .play_slideshow,
.gallery_8208426 #albumNav_top,
.gallery_8208426 #albumNav_bottom,
.gallery_8208426 .nophotos h3,
.gallery_8208426 .pageNav
{display:none;}
.gallery_8208426 .journal_entry
{border:none;}






And this to your bottom java-script box:




//====Guest-Book Comments=====
function ModifyText ()
{
if (YD.hasClass(document.body, "gallery_8208426"))
{
var objElement = YD.get("comment")
if (objElement != null)
{
var str = new String(objElement.innerHTML);
str = str.replace(/\gallery/gi, 'guestbook');
objElement.innerHTML = str;
}
}
}

YE.onAvailable("comment", ModifyText);







Add this to your CSS for your contact page:



/*=====Contact-Page=====*/
.gallery_8202982 #breadCrumbTrail,
.gallery_8202982 .play_slideshow,
.gallery_8202982 .share_button,
.gallery_8202982 #albumNav_top,
.gallery_8202982 #albumNav_bottom,
.gallery_8202982 .nophotos h3,
.gallery_8202982 .pageNav
{display:none;}
.gallery_8202982 .journal_entry
{border:none;}




[/quote]

J Allen
May-17-2009, 11:35 AM
The suggestions below, I did. I dont see any difference. What am I doing wrong?

They defiantly made a difference, look them over real good, then remove the codes and look again.....on your guest book page, it now says "guestbook comments" in stead of "gallery comments" :thumb



And how do I get a contact form and hook it up like yours?




1- Go to Wufoo (http://www.dgrin.com/www.wufoo.com) and create an account, its free!

2- After you log in, it should take you to the "Form Manager" Page

3- Make sure you've created a contact form that matches your site

4- You should see 6 button:

* Entries * Edit * View Code* Notifications *Payment


5- click on the "Code" botton

6- That should take you to another page, look for the button that says
"Embed Form code"...use the <iframe> code

7- Copy & Paste that code in your gallery desription area between these tags:

<html></html>

8- enjoy your form

mdb-photography
May-17-2009, 08:22 PM
OK-so I did it, now how do I make the powered by WuFoo gone? Yeah I dont like that much at all.











They defiantly made a difference, look them over real good, then remove the codes and look again.....on your guest book page, it now says "guestbook comments" in stead of "gallery comments" :thumb




1- Go to Wufoo (http://www.dgrin.com/www.wufoo.com) and create an account, its free!

2- After you log in, it should take you to the "Form Manager" Page

3- Make sure you've created a contact form that matches your site

4- You should see 6 button:

* Entries * Edit * View Code* Notifications *Payment


5- click on the "Code" botton

6- That should take you to another page, look for the button that says
"Embed Form code"...use the <iframe> code

7- Copy & Paste that code in your gallery desription area between these tags:

<html></html>

8- enjoy your form

mdb-photography
May-17-2009, 08:31 PM
OK-now I screwed something up and I cant edit or change it. Ahhhh!! I felt like the page was too long with my about me AND the contact form so I was going to take off the about me and make its own page. But now I cant even do that!
Please help me.
~Melissa


They defiantly made a difference, look them over real good, then remove the codes and look again.....on your guest book page, it now says "guestbook comments" in stead of "gallery comments" :thumb




1- Go to Wufoo (http://www.dgrin.com/www.wufoo.com) and create an account, its free!

2- After you log in, it should take you to the "Form Manager" Page

3- Make sure you've created a contact form that matches your site

4- You should see 6 button:

* Entries * Edit * View Code* Notifications *Payment


5- click on the "Code" botton

6- That should take you to another page, look for the button that says
"Embed Form code"...use the <iframe> code

7- Copy & Paste that code in your gallery desription area between these tags:

<html></html>

8- enjoy your form

mdb-photography
May-17-2009, 09:13 PM
OK-I think I fixed it but still has the powered by logo up there, can i take that off? And how can i put it next to my picture instead of below or above it?


OK-now I screwed something up and I cant edit or change it. Ahhhh!! I felt like the page was too long with my about me AND the contact form so I was going to take off the about me and make its own page. But now I cant even do that!
Please help me.
~Melissa

J Allen
May-18-2009, 02:08 AM
OK-I think I fixed it but still has the powered by logo up there, can i take that off? And how can i put it next to my picture instead of below or above it?

First, change your contact form code to this, and see if the logo disappears, may have to tweak for IE:




<html>
<iframe allowtransparency="true" style="border: medium none ; width: 100%;" src="http://mdbphotography.wufoo.com/embed/z7x4m1/" scrolling="no" frameborder="0" height="477">&lt;a href="http://mdbphotography.wufoo.com/forms/z7x4m1/" title="mdb-photography"&gt;Fill out my Wufoo form!&lt;/a&gt;</iframe>
</html>





Add this to your CSS to clean up that gallery:


/*====Wufoo-Page====*/
.gallery_8245963 #breadCrumbTrail,
.gallery_8245963 .play_slideshow,
.gallery_8245963 #albumNav_top,
.gallery_8245963 #albumNav_bottom,
.gallery_8245963 .nophotos h3,
.gallery_8245963 .pageNav
{display:none;}
.gallery_8245963 .journal_entry
{border:none;}

mdb-photography
May-18-2009, 04:01 AM
YOU ARE A GENIUS!!!:clap
Thank you so much!! That worked!! Is there a way to get rid of the title of the contact form, just curious?
What about cleaning up my contact page?
Wow-do you have any suggestions on how to make it ALL look better?
I have to work on the Investment page next.
Gosh-time consuming!
THank you so much for all your help!!
~Melissa






First, change your contact form code to this, and see if the logo disappears, may have to tweak for IE:




<html>
<iframe allowtransparency="true" style="border: medium none ; width: 100%;" src="http://mdbphotography.wufoo.com/embed/z7x4m1/" scrolling="no" frameborder="0" height="477">&lt;a href="http://mdbphotography.wufoo.com/forms/z7x4m1/" title="mdb-photography"&gt;Fill out my Wufoo form!&lt;/a&gt;</iframe>
</html>





Add this to your CSS to clean up that gallery:


/*====Wufoo-Page====*/
.gallery_8245963 #breadCrumbTrail,
.gallery_8245963 .play_slideshow,
.gallery_8245963 #albumNav_top,
.gallery_8245963 #albumNav_bottom,
.gallery_8245963 .nophotos h3,
.gallery_8245963 .pageNav
{display:none;}
.gallery_8245963 .journal_entry
{border:none;}

mdb-photography
May-18-2009, 05:38 AM
Oh gosh, please dont hate me for asking so much. But on my homepage, how do I take out some of the space at the bottom? So when viewing it, you dont have to scroll, like yours?
Thanks again!!
~Melissa

J Allen
May-18-2009, 08:31 AM
Oh gosh, please dont hate me for asking so much. But on my homepage, how do I take out some of the space at the bottom? So when viewing it, you dont have to scroll, like yours?
Thanks again!!
~Melissa

1- You could try making your slide show smaller

2- You could make all your images in your slide show the same size (ratio)
Then we could set the bio-box dimensions with css rules.

Right now you have all different sizes in there, so the bio-box just sets up for the largest one, which I think is the two girls holding hands on the tracks (:):)
Thats why your homepage seems so long....

mdb-photography
May-18-2009, 08:29 PM
Ok-I will work on that. Thank you!!
The guestbook page...boring!! I think I might title it "raves" and use it for people to write about what they thought of my "services". is there a way to make it look better? I really like her page -
http://www.jakigoodphotography.com/gallery/3215732 The layout is sorta what Im looking for, how can i do that for my guestbook or testimonials.
Just curious, I feel like my pages are boring, like i need something else up there...I dont know. Suggestions??
Thank you!!




1- You could try making your slide show smaller

2- You could make all your images in your slide show the same size (ratio)
Then we could set the bio-box dimensions with css rules.

Right now you have all different sizes in there, so the bio-box just sets up for the largest one, which I think is the two girls holding hands on the tracks (:):)
Thats why your homepage seems so long....

J Allen
May-19-2009, 02:14 AM
Ok-I will work on that. Thank you!!
The guestbook page...boring!! I think I might title it "raves" and use it for people to write about what they thought of my "services". is there a way to make it look better? I really like her page -
http://www.jakigoodphotography.com/gallery/3215732 The layout is sorta what Im looking for, how can i do that for my guestbook or testimonials.
Just curious, I feel like my pages are boring, like i need something else up there...I dont know. Suggestions??
Thank you!!


That is a "journal Style" page. Lots of things you could do, just a matter of "lots of time involved". You could have a page just like hers, and instead of the static pictures beside the text, you could make mini-slideshow's pretty easily...and if someone clicked on the slideshow, it would take them to that gallery.

If you notice also on that page, the pictures and text switch opposite sides all the way through...a quick css rule, and you could make the pictures all be on the right side, and text be on the left, for the whole page.

To get your clients comments, just set your comment approval feature on, and when they leave one in there gallery, it wont be visible till you approve it, just copy it...and paste it to your "rave" page. :thumb

So much you can do with smugmug...look around at any web site for things you want, and post a question on how to start, and someone should always have an answer for you. :D

mdb-photography
May-19-2009, 01:56 PM
Ok-finally, I was wondering if you could help me make my front page like this one... http://kimpacephotography.com/ (http://kimpacephotography.com/) she is a friend of mine. actually i like her whole site and would like to make mine sorta like that but with my own style.
also the contact form on my page is not showing up anymore-uh oh!? the code is still there but its not showing.
please help me.
thanks, melissa



That is a "journal Style" page. Lots of things you could do, just a matter of "lots of time involved". You could have a page just like hers, and instead of the static pictures beside the text, you could make mini-slideshow's pretty easily...and if someone clicked on the slideshow, it would take them to that gallery.

If you notice also on that page, the pictures and text switch opposite sides all the way through...a quick css rule, and you could make the pictures all be on the right side, and text be on the left, for the whole page.

To get your clients comments, just set your comment approval feature on, and when they leave one in there gallery, it wont be visible till you approve it, just copy it...and paste it to your "rave" page. :thumb

So much you can do with smugmug...look around at any web site for things you want, and post a question on how to start, and someone should always have an answer for you. :D

J Allen
May-19-2009, 02:35 PM
Ok-finally, I was wondering if you could help me make my front page like this one... http://kimpacephotography.com/ (http://kimpacephotography.com/) she is a friend of mine. actually i like her whole site and would like to make mine sorta like that but with my own style.

That is an all flash web site..really cool stuff you can do with flash, but sadly wont work with smugmug :cry

also the contact form on my page is not showing up anymore-uh oh!? the code is still there but its not showing.

Yeah, mines not working either...I think wufoo is fubar (not-working), they might have caught smugmug's bug from yesterday....So everything is fine with your form, just give wufoo some time to fix there problems and it will come back.

mdb-photography
May-19-2009, 03:10 PM
Oh, bummer. :cry Is there a way that I can make at least my homepage like that? I really like it. I love her gallery pictures too.

Ok, well thanks for letting me know about the WuFoo.




[quote=J Allen]That is an all flash web site..really cool stuff you can do with flash, but sadly wont work with smugmug :cry

J Allen
May-19-2009, 03:45 PM
You can put the flash in your bio-box, and pretty much make it your whole home page....you just have to get that software, and know how to apply it, I'm not that familiar with how it works. Here's a link to a free flash builder, it gives you copy and paste codes, if you play with it, you might be able to make something cool to put on your homepage....


When it first opens an example screen will pop up, just close it and play:

http://www.effectgenerator.com/

mdb-photography
May-19-2009, 03:48 PM
Ok what about taking my banner/name to the bottom, keeping the white background but putting the black around it like her's? and making the flash in the middle? would that be immpossible?

You can put the flash in your bio-box, and pretty much make it your whole home page....you just have to get that software, and know how to apply it, I'm not that familiar with how it works. Here's a link to a free flash builder, it gives you copy and paste codes, if you play with it, you might be able to make something cool to put on your homepage....


When it first opens an example screen will pop up, just close it and play:

http://www.effectgenerator.com/

J Allen
May-19-2009, 03:52 PM
Ok what about taking my banner/name to the bottom, keeping the white background but putting the black around it like her's? and making the flash in the middle? would that be immpossible?

Piece of cake :wink

mdb-photography
May-19-2009, 04:36 PM
hahah, well can you tell me how to do it??
please.
because i have no clue!

Piece of cake :wink

mdb-photography
May-19-2009, 08:30 PM
And would you know the code to add sitemeter to my site? could i use anyone of these?
Web Sites

Adding Site Meter to a Blogger.com site (http://www.sitemeter.com/?a=manager&area=htmlcode&page=bloggerbeta)
Adding Site Meter to a Blog-City site (http://www.sitemeter.com/?a=manager&area=htmlcode&page=blogcity)
Adding Site Meter to your Bloglines blog (http://www.sitemeter.com/?a=manager&area=htmlcode&page=bloglines)
Adding Site Meter to a friendster blog (http://www.sitemeter.com/?a=manager&area=htmlcode&page=friendster)
Adding Site Meter to your Go Daddy account (http://www.sitemeter.com/?a=manager&area=htmlcode&page=godaddy)
Adding Site Meter to an iWeb in iLife ‘08 site (http://www.sitemeter.com/?a=manager&area=htmlcode&page=iweb)
Adding Site Meter to your Joomla/Mambo account (http://www.sitemeter.com/?a=manager&area=htmlcode&page=joomla)
Adding Site Meter to your Live Video account (http://www.sitemeter.com/?a=manager&area=htmlcode&page=livevideo)
Adding Site Meter to your Meetup about page (http://www.sitemeter.com/?a=manager&area=htmlcode&page=meetup)
Adding Site Meter to a Movable Type blog (http://www.sitemeter.com/?a=manager&area=htmlcode&page=movabletype)
Adding Site Meter to a mo'time weblog (http://www.sitemeter.com/?a=manager&area=htmlcode&page=motime)
Adding Site Meter to a MSN Spaces blog (http://www.sitemeter.com/?a=manager&area=htmlcode&page=msnspaces)
Adding Site Meter to a MySpace blog or profile (http://www.sitemeter.com/?a=manager&area=htmlcode&page=myspace)
Adding Site Meter to a Open Diary journal (http://www.sitemeter.com/?a=manager&area=htmlcode&page=opendiary)
Adding Site Meter to a TypePad.com or Blogs.com blog (http://www.sitemeter.com/?a=manager&area=htmlcode&page=typepad)
Adding Site Meter to a Wikispaces page (http://www.sitemeter.com/?a=manager&area=htmlcode&page=wikispaces)
Adding Site Meter to a WordPress.com blog (http://www.sitemeter.com/?a=manager&area=htmlcode&page=wordpressdotcom)
Adding Site Meter to a WordPress blog hosted on your server (http://www.sitemeter.com/?a=manager&area=htmlcode&page=wordpress)
Adding Site Meter to a Xanga site (http://www.sitemeter.com/?a=manager&area=htmlcode&page=xanga)

HTML Editors

Using a text editor (like NotePad) (http://www.sitemeter.com/?a=manager&area=htmlcode&page=htmleditors)

Adobe GoLive (http://www.sitemeter.com/?a=manager&area=htmlcode&page=adobegolive)
Dreamweaver MX 2004 (or newer) (http://www.sitemeter.com/?a=manager&area=htmlcode&page=dreamweaverMX2004)
Dreamweaver (http://www.sitemeter.com/?a=manager&area=htmlcode&page=dreamweaver)
FrontPage 2000/2002/2003 (or newer) (http://www.sitemeter.com/?a=manager&area=htmlcode&page=frontpage2000)
FrontPage and FrontPage Express (http://www.sitemeter.com/?a=manager&area=htmlcode&page=frontpageexpress)
ixla Web Easy (http://www.sitemeter.com/?a=manager&area=htmlcode&page=webeasy)
Publisher 2000 (http://www.sitemeter.com/?a=manager&area=htmlcode&page=mspublisher)
Netscape Gold or Netscape Composer (http://www.sitemeter.com/?a=manager&area=htmlcode&page=netscapecomposer)
NetObjects (http://www.sitemeter.com/?a=manager&area=htmlcode&page=netobjects)

Other

Adding Site Meter to PHP-Nuke sites (http://www.sitemeter.com/?a=manager&area=htmlcode&page=phpnuke)
Adding Site Meter using WebTV (http://www.sitemeter.com/?a=manager&area=htmlcode&page=webtv)
Adding Site Meter to XHTML (and transitional) pages (http://www.sitemeter.com/?a=manager&area=htmlcode&page=xhtml)


thanks!


Piece of cake :wink

mdb-photography
May-20-2009, 06:31 AM
Ok-can you tell me the code to put a pic next to what people write? like you said, make the pictures on the left and the text on the right?
thanks, i know im buggin ya!


That is a "journal Style" page. Lots of things you could do, just a matter of "lots of time involved". You could have a page just like hers, and instead of the static pictures beside the text, you could make mini-slideshow's pretty easily...and if someone clicked on the slideshow, it would take them to that gallery.

If you notice also on that page, the pictures and text switch opposite sides all the way through...a quick css rule, and you could make the pictures all be on the right side, and text be on the left, for the whole page.

To get your clients comments, just set your comment approval feature on, and when they leave one in there gallery, it wont be visible till you approve it, just copy it...and paste it to your "rave" page. :thumb

So much you can do with smugmug...look around at any web site for things you want, and post a question on how to start, and someone should always have an answer for you. :D

J Allen
May-20-2009, 11:51 AM
Lets tackle one thing at a time :D....do you want to work on your splash page first or tackle the comments page...


For the site meter stuff, do they give you an embed code or anything?

mdb-photography
May-20-2009, 12:12 PM
Ok-someone helped me change the homepage as you can see. only thing i want different is the nav. bar to be closer to the top and the big white gap to be gone. also my name isnt there now (mdb-photography) i dont know where that went but i need that back and at the bottom, maybe like in that white space thats there.
also, id like to make the black border w/the white center on every page.
i did figure out the sitemeter.
still need help doing the testimonial page, i tried and ended up erasing what they wrote. grrr.
thank you.



Lets tackle one thing at a time :D....do you want to work on your splash page first or tackle the comments page...


For the site meter stuff, do they give you an embed code or anything?