View Full Version : Looking to customize individual gallery
Dragon Ink
Dec-15-2008, 04:16 PM
Hi All, I am looking for your expertise again. Looking to change our "Who we are and Rates" gallery to show our photo on the left top of the page and the text on the right. Or some version of this:
http://dgrin.smugmug.com/gallery/1801307_H3cpi/1/89792413_EGs4A
For our Specials page I would like to do something similar to this:
http://dgrin.smugmug.com/gallery/1801307_H3cpi/1/89792390_p8npG
Any help that can be provided would be greatly appreciated!
Thanks!
Jessi
www.dragoninkonline.com
Allen
Dec-15-2008, 07:04 PM
Hi All, I am looking for your expertise again. Looking to change our "Who we are and Rates" gallery to show our photo on the left top of the page and the text on the right. Or some version of this:
http://dgrin.smugmug.com/gallery/1801307_H3cpi/1/89792413_EGs4A
For our Specials page I would like to do something similar to this:
http://dgrin.smugmug.com/gallery/1801307_H3cpi/1/89792390_p8npG
Any help that can be provided would be greatly appreciated!
Thanks!
Jessi
www.dragoninkonline.com (http://www.dragoninkonline.com)
See if this example (http://allen-steve.smugmug.com/gallery/3819841) helps. For the second one it looks like just a journal style
gallery using the captions for the text.
Dragon Ink
Dec-18-2008, 01:41 PM
Allen, Thanks for the link. It is what I am looking for although I am having some user error... I think I placed the text everywhere it was supposed to be, but by formatted text came up in one big paragraph... I think I would need to add more <p> codes around the paragraphs. But it also did not wrap next to the picture but rather began after the picture... Not sure what I was doing incorrectly.
If you happen to find another code, let me know. thanks again, Jessi
Allen
Dec-18-2008, 01:47 PM
Allen, Thanks for the link. It is what I am looking for although I am having some user error... I think I placed the text everywhere it was supposed to be, but by formatted text came up in one big paragraph... I think I would need to add more <p> codes around the paragraphs. But it also did not wrap next to the picture but rather began after the picture... Not sure what I was doing incorrectly.
If you happen to find another code, let me know. thanks again, Jessi
What gallery are you trying this in?
Dragon Ink
Dec-18-2008, 02:03 PM
Who we are & Rates:
http://dragon-ink.smugmug.com/gallery/5295706_iUEJS#437398035_BkScn
I have since taken out all the formatting. So it is back to normal.
Allen
Dec-18-2008, 10:33 PM
Who we are & Rates:
http://dragon-ink.smugmug.com/gallery/5295706_iUEJS#437398035_BkScn
I have since taken out all the formatting. So it is back to normal.
The change below will add the photo and wrap the text around it.
Add the red to your description.
<div id="myRatesPhoto">
<img src="/photos/437398035_BkScn-S.jpg">
</div>
<div id="myRatesText">
Hello, and welcome to Dragon Ink Photo...
...
...
...will be honored at time of original booking.</b>
</div>
Add this to your CSS.
#myRatesPhoto {
float: right;
padding: 0 10px 20px 20px;
}
.notLoggedIn .gallery_5295706 #breadcrumb {visibility: hidden;}
.notLoggedIn .gallery_5295706 #photos,
.notLoggedIn .gallery_5295706 #albumNav_top {display: none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.