I am using upright50 theme, but nothing happens when clicking on a thumbnail.
For information, I tried other themes (upright10->50), but none of them work. upright50 is the only one that has the pager items and looks like what it should look like. The other ones either are missing the pager items or have images all over the place (see attachments). For those that are showing the pager items, I have the same issue (nothing happens when clicking on a thumbnail).

What could be the problem?

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Don't see attachments with your post.

Could be a wrong content container, should be: div.slide or pager container, should be: div.custom-pager-item.

Do you have a link to the Internet site, so I can help you better.

There are 15 other free themes (http://ddblock.myalbums.biz/download) and commercial themes (http://themes.myalbums.biz) available for the dynamic display block slideshow module module.

pascalp’s picture

Thanks for the quick response.
You can check the website at http://www.lucipasoftware.com:8080/drupal
I have:
content container: div.slide
pager container: .custom-pager-item

I also tried modest-grey40p but it doesn't look like what it should.

I will attach the files again so that you can see what the other themes look like.

pascalp’s picture

Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new95.14 KB
new99.67 KB
new203.5 KB
new82.25 KB
new81.66 KB
ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Your pager-items don't have a class pager-link, I don't now why.
When you use the default (unmodified) upright10-50 ddblock themes the class should be there.

Hope this helps you further, please let me know.

pascalp’s picture

I did not modify the files. I can see that the "pager-link" is in the upright50.tpl.php file, and in the other themes as well.

grep -r "pager-link" *
custom/modules/ddblock/ddblock-cycle-pager-content-upright50.tpl.php~:      <a href="#" title="navigate to topic" class="pager-link"><?php print $pager_item['image']; ?><?php print $pager_item['text']; ?></a>
custom/modules/ddblock/ddblock-cycle-pager-content-modest-grey40p.tpl.php:      <a href="#" title="navigate to topic" class="pager-link"><?php print $pager_item['image']; ?></a>
custom/modules/ddblock/ddblock-cycle-pager-content-upright30.tpl.php:      <a href="#" title="navigate to topic" class="pager-link"><?php print $pager_item['text']; ?> </a>
custom/modules/ddblock/ddblock-cycle-pager-content-upright40.tpl.php:      <a href="#" title="navigate to topic" class="pager-link"><?php print $pager_item['image'];?></a>
custom/modules/ddblock/ddblock-cycle-pager-content-upright50.tpl.php:      <a href="#" title="navigate to topic" class="pager-link"><?php print $pager_item['image']; ?><?php print $pager_item['text']; ?></a>

For test, I changed the number of rows to display to 4 and the number of rows to 2 in ...upright50.tpl.php (from 6/3 to 4/2), cleared the cache, but nothing changed in the display.

$number_of_items = 4;        // total number of items to show 

$number_of_items_per_row=2;  // number of items to show in a row

How can I find if something overwrites those files?

pascalp’s picture

Status: Postponed (maintainer needs more info) » Active
pascalp’s picture

Status: Active » Postponed

I will reinstall the modules.

pascalp’s picture

Status: Postponed » Closed (fixed)

I reinstalled drupal and ddblock and it is now working fine.
1) I did not install all the modules I had installed previously.
2) I created a zen subtheme instead of modifying the files in the zen folder.

solona’s picture

I am having this same problem. It would be helpful to know what causes this problem before I reinstall ddblock.