Front Slider Image Link vs. Present Button Link

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by dddeads, Mar 27, 2014.

  1. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    I would like to have the images on the front slider to have a link where the user can click anywhere on the image vs. just clicking on the present button link. Can you direct me in how to do so?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

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

    Download the index.php file attached with this post and replace it with the existing index.php file in the theme.
    This will solve your issue.
     

    Attached Files:

  3. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    Hello,

    I did as you instructed and it works great! However, just a little more tweaking, if possible. The Default "title", "description", and "button" still appears. I am hoping I can get rid of those. Can you help me with that? I am also hoping all these changes take place for ALL the front sliders.

    Thank you,
    Darren
     
  4. Piyush

    Piyush Support Staff

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

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

    Code:
    .sl-slide-inner {
    display: none;
    } 
    This will solve your issue.
     
  5. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    By plugging in the above code into the CSS, it cancels out making the front image being clickable as a "link". Just a little more tweaking... Thanks for your help! http://coasttocoastlaxstyle.com
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  7. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    Yes, I plugged in the above index zip file from above then I put it the CSS code from above. By doing so, the image is presently not clickable to a designated link.

    Thanks for your help...
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  9. Piyush

    Piyush Support Staff

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

    I have checked your dashboard, it seems that you have not uploaded any image for slider due to which it shows theme default slider image.
    Slider link will activated with your slider images.
    So upload your images from slider images section in your dashboard.
    This will solve your issue.
     

Share This Page