|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
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 |
|
|
|
|
#2
|
||
|
Scripting dude-volunteer
|
Quote:
<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 Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#3
|
||
|
Beginner grinner
|
Thank you so much for responding so quickly.. now to get back and do more tweaking.
Quote:
|
|
|
|
||
|
#4
|
||
|
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:
|
|
|
|
||
|
#5
|
||
|
Scripting dude-volunteer
|
Quote:
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 Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#6
|
||
|
Beginner grinner
|
Thank you again..
Quote:
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|