Slideshow

Discussion in 'HomeBuilder WordPress Theme' started by vmunderhill, Feb 7, 2014.

  1. vmunderhill

    vmunderhill New Member

    Joined:
    Feb 3, 2014
    Messages:
    12
    Likes Received:
    0
    Hey, my slideshow has now limited the image size to a box. I removed the browse listing bar, and fixed it to where images wouldnt stretch, and now it won't display the whole image.

    Also, is there a way to link the slideshow to a page?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. vmunderhill

    vmunderhill New Member

    Joined:
    Feb 3, 2014
    Messages:
    12
    Likes Received:
    0
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For slider size.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #container {
    left: 0px;}
    #example {
    width: 920px;}
    .slides_container {
    width: 920px;}
    .slides_container div.slide {
    width: 920px;}
    .slides_container div.slide img {
    width: 920px;}
    For link at the slider.
    Open front-page.php and add code given below as shown in the image.

    Code:
    <a href="ENTER REDIRECT LINK"> </a>
    slider-link.png


    Slider link for 1 and 2 shown in the image. Follow same process for other slides too.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page