-
AuthorPosts
-
July 14, 2017 at 12:31 pm #821129
Hi everybody,
I recently started to using WordPress and Enfold seemed like a good theme!
But I have two questions that I can’t seem to find an answer for. (My apologies if my English isn’t well written :) )It’s for this website: http://www.geertvanhijfte.be (my boss, so it’s got to be good :) )
1. I have a gallery, but I want to put another picture behind each picture. So if you click on picture one you see a different picture… That’s is. I already downloaded the ‘free’ plugin Envira but turns out that it’s not so free…
2. You can see that the border around the gallery isn’t the same as the border inside the gallery. I know that it is because the padding is 1px so that in the inside it’s 1px + 1px… Is it possible to make the small border around the gallery also 2 px without changing the inner borders/padding?
Thanks in advance!
Sara
July 14, 2017 at 4:44 pm #821264Hey Dotplusgeert,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_5 .post-entry.post-entry-type-page.post-entry-2 { padding: 7px; background-color: #fff; }
And here are some ideas for point 1:
https://kriesi.at/support/topic/change-image-on-mouseover/
https://kriesi.at/support/topic/image-in-image-and-onhover-change-image/
If you need further assistance please let us know.
Best regards,
VictoriaJuly 15, 2017 at 1:00 pm #821645Hi Victoria,
Thanks for the help about the padding, it works!
But about the gallery it’s not quiet what I mean. The second image is only visible when you CLICK on the first image, not with a mouse-over… So in some way I have to put another link behind the first image…- This reply was modified 7 years, 4 months ago by Dotplusgeert.
July 16, 2017 at 1:18 pm #822004Hi Dotplusgeert,
The event on which the image changes is not that significant in the implementation, the idea on how to do it is the same though. You might have another look at those threads. If that seems like to much for you, you might want to hire a freelancer to do it for you.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.