Hi,
I have created a views slideshow with views-slideshow-ddblock. I managed to show the images but thumbnails are not showing and also gives an error as follows;
•Notice: Undefined index: views_slideshow_ddblock_content in views_slideshow_ddblock_show_pager_debug_info() (line 121 of /home/mersinko/public_html/sites/all/modules/views_slideshow_ddblock/views_slideshow_ddblock.module).
•Notice: Undefined index: pager_image in include() (line 43 of /home/mersinko/public_html/sites/all/themes/MKR/custom/modules/views_slideshow_ddblock/views-slideshow-ddblock-pager-content--vsdupright40p.tpl.php).
•Notice: Undefined index: pager_image in include() (line 43 of /home/mersinko/public_html/sites/all/themes/MKR/custom/modules/views_slideshow_ddblock/views-slideshow-ddblock-pager-content--vsdupright40p.tpl.php).
I've looked for a solution but could not find any. Could you help me about this. I may even pay for a professional support for i am really out of my schedule now. I am using views 3 and d7.14
Best regards
Halil
Comments
Comment #1
ppblaauw commentedProbably you still need to map the image field from views to the pager_image variable of the slideshow theme.
Also make sure to clear the cache after installing new slideshow themes, so the drupal theme system can pick up new tpl.php files
Hope this helps you further, please let me know.
Comment #2
bonchak commentedThanks for the suggestion. I've followed your directions and works fine now.