View Full Version : unclickable picture?
jcjordan
Aug-14-2008, 11:52 AM
hello,
im trying to get this page cleaned up a bit, i would like it as my "contact" page. I would like to have just a medium sized picture with some text. no thumbs or clickable picture of me.
site: www.jcjimages.smugmug.com (http://www.jcjimages.smugmug.com)
direct link:
http://jcjimages.smugmug.com/gallery/5301038_JW6wB/1/323450067_kLb5F#323450067_kLb5F
Allen
Aug-14-2008, 12:26 PM
hello,
im trying to get this page cleaned up a bit, i would like it as my "contact" page. I would like to have just a medium sized picture with some text. no thumbs or clickable picture of me.
site: www.jcjimages.smugmug.com (http://www.jcjimages.smugmug.com)
direct link:
http://jcjimages.smugmug.com/gallery/5301038_JW6wB/1/323450067_kLb5F#323450067_kLb5F
Best is to switch to journal style but that only gets you a small photo. Check
out this page (http://allen-steve.smugmug.com/gallery/3819841), you can use any size photo and it's not clickable. If you try it
come back here and we'll help you with the formating.
jcjordan
Aug-16-2008, 02:53 AM
Best is to switch to journal style but that only gets you a small photo. Check
out this page (http://allen-steve.smugmug.com/gallery/3819841), you can use any size photo and it's not clickable. If you try it
come back here and we'll help you with the formating.
ok, getting there. I'm trying this on my "order" page now. I pasted the suggesting page but still looks the same as before. i have the picture i would like to use, still is at the bottom and the text still is the same. seems like it would be something small i missed. thanks for helping!!
www.jcjimages.smugmug.com
Allen
Aug-16-2008, 12:47 PM
ok, getting there. I'm trying this on my "order" page now. I pasted the suggesting page but still looks the same as before. i have the picture i would like to use, still is at the bottom and the text still is the same. seems like it would be something small i missed. thanks for helping!!
www.jcjimages.smugmug.com (http://www.jcjimages.smugmug.com)
Looks like your CSS is not active on the order gallery. Under customize gallery
check "custom" for appearance.
jcjordan
Aug-17-2008, 03:37 AM
Looks like your CSS is not active on the order gallery. Under customize gallery
check "custom" for appearance.
custom is already checked, any other way to activate it? :scratch
Allen
Aug-17-2008, 05:49 AM
custom is already checked, any other way to activate it? :scratch
Try this, also under customize gallery set the style to journal.
<html>
<div class="myTitle">
FINE ART/CULTURE coffee table style book
</div> <!-- closes myTitle div -->
<div class="myPhoto">
<img src="/photos/352731358_2tdMb-S.jpg" height="300" width="377">
</div> <!-- closes myPhoto div -->
<div class="myText">
<p>The Finland book has just been released! In the book you will find Finnish landscapes and cityscapes that show my intimate connections to various locations around Finland. FINE ART/CULTURE coffee table style book with 130 pages and 80 different pictures. 35euros/50usd</p>
<p>You can contact me by Email <a href="mailto:john@photojcj.com">
<span class="myEmail">here</span></a></p>
</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>
CSS
/* START gallery 5300967 */
.gallery_5300967 #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #ccc !important; /* background of description box */
padding: 20px 40px 40px 20px !important; /* top right bottom left */
} /* spacing inside box from edges */
.gallery_5300967 .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 0 20px; /* top right bottom left */
} /* spacing of text around photo */
.gallery_5300967 .myPhoto img {
border: 4px ridge #444; /* add border around photo */
}
.gallery_5300967 .myTitle {
font-family: Comic Sans MS, verdana;
font-size: 150%;
color: #444;
font-weight: bold;
text-align: center;
margin: 0 auto 30px auto; /* top right bottom left */
}
.gallery_5300967 .myText {
font-family: Comic Sans MS, verdana;
font-size: 120%;
color: #444;
font-weight: normal;
text-align: justify;
}
.gallery_5300967 .myEmail {color: #444;}
.gallery_5300967 .myEmail:hover {color: red;}
/* things you can hide on page */
.gallery_5300967 #albumNav_top,
.gallery_5300967 #albumNav_bottom,
.gallery_5300967 .journal_entry, /* hides photos in gallery */
.gallery_5300967 #breadcrumb {display: none;}
.loggedIn .gallery_5300967 #breadcrumb {display: block;}
/* END gallery 5300967 */
jcjordan
Aug-17-2008, 08:12 AM
Try this, also under customize gallery set the style to journal.
<html>
<div class="myTitle">
FINE ART/CULTURE coffee table style book
</div> <!-- closes myTitle div -->
<div class="myPhoto">
<img src="/photos/352731358_2tdMb-S.jpg" height="300" width="377">
</div> <!-- closes myPhoto div -->
<div class="myText">
<p>The Finland book has just been released! In the book you will find Finnish landscapes and cityscapes that show my intimate connections to various locations around Finland. FINE ART/CULTURE coffee table style book with 130 pages and 80 different pictures. 35euros/50usd</p>
<p>You can contact me by Email <a href="mailto:john@photojcj.com">
<span class="myEmail">here</span></a></p>
</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>
CSS
/* START gallery 5300967 */
.gallery_5300967 #albumDescription {
margin-top: 40px; /* gap from navbar at top */
background: #ccc !important; /* background of description box */
padding: 20px 40px 40px 20px !important; /* top right bottom left */
} /* spacing inside box from edges */
.gallery_5300967 .myPhoto {
float: left; /* allows the text to flow to the right */
padding: 0 30px 0 20px; /* top right bottom left */
} /* spacing of text around photo */
.gallery_5300967 .myPhoto img {
border: 4px ridge #444; /* add border around photo */
}
.gallery_5300967 .myTitle {
font-family: Comic Sans MS, verdana;
font-size: 150%;
color: #444;
font-weight: bold;
text-align: center;
margin: 0 auto 30px auto; /* top right bottom left */
}
.gallery_5300967 .myText {
font-family: Comic Sans MS, verdana;
font-size: 120%;
color: #444;
font-weight: normal;
text-align: justify;
}
.gallery_5300967 .myEmail {color: #444;}
.gallery_5300967 .myEmail:hover {color: red;}
/* things you can hide on page */
.gallery_5300967 #albumNav_top,
.gallery_5300967 #albumNav_bottom,
.gallery_5300967 .journal_entry, /* hides photos in gallery */
.gallery_5300967 #breadcrumb {display: none;}
.loggedIn .gallery_5300967 #breadcrumb {display: block;}
/* END gallery 5300967 */
got it, simply fantastic! thank you!!:barb :bow
jcjordan
Aug-18-2008, 08:58 AM
got it, simply fantastic! thank you!!:barb :bow
thanks for all the work, the site is about done, im VERY happy! another question though, how come on my "order" page the picture doesn't display all the time. it may be a bug or who knows why, i tried to make changes and it doesnt seem to help. when the picture doesn't display, my domain even has changed from my www.jcjimages.smugmug.com (http://www.jcjimages.smugmug.com) to the smugmug site. strange stuff. funny thing is, it is normal most of the time. who knows!
im now at: www.photojcj.com (http://www.photojcj.com) recently changed from (www.jcjimages.smugmug.com (http://www.jcjimages.smugmug.com))
ok, with a little fiddling i found when im logged in, the picture appears and the page displays perfect. then i log out, refresh page, then the picture goes away. any ideas?
Allen
Aug-18-2008, 12:30 PM
thanks for all the work, the site is about done, im VERY happy! another question though, how come on my "order" page the picture doesn't display all the time. it may be a bug or who knows why, i tried to make changes and it doesnt seem to help. when the picture doesn't display, my domain even has changed from my www.jcjimages.smugmug.com (http://www.jcjimages.smugmug.com) to the smugmug site. strange stuff. funny thing is, it is normal most of the time. who knows!
im now at: www.photojcj.com (http://www.photojcj.com) recently changed from (www.jcjimages.smugmug.com (http://www.jcjimages.smugmug.com))
ok, with a little fiddling i found when im logged in, the picture appears and the page displays perfect. then i log out, refresh page, then the picture goes away. any ideas?
I get a blank page with your photo link in your order gallery.
http://www.photojcj.com/photos/354051432_hwJtu-S.jpg
Is it checked hidden or external links off in it's gallery?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.