Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End problem with my slider in drupal..

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24958

    hey guys,

    i put a simple slider in my drupal site..autorotate of slides are running perfectly but my links stop working when i put the code of slider in my block region..
    live example
    http://www.1dash1.com

    #58174

    This is an ordering problem – your navigation is underneath your content and the clicks don’t pass "through" one layer to the next.

    Try moving your navigation upwards:

    .pagination {
    position:relative;
    z-index:2;
    }

    #58280

    hi dave,

    u r really a genius….thnks
    such a smalll problem and i wasted my 1/2 hour on that :oops:

    #60246

    I looked at your slider and am trying to accomplish a similar thing on my drupal site. I’m having an issue adding it to my home page. It works fine in the page view, but won’t work when promoted to the front page. Is your slider in a block or made into a view? Any tips would be greatly appreciated.

    Thanks,
    Jeff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.