What happened to my slideshow??

PhotolisticPhotolistic Registered Users Posts: 347 Major grins
edited October 17, 2007 in SmugMug Support
I removed my old bio and now my slideshow is GONE!!!

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 16, 2007
    I removed my old bio and now my slideshow is GONE!!!
    You're using your bio for the show, there has to be some text it and moved
    out of the control panel.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • PhotolisticPhotolistic Registered Users Posts: 347 Major grins
    edited October 16, 2007
    Allen wrote:
    You're using your bio for the show, there has to be some text it and moved
    out of the control panel.


    How can I bring my slide show back up without using my bio?
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 16, 2007
    How can I bring my slide show back up without using my bio?
    The slideshow will replace whatever you have in your bio so you won't see the text but it has to be
    active on your homepage.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • PhotolisticPhotolistic Registered Users Posts: 347 Major grins
    edited October 17, 2007
    Allen wrote:
    The slideshow will replace whatever you have in your bio so you won't see the text but it has to be
    active on your homepage.


    ok my slide show is still not working. Can you please help???
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 17, 2007
    ok my slide show is still not working. Can you please help???
    I looked at your page source and searched on "bio" and the only one showing
    is "bioBox" in your slideshow footer code so your bio is not active or there is
    not any text in it.

    Go into our control panel under the homepage tab. If you see your bio it's not
    on your homepage. Add some text to it and click "display".

    If you don't see it go under the settings tab and find.
    bio: change
    click change and add some text.

    That's about all I can think of at the moment.

    Edit: Thought of another, but might not make any difference.

    change this is your footer code

    if (YD.hasClass(document.body, 'homepage') && !YD.hasClass(document.body, 'featured'))
    loadSlideshow();

    to this

    if (YD.hasClass(document.body,'homepage') &&
    !YD.hasClass(document.body,'featured')) {
    loadSlideshow ();
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.