Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27929

    In the footer of my website here:

    http://www.drakeeats.com

    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>

    #135851

    Update….I have got all of them working except Vimeo…is there some reason Vimeo is pulling up in lightbox?

    #135852

    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

    #135853

    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

    http://www.drakeeats.com/?page_id=60

    #135854

    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/ .

    #135855

    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?

    http://www.drakeeats.com/?page_id=60

    #135856

    Hey,

    You can use this on your Quick CSS field.

    .image-overlay.overlay-type-video {
    display: none !important;
    }

    Regards,

    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Trying to Get Image to Link to Website Page’ is closed to new replies.