Hi i am using Advanced Dynamic Display Block
and i have created Dynamic Display Block like the settings shown in this page: http://ddblock.myalbums.biz/node/749

But after creating block, Block disappers in my region, But when i check page sorce ddblock code is there.

This the the code it shows in the region sorce:

<!-- start block.tpl.php -->
<div class="block-wrapper odd">
        
        <div id="block-ddblock-4" class="block block-ddblock">
                                <h2 class="title block-title pngfix">ddblock-Dynamic Banner</h2>
                    <div class="content">

            

<!-- block content. -->
<div id="ddblock-4" class="ddblock-contents clear-block" style="visibility:hidden">
 <div class="ddblock-content clear-block">
     <!-- number pager. -->
   <div id="ddblock-number-pager-4" class="ddblock-number-pager ddblock-pager clear-block" style="height: 63px; width:195px;">
   </div>
    

  
    
  
    
  
   </div>
</div>
          </div>
        </div>

  
    
</div>
<!-- /end block.tpl.php -->

Comments

ppblaauw’s picture

Version: 6.x-1.x-dev » 6.x-1.0-rc6
Status: Active » Closed (duplicate)
Issue tags: +Advanced slideshow

There are a lot of similar issues. Have a look at the issues:

  • Advanced Slideshow - working, except the Images !
  • ImageField is updated!
  • image doesnt show

Hope this helps you further, please let me know how you fixed the problem and set the status to fixed.

If not please send your template.php file and the result of the drupal_set_messages debug lines in the preprocess functions and set the status to active again.

keva’s picture

I had this issue, and it doesn't appear to be related to the other issues listed above.

When I copied template files from ddblock.myalbums.biz, I missed ddblock-cycle-pager-content.tpl.php.

Once that was included, the slideshow appeared.