Can't see thumbs in gallery (smugmug view)

akushnirakushnir Registered Users Posts: 30 Big grins
edited January 24, 2009 in SmugMug Support
With FF or IE, when I am logged in, there are no thumbs in galleries. Slideshow works. If I am not logged in then I see the thumbs. I emptied the cache on FF with no improvement
Also, I have not been active on the site for a while and my banner disappeared.
Can you help?

Comments

  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited January 24, 2009
    We would need to take a look at your site. Can you provide a link please?
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • akushnirakushnir Registered Users Posts: 30 Big grins
    edited January 24, 2009
    jfriend wrote:
    We would need to take a look at your site. Can you provide a link please?
    I fixed the banner - the link address seemed to have changed - and it seems to be working now in the smugmug view.
    Heres the link:
    akushnir.smugmug.com

    Thanks for any insight.
    Alan
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited January 24, 2009
    akushnir wrote:
    I fixed the banner - the link address seemed to have changed - and it seems to be working now in the smugmug view.
    Heres the link:
    akushnir.smugmug.com

    Thanks for any insight.
    Alan

    You should start by removing all of this from your bottom javascript customization. This is HTML that does not belong where you have it and it is causing a javascript error.
    <table id="bulkzoom_toolbox" cellspacing="10" border="0" cellpadding="0" class="toolbox" style="display:none">
      <tr align="center" valign="middle">
        <td align="center" valign="middle"><strong class="headmd black">bulk zoom<br/>thumbnails</strong></td>
      </tr>
      <tr align="center">
        <td align="center" valign="middle"><input id="bulkSave" type="submit" value="save changes"  class="buttons" onclick="zoomThumbnails();"/></td>
      </tr>
      <tr align="center" valign="middle">
        <td align="center" valign="middle">
          <strong class="black">ratio:</strong><br />
          <select name="ratio" onChange="changeRatioBulk(this.value);">
            <option value="0,0" selected="selected">none</option>
            <option value="1,1">1 x 1</option>
            <option value=".6,1.67">3 x 5</option>
            <option value=".67,1.5">4 x 6</option>
            <option value=".72,1.4">5 x 7</option>
            <option value=".8,1.25">8 x 10</option>
            <option value=".56,1.78">9 x 16</option>
          </select>
          <div id="customRatio" style="display: none;">
            <input type="text" name="ratioH" value="1" maxlength="4" size="2" onblur="changeRatio('custom');" />h
            <strong class="black">&nbsp;x&nbsp;</strong>
            <input type="text" name="ratioW" value="1" maxlength="4" size="2" onblur="changeRatio('custom');" />w
          </div>
        </td>
      </tr>
      <tr align="center" valign="middle">
        <td align="center" valign="middle"><input type="button" value="rotate crop" onclick="rotateBulk();"  class="buttons" /></td>
      </tr>
      <noscript>
      <tr align="center" valign="top">
        <td align="center" valign="middle">
          <strong class="red">You must enable javascript in order to use this tool.</strong>
        </td>
      </tr>
      </noscript>
    </table>
    
    
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
Sign In or Register to comment.