Options

FF and Slideshow

TmosleyTmosley Registered Users Posts: 72 Big grins
Hi, i posted in the ss forum but know one knows its there

on my site www.tmosleyphotography.smugmug.com

i have the slide show working fine with IE, but it doesnt work with FF, can someone please tell me what i need to do to fix the issue,

Thanks
Troy

Comments

  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 24, 2006
    Troy,

    Part of the problem will be this block of code that appears in your CSS block.

    [PHP]
    <script type="text/javascript">
    var objElement = document.getElementById("galleryTitle")
    if (objElement != null)
    objElement.innerHTML = "Portfolio";
    </script>


    <!--http://tmosleyphotography.smugmug.com/photos/53894253-L.jpg-->[/PHP]

    This type of code doesn't belong here, put it in HEAD block.

    David
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 24, 2006
    Other CSS issues....

    Add text in yellow
    #navcontainer ul
    {
    margin: 10[COLOR=Yellow][B]px[/B][/COLOR];
    padding: 10[B][COLOR=Yellow]px[/COLOR][/B];
    list-style-type: none;
    text-align: left;
    }</pre>
    

    text in red is an invalid command, it's expecting a color (like red or #33ed33)
    #navcontainer ul li a
    {
    text-decoration: none;
    font-size:16px;
    padding: 5px;
    color: black;
    [B][COLOR=Red]background-color: none;[/COLOR][/B]
    }</pre>
    
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    TmosleyTmosley Registered Users Posts: 72 Big grins
    edited March 24, 2006
    that text i found was in my theme box, but i moved it to my head box in the co branding.
    still no change in the FF
  • Options
    TmosleyTmosley Registered Users Posts: 72 Big grins
    edited March 24, 2006
    ok i made those changes,

    thanks for your help thus far.
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 24, 2006
    ok found ur problem....
    <*div id="[COLOR=Red][B]mySlideshow[/B][/COLOR]" align="center"><*/div>
    
    /* required slideshow variables */
    slideshowContainerId = "[B][COLOR=Red]MySlideshow[/COLOR][/B]";
    slideshowAlbumId = "1261823"
    
    these ids are case-sensitive, and need to match exactly.

    Cheers,

    David
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    TmosleyTmosley Registered Users Posts: 72 Big grins
    edited March 24, 2006
    devbobo wrote:
    ok found ur problem....
    <*div id="[COLOR=Red][B]mySlideshow[/B][/COLOR]" align="center"><*/div>
    
    /* required slideshow variables */
    slideshowContainerId = "[B][COLOR=Red]MySlideshow[/COLOR][/B]";
    slideshowAlbumId = "1261823"
    
    these ids are case-sensitive, and need to match exactly.

    Cheers,

    David

    YEAAA< it works, thanks David_____really
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 24, 2006
    no probs .... glad it's working :D
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited March 24, 2006
    Tmosley wrote:
    Hi, i posted in the ss forum but know one knows its there\

    Everyone knows it's there! This is a *hack* and it's supported on an as-available basis by a limited few people, in this order: dev, bwg, mike, me and a few others.

    Please, patience is in order and we see all the posts. I moved your thread to the SS thread, so that it specifically would be seen. All of the above guys subscribe to that thread, so they get notification when a post is made there.

    Patience, patience, patience, please. These guys are volunteer hackers and the SS is a fun thing, but it takes time and energy to support.

    Thank you all for 150% cooperation on this!
Sign In or Register to comment.