First, LOVE the module. Clients are enjoying adding to it and it works beautifully.

However...

In one of my installs, clicking the slide does not link to its node.
In my view, I have the content image linked to its node. I even set the title and text to link to its node. Tried changing Z-indexes, but nothing.

Also, the "Read more" button does not appear, even when it is enabled. Pager buttons work as designed.

Here's the link - anyone have any ideas?
http://www.dunwoodycommerce.org

Comments

ppblaauw’s picture

Category: task » support
Status: Active » Postponed (maintainer needs more info)

I had a look at the site.

I see the title and the text don't have a link and the readmore div is empty.
Probably the mapping of fields in the preprocess functions is wrong.

I know its cumbersome to use the preprocess functions in ddblock for drupal 6.
In Drupal 7 the preprocess functions are not needed anymore and the mapping is done in the configuration page.

Please attach or email the preprocess functions so I can have a look.

SDOCpub’s picture

Status: Postponed (maintainer needs more info) » Active

Thanks for replying.
This is a straight, no-frills, no changes install of DDBlock with the Upright10 theme. jQuery libraries are installed where they are supposed to go? Where are the preprocess functions?

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

If you use Drupal 6, I would recommend to use the views_slideshow_ddblock module.
Its easier to install with an example module which delivers a content type, a view with 6 block displays for each slideshow theme and uses already the mapping of fields using the configuration page (no need for preprocess functions)

Hope this helps you further.

ppblaauw’s picture

If you use Drupal 6, I would recommend to use the views_slideshow_ddblock module.
Its easier to install with an example module which delivers a content type, a view with 6 block displays for each slideshow theme and uses already the mapping of fields using the configuration page (no need for preprocess functions)

Hope this helps you further.