tfadmin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture galleryI am very grateful for your help. The developer of the site has vanished and I am trying to get my head round how everything works.
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture galleryI just realised I had misunderstood you. I have added your script to the right section now and it worked. Thanks a bundle my friend! You are great.
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture galleryas I said above I added it to the lightbox-gallery.css in the plugin directory
where it said before:
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}I changed to what you suggested (if I understood you correctly):
#lightbox-image-details-currentNumber {
display: none !important;;
clear: left;
padding-bottom: 1.0em;
}but the galleries still display image x of y
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture galleryI did and nothing happened!!!
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture gallerydo you mean add it to lightbox-gallery.css?
Forum: Plugins
In reply to: [Lightbox Gallery] how to remove image count display in photo galleriesIn the plugin’s css file lightbox-gallery.css I changed the following
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}to
#lightbox-image-details-currentNumber {
display: none;
clear: left;
padding-bottom: 1.0em;
}but it still displays image x of y
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture galleryalcymyth, sorry to bother you but if you know the answer please help. no one answers in the plugin’s support.
In the plugin’s css file lightbox-gallery.css I changed the following
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}to display: none;
but it still displays image x of y
Forum: Plugins
In reply to: [Lightbox Gallery] how to remove image count display in photo galleriessomebody plz?
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture gallerythx again will do! there is actually a similar question already there which no one has resolved for 6th months. lol
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture gallerySorry alchymyth forgot to say which theme. It is twentyeleven btw nice name! does myth mean you cannot really make gold?)
Forum: Fixing WordPress
In reply to: how to remove image numbers from a picture galleryThx. For example, look at this page >
http://toosfoundation.com/iranian-architecture/
enlarge the first picture you will see what I mean.No we are not using any plugins for the picture galleries. At least not as far as I am aware.