Link Entire Image in Woodpecker Slider

Discussion in 'Woodpecker WordPress Business Theme' started by gmarino4, Mar 23, 2014.

Thread Status:
Not open for further replies.
  1. gmarino4

    gmarino4 New Member

    Joined:
    Jun 7, 2012
    Messages:
    8
    Likes Received:
    1
    Hello, I want to link my images to specific pages of the nivo slider in Woodpecker and cant seem to get it coded in. I have removed the text and button, just want to link the images. Can someone help? Thanks - Garry M
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Download the front-page.php file attached with this post and replace it with the existing front-page.php file in the theme.

    After that paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .nivo-caption {
    display: none ! important;
    } 
    This will solve your issue.
     

    Attached Files:

  3. gmarino4

    gmarino4 New Member

    Joined:
    Jun 7, 2012
    Messages:
    8
    Likes Received:
    1
    Thank you for the help. This seems to only work in the second slider button link area. Meaning if I create a link in the 2nd slider it acts as a blanket link for all the sliders. I can not link anything in the first slider, and if I create link in the second slider it will link to all the sliders.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Download again the front-page.php file attached in the above post(#2) and replace it with the existing front-page.php file in the theme and also follow the instruction of post #2.
    This will solve your issue.
     
    gmarino4 likes this.
  5. gmarino4

    gmarino4 New Member

    Joined:
    Jun 7, 2012
    Messages:
    8
    Likes Received:
    1
    Thanks, that worked perfectly. I appreciate the support.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page