The slideshow won't show for my side. So far I haven't changed anything in the code and there shouldn't be anything wrong with the permissions since I can reach the pictures via direct link.

All appearance settings should also be fine.

Help is very much appreciated :)

Comments

sdp.williams’s picture

Issue summary: View changes

I have the same symptom on 2 of my sites that use Corkedscrewer 7.x-1.2, I think since an update to Drupal 2.5.

I note the web page source code generated on the Corkedscrewer demo site is:

    <!--#banner-->
    <div id="banner">
        <!--#banner-inside-->
        <div id="banner-inside" class="container_12">

                        <div class="grid_12">
              <div class="region region-banner">
    <div id="block-block-4" class="block block-block">

    
  <div class="content">
    <!--#slideshow-->

From my site it is:

    <!--#banner-->
    <div id="banner">
        <!--#banner-inside-->
        <div id="banner-inside" class="container_12">

            
                                
            
            <div class="grid_12">


<!--#slideshow-->

I'm trying to trace what change in Drupal has caused this. The Corkedscrewer code hasn't changed for some time.