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 ();
}
Comments
out of the control panel.
My Website index | My Blog
How can I bring my slide show back up without using my bio?
Mac User
active on your homepage.
My Website index | My Blog
ok my slide show is still not working. Can you please help???
Mac User
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 ();
}
My Website index | My Blog