Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7731799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:34:16+00:00 2026-06-01T06:34:16+00:00

I am using views_slideshow on Drupal 7. I have it configured so It is

  • 0

I am using views_slideshow on Drupal 7. I have it configured so It is set to display the bottom controls instead of the top controls.

I have attempted to replace the ‘next’ and ‘previous’ text with an image, which I have done succesfully, for the most part. The problem is, that the images are not clickable. Let me explain more. I have this css code:

.views-slideshow-controls-bottom {
margin-left: 500px;
background-image: url(../images/links-bg.gif);
background-repeat: no-repeat;
width: 107px;
height: 57px;
}
.views-slideshow-controls-text-previous {
background-image: url(../images/prev-link-hover.gif);
display: inline-block;
width: 36px;
height: 35px;
margin-left: 15px;
margin-top: 10px;
}
.views-slideshow-controls-text-previous a {
display: none;
}
.views-slideshow-controls-text-next {
background-image: url(../images/next-link-hover.gif);
display: inline-block;
height: 35px;
width: 36px;
}
.views-slideshow-controls-text-next a {
display: none;
}

This makes it look great, it moves it to the right (via margin left 500px) applies overall background and then applies the relevant image to next and previous. It all works. However, the next and previous images when clicked, dont actually make the slideshow go to the next and previous slide. So I decided to see if it was the margins maybe. And I tested it all and found something interesting. When I take out margin-left: 500px; from .views-slideshow-controls-bottom it works, when I click the next and previous images, after this has been taken out it works. So i tried a different margin. I applied margin-top:500px; and it worked. Just seems to be margin-left.

Link: http://www.completegroupuk.com (slideshow on the homepage)

Why is this happening?
How can I fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:34:17+00:00Added an answer on June 1, 2026 at 6:34 am

    Ok here’s how I got it to work. Add position relative to the .view-slideshow div, remove the margin-left from the .views-slideshow-controls-bottom and absolutely position the nav elements with a high z-index.

    .view-slideshow { position: relative; }
    
    .views-slideshow-controls-bottom {
      background-image: url(../images/links-bg.gif);
      background-repeat: no-repeat;
      width: 107px;
      height: 57px;
      position: absolute;
      top: 230px;
      right: 355px;
      z-index: 500;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Drupal Question: Does anyone have a method of using Views and highlighting a selected/current
Using Drupal 7, using views i have created a related 'videos' block for various
I'm using the Drupal 6 Views module to request for top nodes rated using
I'd like to use exactly the same slideshow script like http://drupal.org/project/views_slideshow but without using
I'm using the Download Count module in Drupal 6. I have files that I've
I'm working on a Drupal 5.x book-selling site and using the Views Fast Search
I'm using the Drupal views module to create an overview of nodes. In the
I have a div that contains a slideshow. ( http://film.robinhoodtax.org/issues/education ) I am using
I have a javascript slide show that creates the next slide dynamically and then
I have a taxonomy vocab assigned to a content type in Drupal 6. I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.