Bob
Forum Replies Created
-
I just changed the theme to twenty sixteen and it still did the same unfortunately
I have no idea what it could be but its frustrating!
I would have liked to have kept tags for posts, I don’t understand why some worked and some didn’t, oh well
The daft thing is this post has tags and yet that works
https://www.jamespictures.co.uk/2012/a-cold-november-morning-in-the-peak-district/
But if I write a new post and add tags it wont display the cart
So after several hours messing, I think I know why and I have absolutely no idea why!!
Its to do with tags
If I add wordpress standard tags to the post it wont show the cart icon on the lightbox
I first removed all plugins thinking there was a conflict, I then made a test post with just a [singlepic id=134] and it worked fine…
I then started to remove stuff from a broken post and found out it was the post tags!!!
Any guesses as to why it would conflict ? I would like to keep my post tags ?
Thanks
Of course >> https://www.jamespictures.co.uk/ nice name hey ??
Ive come looking for something similar
I want to just implement a simple search option in my galleries, I have in 1 gallery over 100 images and over all over 400 images on my site, I want to be able to offer a simple search or a tag widget so people can find the image they are looking for
I have voted over at https://www.nextgen-gallery.com/feature-voting/ just wondering if you know of a 3rd party that has developed either a search function or a better tag cloud that you currently offer
I want to do this as well, and possibly make the cart a different color to make it stand out more
I worked out how to change the colour of the cart icon
Its called by the attribute .fa-shopping-cart in the css
I just added this to my themes custom.css sheet
.fa-shopping-cart::before {
color: #ff0000;
}The icon is now red, a little more distinctive to visitors ??
So I did some debugging this morning
I initially thought it was a JS conflict, but as I deactivated folders in the theme, I found it was CSS
I traced it to the theme.css (5 difference CSS files) to searching over 6500 lines of CSS to the darn body attribute!!
It was the z-index on the body attribute it was set to z-index: -2;
Ive temporary just removed it from the theme for now, as everything seems to be working fine across all browsers yes I know it will have consequences, so my question is how would I set the lightbox pro popup to an elevated z-index above my theme? and in what CSS file/attribute ?
Cheers