|
|
Thread Tools | Display Modes |
|
#41
|
|
|
Big grins
|
Okay, I am having absolutely no luck with this customization stuff AT ALL! I still need to find a dropdown menu type thing that I like, the one in the first sticky in this forum is not working for my taste :/
Anywho, my problem with this. I've read through this entire thread, taken all the suggestions, and I can't get the strip below the image. Here's a link to the gallery: http://www.smugmug.com/gallery/15395612_oTFZe the password is dec112010 I currently have the filmstripMove = 0 in my CSS, but I have tried putting it in several different places in the bottom javascript as well and it is just not working for me lol... I am completely failing at this customization thing in all aspects. Here's my CSS related to this thing: #filmstrip #photos {display:none;} filmstripMove = 0; And here's my bottom javascript: //----------------------------------------------------------------------- // Move filmstrip thumbs below the main image // See http://www.dgrin.com/showthread.php?t=135057 for support questions. // Version 1.0 // ----------------------------------------------------------------------- YE.onDOMReady(PutFilmstripBelow); function PutFilmstripBelow() { if (YD.hasClass(document.body, "filmstrip")) { var moveWrapper = document.getElementById("moveWrapper"); var photos = document.getElementById("photos"); if (moveWrapper && photos) { var photosObj = photos.parentNode.removeChild(photos); moveWrapper.parentNode.insertBefore(photosObj, moveWrapper); photos.style.display = "block"; } } } |
|
|
|
|
#42
|
||
|
Major grins
|
Quote:
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#43
|
||
|
Big grins
|
Quote:
Now to find a nicer looking navigation menu :) lol |
|
|
|
||
|
#44
|
|
|
Big grins
|
I also still haven't managed to get the strip to stop moving... Man I suck at this :( lol
|
|
|
|
|
#45
|
||
|
Big grins
|
Thanks!
Thank you..easy peasy..the way I like it!!
Quote:
__________________
[FONT=Comic Sans MS]Thanks much![/FONT] Rose Marzano [FONT=Lucida Sans Unicode]luhttp[/FONT]://www.organicvisionsphotography.com/ rose@organicvisionsphotography.com |
|
|
|
||
|
#46
|
|
|
Beginner grinner
|
I havent had any luck with this customization myself. I think my problem is, i dont know where exactly to paste the "#filmstrip #photos {display:none;}" code. I put it in the "CSS" Box under "Page Title" on my control panel & i entered the other code in the bottom javascript as posted but nothing happened. and when i go to the gallery itself am i supposed to set the "Style" to smugmug,slideshow,thumbnails or journal ? because Filmstrip isnt an option
|
|
|
|
|
#47
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--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 |
|
|
|
||
|
#48
|
||
|
Beginner grinner
|
Quote:
|
|
|
|
||
|
#49
|
||
|
Scripting dude-volunteer
|
Quote:
![]() You should realize that the filmstrip viewing style is a very old style and has not been updated in a long time. It does not dynamically size images to automatically fit in the page and most people do not use it any more.
__________________
--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 |
|
|
|
||
|
#50
|
|
|
Big grins
|
I must have big problems too. I read through the thread and I have a similar problem as the second poster. I see the filmstrip but I don't have the large image anymore. Can someone take a look? My site is jscranton.smugmug.com
Thank you |
|
|
|
|
#51
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
<script src="http://maps.google.com/maps?file=api&v=2&sensor=true&key=ABQIAAAA-HvZRItJQg2WYE9EEaKTJBTu_R2s7t1ncDYDa2Hpz8htwNorHxRUxbVKgANNhSth3Ygw_SVimSJ-YQ" type="text/javascript"></script>
<!-- Histats.com START (standard)-->
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="counter create hit" ><script type="text/javascript" >
try {Histats.start(1,1328655,4,412,112,75,"00011101");
Histats.track_hits();} catch(err){};
</script></a>
<noscript><a href="http://www.histats.com" target="_blank"><img src="http://sstatic1.histats.com/0.gif?1328655&101" alt="counter create hit" border="0"></a></noscript>
__________________
--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 |
|
|
|
||
|
#52
|
|
|
Big grins
|
Thanks John...I removed everything except the code I pasted in and still no luck. I appreciate the help. jscranton.smugmug.com....all galleries are currently set to use this.
|
|
|
|
|
#53
|
|
|
Big grins
|
I had the additional code to stop the scrolling in there so I removed it and it now works. So I guess I'm not sure where i should put the filmstripMove = 0;
Thanks |
|
|
|
|
#54
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--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 |
|
|
|
||
|
#55
|
|
|
Big grins
|
Im still not able to stop the filmstrip from scrolling. I've tried the code in the CSS section as well as the Javascript section but it seems to not work. Am I placing it in the right areas?
|
|
|
|
|
#56
|
||
|
Scripting dude-volunteer
|
Quote:
filmstripMove = 0;
__________________
--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 |
|
|
|
||
|
#57
|
|
|
Big grins
|
I placed it before the script, after and inside the script where it is now and it still doesn't stop it. I must be doing something wrong.
|
|
|
|
|
#58
|
|
|
Scripting dude-volunteer
|
It goes after the script on a line all by itself. It has nothing whatsoever to do with the other script you have in your bottom javascript and should not be associated with it in any way. Right now, you have it in the middle of that script.
__________________
--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 |
|
|
|
|
#59
|
|
|
Big grins
|
I cut and pasted it out and put it at the bottom but it is still scrolling. :-)Thanks for the help.
|
|
|
|
|
#60
|
|
|
Scripting dude-volunteer
|
Smugmug's instructions are not clear on this. I tried it in my own bottom javascript and it did not work. Then, I tried putting that line in the top javascript and it did work. So try putting just that one line in the top javascript.
__________________
--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 |
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|