In the footer of my website here:
I am trying to use some social media icons to link to their pages, but when I click on the icon it just opens a lightbox to try and display picture. Here is the code I am using in my widget for Footer 4. Any ideas?
<a href="https://vimeo.com/westcobbchurch"><img src="http://www.drakeeats.com/wp-content/uploads/2013/08/vimeoicon32x32.png" /></a>
Update….I have got all of them working except Vimeo…is there some reason Vimeo is pulling up in lightbox?
Hi jdrakeproductions,
The theme uses an automatic link detection to grab images and video links and output them to a lightbox. To disable it on an item you need to add noLightbox to the link like so:
<a href="https://vimeo.com/westcobbchurch" class="noLightbox"><img src="http://www.drakeeats.com/wp-content/uploads/2013/08/vimeoicon32x32.png" /></a>
Regards,
Devin
hey devin
how would I do the same thing with the “browse archives” picture. i’m just a full easy slider with a picture and just want to link it to a vimeo page. any ideas? i don’t want a lightbox just a link
The easiest way to do that without causing issues would be to use a minified url via something like bit.ly or http://goo.gl/ .
that worked perfectly! thanks devin
one more small question. can you disable this play button overlay on the test picture but still get it to pop up in lightbox?