View Full Version : dont want this
Amor Photography
Oct-07-2007, 03:13 PM
Guys how do i get rid of this:
other sizes: S (http://amorphotography.smugmug.com/gallery/3565553/1/202218721/Small) · Medium |
keywords: add (javascript:toggleDIV('editKeywords','photoKeyword s','block');)
on this page: http://amorphotography.smugmug.com/gallery/3565553
Did not find the answer around so i decide to post. Thanks.
Allen
Oct-07-2007, 03:19 PM
Guys how do i get rid of this:
other sizes: S (http://amorphotography.smugmug.com/gallery/3565553/1/202218721/Small) · Medium |
keywords: add (http://javascript%3Cb%3E%3C/b%3E:toggleDIV%28%27editKeywords%27,%27photoKeywor ds%27,%27block%27%29;)
on this page: http://amorphotography.smugmug.com/gallery/3565553
Did not find the answer around so i decide to post. Thanks.
Try this.
.gallery_3565553 #imageInfo {display:none;}
Amor Photography
Oct-07-2007, 06:00 PM
Glorious!!!:clap it work perfect.Thanks
Now when i put the cursor over the picture it gives me the opportunity of click to see the picture bigger (i think) I want to disable that too if its possible.Thank you again Al you are awesome.
Allen
Oct-07-2007, 06:32 PM
Glorious!!!:clap it work perfect.Thanks
Now when i put the cursor over the picture it gives me the opportunity of click to see the picture bigger (i think) I want to disable that too if its possible.Thank you again Al you are awesome.
From this thread (http://www.dgrin.com/showthread.php?t=52107).
ELIMINATE THE PHOTOBAR?
(caution, funcationality is missing when you do this!)
Add to you javascript.
showPhotoBar = false;
Amor Photography
Oct-09-2007, 08:36 PM
From this thread (http://www.dgrin.com/showthread.php?t=52107).
ELIMINATE THE PHOTOBAR?
(caution, funcationality is missing when you do this!)
Add to you javascript.
showPhotoBar = false;
Should i put it as is? or do i have to get it inside this { } or other stuff.
Besides Im a little confused, I though the photobar was the bubble with the green and red hands. what i want to remove is the white hand (cursor when over the picture) and the ability of the picture to be clickable.
Hope it make sense and sorry for my ignorance. Oh, maybe i should start another thread but will put it here. Would like to remove this too:
This is a brand new gallery with no photos.
on this page http://amorphotography.smugmug.com/gallery/3565634
Allen
Oct-09-2007, 08:44 PM
Should i put it as is? or do i have to get it inside this { } or other stuff.
Besides Im a little confused, I though the photobar was the bubble with the green and red hands. what i want to remove is the white hand (cursor when over the picture) and the ability of the picture to be clickable.
Hope it make sense and sorry for my ignorance. Oh, maybe i should start another thread but will put it here. Would like to remove this too:
This is a brand new gallery with no photos.
on this page http://amorphotography.smugmug.com/gallery/3565634
You're correct, the photobar is the popout with the green and red thumbs.
Not sure about the white hand and clickable picture.
Add this to your CSS, it will do all galleries.
.nophotos h3 {display: none;}
For only one gallery you can make it specific, insert the gallery number for xxxxxxxx.
.gallery_xxxxxxxxx .nophotos h3 {display: none;}
Amor Photography
Oct-09-2007, 09:11 PM
Not sure about the white hand and clickable picture.
Yeah. sorry, that was a terrible description:D. Let me try again.
I had created galleries where i put a picture and text like this one http://amorphotography.smugmug.com/gallery/3565561 the problem is if you put the cursor over the picture you can click and then you will see a popout of the picture. I would like to disable that. Thanks for your time.
Allen
Oct-09-2007, 09:31 PM
Yeah. sorry, that was a terrible description:D. Let me try again.
I had created galleries where i put a picture and text like this one http://amorphotography.smugmug.com/gallery/3565561 the problem is if you put the cursor over the picture you can click and then you will see a popout of the picture. I would like to disable that. Thanks for your time.
You're using a critique style gallery. Hang on and I'll throw together an html
type gallery where the photo will not be clickable. Back soon.
Allen
Oct-09-2007, 10:09 PM
Yeah. sorry, that was a terrible description:D. Let me try again.
I had created galleries where i put a picture and text like this one http://amorphotography.smugmug.com/gallery/3565561 the problem is if you put the cursor over the picture you can click and then you will see a popout of the picture. I would like to disable that. Thanks for your time.
This basically changes the gallery to an html gallery by placing everything
in the gallery description and hides the actual photo and caption in the
gallery.
Replace the album description with this.
<html>
<div class="APPricingBullet">
You are unique and we will do your session unique too. In our senior
portraits you will notice our fascination to mix personality with
fashion photography and the use of the digital era. Choose the location
you want, bring your dog, cat, car (if we can get it inside the extreme
location you chose) or that guitar you like, any props that complement
and show your personality. We are open to your ideas, so let us know
what you like.
Ps. And don’t worry we’ll do some more traditional portraits of you
for family and friends too.
</div>
<br>
<div id="galDescImg">
<img src="/photos/202219297-M.jpg" width="600" height="400">
</div>
<div id="galDescText">
<div class="APseniorPricingHeadingRight"> SENIOR SESSION
</div>
<br>
<div class="APseniorPricing"> $349.00</div>
<br>
<br>
<div class="APseniorPricingBullet">
<li>1 hour photo session</li>
<li>The location of your choice. (Beach, Park or home settings) </li>
<li>1-Senior folio.</li>
<li>High resolution images on CD allowing you to make your
own prints. </li>
<li>Secure online gallery with print ordering, so you can
easily order professional prints and share your images with
family and friends. </li>
</div>
<br>
<div class="APseniorPricing">
All packages include unlimited photographs
plus unlimited poses.
</div>
<br>
<span class="questionmore">Want a custom session or
change a package?</span>
<a href="/gallery/3613214">Click here</a>
For A La Carte Pricing.
</div>
</html>
Add these to your CSS.
.gallery_3565561 #galDescText {
position: relative;
width: 300px;
margin-top: -400px;
margin-left: 620px;
}
.gallery_3565561 #photos
{display: none;}
.gallery_3565561 #albumDescription
{height: 500px;}
Amor Photography
Oct-09-2007, 10:22 PM
:clap Great. worked perfect.:bowAl you are very helpful. Thank you very much.:ivar
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.