I have been following the threads about embedding a slide show on the home page, and now I have the need (desire) to do so. With what I have learned from reading here I thought I could easily get this done.
This is for the Leadership28 Toastmasters, club number 3481227
I created an album in flickr, then an account in flickrit. Once the source code was created, I had initial success but then ran into trouble.
Flickrit gave this code and instructions:
Step 1 - Place this code where you want the slideshow to appear.
Code:
<div id="WOXDTLLDHV"></div>
And, Step 2 - Place this code just before the </body> tag of your page.
Code:
<script src="https://flickrit.com/embed.js.php?id=WOXDTLLDHV"></script>
Instructions also said: You can also place both codes in the same place but placing the </script> tag just before the </body> tag is a more optimal installation.
First, I changed some of the text on the home page, then found the spot in the source code where the slide show was intended to show and added the first piece of code.
Then, I could not find <body> in the source, so I put the two lines together, in the order of step 1 and step 2, and it worked. Slide show was on the home page.
Next, I went back to edit the home page again, to edit text with a little more information about the photos, and nothing worked again.
Now I get this error message:
Unite Gallery Error: You have some jquery.js library include that comes after the gallery files js include.
This include eliminates the gallery libraries, and make it not work.
To fix it you can:
1. In the Gallery Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
2. Find the double jquery.js include and remove it.
I see the slide show flash for a second or so, then the error message. I tried again by deleting the code I added and adding it again, but that did not make a difference.
I don't have a clue what went wrong, or how to fix it. Any advice or help would be welcome.