• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Help with bio slideshow

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Nov-19-2008, 08:24 AM
#1
Emajination is offline Emajination OP
Beginner grinner
Huh Help with bio slideshow
Hello everyone, I'm fairly new and I've been having issues getting my slideshow active on my home page. I've re-read the instructions.. but I still can't get it to work.

Any advice is GREATLY appreciated.

www.photokreations.com

Thank you
Old Nov-19-2008, 08:29 AM
#2
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by Emajination
Hello everyone, I'm fairly new and I've been having issues getting my slideshow active on my home page. I've re-read the instructions.. but I still can't get it to work.

Any advice is GREATLY appreciated.

www.photokreations.com

Thank you
This part of the code in your BIO is causing errors and should not be there:

<script>
Rest of slideshow code.
</html>
</script>

You are also missing a comma at the end of this line:
crossFadeSpeed: '800'

and you cannot have a comma at the end of the last line:
borderColor: '0276FD',


In your javascript customization, you should also remove this line:

YE.onAvailable("comment", ModifyText);

because you don't have the ModifyText function so that is causing another error.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Nov-19-2008, 09:08 AM
#3
Emajination is offline Emajination OP
Beginner grinner
Thank you so much for responding so quickly.. now to get back and do more tweaking.

Quote:
Originally Posted by jfriend
This part of the code in your BIO is causing errors and should not be there:

<script>
Rest of slideshow code.
</html>
</script>

You are also missing a comma at the end of this line:
crossFadeSpeed: '800'

and you cannot have a comma at the end of the last line:
borderColor: '0276FD',


In your javascript customization, you should also remove this line:

YE.onAvailable("comment", ModifyText);

because you don't have the ModifyText function so that is causing another error.
Old Nov-19-2008, 10:38 AM
#4
Emajination is offline Emajination OP
Beginner grinner
Now it appears as if my slideshow is showing on my homepage and on my galleries page... I cant figure out how to only show the slideshow on my home page.. and my galleries on my galleries page.

www.photokreations.com

Thank you for any advise.

Quote:
Originally Posted by Emajination
Thank you so much for responding so quickly.. now to get back and do more tweaking.
Old Nov-19-2008, 10:48 AM
#5
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by Emajination
Now it appears as if my slideshow is showing on my homepage and on my galleries page... I cant figure out how to only show the slideshow on my home page.. and my galleries on my galleries page.

www.photokreations.com

Thank you for any advise.
Several more errors to fix:

In your javascript:

<script>
changeCategoryInfo();
</script>

Remove this. No script tags in your javascript and you don't have the changeCategoryInfo function so you should remove the call to it.
In your CSS:



..galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {display: block;}

Remove the double period at the beginning. Only one period before galleries.



loggedIn #breadcrumb
{visibility:visible;}

Remove this. You are missing a leading period on the .loggedIn, but you have repeated this rule at the end of your CSS so you don't need this copy.


CSS and Javascript are programming languages. They do not tolerate typos so you have to be diligent.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Nov-19-2008, 03:57 PM
#6
Emajination is offline Emajination OP
Beginner grinner
Thank you again..

Quote:
Originally Posted by jfriend
Several more errors to fix:

In your javascript:

<script>
changeCategoryInfo();
</script>

Remove this. No script tags in your javascript and you don't have the changeCategoryInfo function so you should remove the call to it.
In your CSS:



..galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {display: block;}

Remove the double period at the beginning. Only one period before galleries.



loggedIn #breadcrumb
{visibility:visible;}

Remove this. You are missing a leading period on the .loggedIn, but you have repeated this rule at the end of your CSS so you don't need this copy.


CSS and Javascript are programming languages. They do not tolerate typos so you have to be diligent.
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump