View Full Version : Is There a Tutorial For a Separate Bio Page?
PJ Matthews
Nov-22-2008, 04:01 PM
I've been searching for the last couple hours for a way to create a separate bio page. I'm hoping to set up a gallery with one photo and (html) text along with that photo. I'm not necessarily going to use it as a bio page, but rather more for something like this (well done) page:
http://www.photoscapedesign.com/gallery/4104937
I don't need the slide show function, but just the ability to have the above stuff. Anyone know where to find this??
Allen
Nov-22-2008, 04:05 PM
I've been searching for the last couple hours for a way to create a separate bio page. I'm hoping to set up a gallery with one photo and (html) text along with that photo. I'm not necessarily going to use it as a bio page, but rather more for something like this (well done) page:
http://www.photoscapedesign.com/gallery/4104937
I don't need the slide show function, but just the ability to have the above stuff. Anyone know where to find this??
You can try the one I created here (http://allen-steve.smugmug.com/gallery/3819841). :D
PJ Matthews
Nov-22-2008, 04:07 PM
Thanks A lot!! That was pretty quick too! I'll try it tonight & see how it goes...
Allen
Nov-22-2008, 04:15 PM
Thanks A lot!! That was pretty quick too! I'll try it tonight & see how it goes...
Be sure to holler back if you need any help.
PJ Matthews
Nov-22-2008, 04:16 PM
Thank you!
nikkirae
Nov-22-2008, 07:10 PM
Be sure to holler back if you need any help.
I could sure use your help! I have got all the way to having my photo and setting the gallery journal and I manually typed in what I thought was the right code but its a no go! I would love it if you could help me out!
Thanks:scratch
Allen
Nov-22-2008, 07:15 PM
I could sure use your help! I have got all the way to having my photo and setting the gallery journal and I manually typed in what I thought was the right code but its a no go! I would love it if you could help me out!
Thanks:scratch
No prob, will take a look. Be back.
err .... got a link to the gallery on your site? :D
nikkirae
Nov-22-2008, 08:18 PM
No prob, will take a look. Be back.
err .... got a link to the gallery on your site? :D
http://nicolerae-photography.smugmug.com/
Sorry... AND THANK YOU!!:thumb
Allen
Nov-22-2008, 08:20 PM
http://nicolerae-photography.smugmug.com/
Sorry... AND THANK YOU!!:thumb
You set the gallery to unlisted so I need a direct link to the gallery.
I had already found your site. :D
nikkirae
Nov-22-2008, 08:25 PM
You set the gallery to unlisted so I need a direct link to the gallery.
I had already found your site. :D
:rofl :rofl :rofl
Sorry!lol
Here you go...
http://nicolerae-photography.smugmug.com/gallery/6626374_SiPuc
Allen
Nov-22-2008, 08:33 PM
:rofl :rofl :rofl
Sorry!lol
Here you go...
http://nicolerae-photography.smugmug.com/gallery/6626374_SiPuc
Just proves unlisted works. I don't see anything in your gallery description if
you're are trying to use that.
I see you are using the journal entry for the photo and text and that will work.
Add this to your CSS to hide things to clean up the page for visitors.
.notLoggedIn .gallery_6626374 #altViews,
.notLoggedIn .gallery_6626374 #albumNav_top,
.notLoggedIn .gallery_6626374 #albumNav_bottom {display: none;}
nikkirae
Nov-23-2008, 11:53 AM
:rofl :rofl :rofl
Sorry!lol
Here you go...
http://nicolerae-photography.smugmug.com/gallery/6626374_SiPuc
I'm still very confused...every time that I go to put my image number in the code... the copy and paste mechanism does not work so I do it by hand and then it still doesn't work! I hate to be a pain, but it would be amazing is I could figure this out! I tried not to have to ask for help.. but I have no idea how to mak eit all work! Thanks again for all of your help..:thumb
nikkirae
Nov-23-2008, 11:55 AM
Ok I will try that for sure! Thanks... I will be back
nikkirae
Nov-23-2008, 11:57 AM
Just proves unlisted works. I don't see anything in your gallery description if
you're are trying to use that.
I see you are using the journal entry for the photo and text and that will work.
Add this to your CSS to hide things to clean up the page for visitors.
.notLoggedIn .gallery_6626374 #altViews,
.notLoggedIn .gallery_6626374 #albumNav_top,
.notLoggedIn .gallery_6626374 #albumNav_bottom {display: none;}
Its weird because when I do the codes right I hit submit for theAbout Me gallery yet the codes and stuff ends up on my front page (home) Am I doing something wrong?
PJ Matthews
Nov-23-2008, 12:33 PM
Be sure to holler back if you need any help.
:D You offered, so I'm back!
I ended up going a slightly different direction from your tutorial. Don't get me wrong, your stuff is fantastic. But something went slightly wrong, and I ended up with a version of this, and I kinda like it.
Here's the page:
http://pj-matthews.smugmug.com/gallery/6630879_DaWQF
What I'd really like to get rid of is the line that reads:
This is a brand new gallery with no photos.
And the tabs that read "Add Photos", "Customize Gallery", and "Delete Gallery".
Any ideas?? Thanks again for your help (or anyone else who may be able to help)!
denisegoldberg
Nov-23-2008, 01:39 PM
What I'd really like to get rid of is the line that reads:
This is a brand new gallery with no photos.
And the tabs that read "Add Photos", "Customize Gallery", and "Delete Gallery".
You have errors in your CSS:
.gallery_6584280 .nophotos {
display: none;
}
.gallery_6584280 .pageNav {
display: none;
/* html only page for gallery 6630879 */
.gallery_6630879 .nophotos {
display: none;
}
.gallery_6630879 .pageNav {
display: none;
You are missing the closing } for both of the .pageNav entries above. Change the CSS as shown below, and the "this is a brand new..." message will disappear:
.gallery_6584280 .nophotos {
display: none;
}
.gallery_6584280 .pageNav {
display: none;
}
/* html only page for gallery 6630879 */
.gallery_6630879 .nophotos {
display: none;
}
.gallery_6630879 .pageNav {
display: none;
}As for the other items, they only show when you are logged in. There is no reason to do anything to hide those buttons; they are already hidden for your viewers.
--- Denise
nikkirae
Nov-23-2008, 02:04 PM
I am having a horrid time with the codes for a separate bio page! I have followed Allens codes, but probably messed them up along the way! I just wanted to get a separate bio page with a single photo! I am getting the text but not the photo. AND its above the gallery page... weird! Can anyone help me out with this problem? Its probably super simple but Im not catching it!
Thanks
nikkirae
Nov-23-2008, 02:07 PM
Too I have a music player in my site but I do not want it playning on all of my pades! I have put the code in the CSS but its not working can some one help me with that too?
PJ Matthews
Nov-23-2008, 03:05 PM
Denise...
Thank you!!! All is well now!! :D
Allen
Nov-23-2008, 10:29 PM
Its weird because when I do the codes right I hit submit for theAbout Me gallery yet the codes and stuff ends up on my front page (home) Am I doing something wrong?
Just got back from birding and photo processing. :D Did you put the code in the CSS?
Sounds like you added it to your header and that will display it on your page.
Either remove this from yoru CSS or add these comments tags around it.
/* To center the slideshow, add the following to your CSS: */
Add this to your CSS to clean up your about and guestbook gallery, notice the
different gallery numbers.
/* guestbook gallery */
.notLoggedIn .gallery_6634877 #altViews,
.notLoggedIn .gallery_6634877 #albumNav_top,
.notLoggedIn .gallery_6634877 #albumNav_bottom {display: none;}
/* about gallery */
.notLoggedIn .gallery_6626374 #altViews,
.notLoggedIn .gallery_6626374 #albumNav_top,
.notLoggedIn .gallery_6626374 #albumNav_bottom {display: none;}
nikkirae
Nov-24-2008, 11:19 AM
Just got back from birding and photo processing. :D Did you put the code in the CSS?
Sounds like you added it to your header and that will display it on your page.
Either remove this from yoru CSS or add these comments tags around it.
/* To center the slideshow, add the following to your CSS: */
Add this to your CSS to clean up your about and guestbook gallery, notice the
different gallery numbers.
/* guestbook gallery */
.notLoggedIn .gallery_6634877 #altViews,
.notLoggedIn .gallery_6634877 #albumNav_top,
.notLoggedIn .gallery_6634877 #albumNav_bottom {display: none;}
/* about gallery */
.notLoggedIn .gallery_6626374 #altViews,
.notLoggedIn .gallery_6626374 #albumNav_top,
.notLoggedIn .gallery_6626374 #albumNav_bottom {display: none;}
Ok I will try it but I did give up on those codes... I just could not get them right! But maybe I should give them another shot! Thank you Allen! You are extremely helpful!:thumb
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.