Forum Replies Created
-
in reply to: How to add content on top of zoomed lightbox images?
Hi Ludjon,
Sorry – I forgot that the guest admin login would expire (we have a plugin for that).
I’ve added that code in and it works, thanks. The button disappears now if the image is clicked but I don’t think that’s a problem (it comes back on mouse-out and mouse-over again, and clicking isn’t particularly likely).
Thanks for your help!
in reply to: Available page hooks (homepage)?Hi,
You can ignore this – rather than inserting a function via a hook I’ve just updated template-parts/portfolio/parts/filters.php to add in the part I needed.
Thanks
in reply to: How to add content on top of zoomed lightbox images?That’s great, thank you! Please can you tell me how I can make it show permanently instead of only on hover?
I have added the below CSS which makes it show initially, but if you mouse over and then mouse off it reverts back to display:none, I think because of JS.
.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption{
display:block !important;
}Thanks
in reply to: How to add content on top of zoomed lightbox images?This reply has been marked as private.in reply to: How to add content on top of zoomed lightbox images?Sorry to be a pain but please can you let me know how to do this? As it was one of the main reasons why I bought the theme, and you said you would be able to tell me how to add this.
Many thanks
in reply to: Lightbox zoom does not respect filtersOk no problem. To get around the ‘issue’ I have disabled scrolling and hidden the previous/next images (the ones that partially show and you can click on them) with the below CSS:
.ilightbox-next, .ilightbox-prev{
display:none !important;
}