|
|
Thread Tools | Display Modes |
|
#21
|
||
|
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 |
|
|
|
||
|
#22
|
|
|
Scripting dude-volunteer
|
Added #21 for dynamic navbar
Added #21 for dynamic navbar.
__________________
--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 |
|
|
|
|
#23
|
|
|
Big grins
|
Flash warning
My website now only contains flash slideshows. Would it be possible to write a script to include in the Shizam slideshow code a warning message to update shockwave if a blank screen appears to the viewer (in the same way that you have it in the stretchy slideshow script)?
thanks in advance |
|
|
|
|
#24
|
||
|
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 |
|
|
|
||
|
#25
|
|
|
Big grins
|
cannot get constant ratio
When I use the stretch javascript, and the following parameters I still get a stretch:
extraH: '40', minW: '600', minH: '400', maxW: '800', maxH: '534', aspectHeightConstrain: 'true', aspectWidth: '600', aspectHeight: '400' I added the following to my css: #homepage {width: auto !important; margin-left: 15px !important; margin-right: 15px !important;} #bioBox {width: auto !important;} I tried adding, resize: "false" to the bio but I still get a stretch. All I was trying to do was follow the instructions to use stretch to install the flash warning. what I am doing wrong? |
|
|
|
|
#26
|
||
|
Scripting dude-volunteer
|
Quote:
As I said in my original post, if you want to constrain the size completely, then set minW and maxW to the same value and minH and maxH to the same value. Do not turn on the constrain aspect ratio. That is not needed if you are already constraining the size manually. Also, if you are fixing the size of the slideshow, then don't add this CSS: #homepage {width: auto !important; margin-left: 15px !important; margin-right: 15px !important;} #bioBox {width: auto !important;} That makes the whole homepage stretch which you don't want.
__________________
--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 |
|
|
|
||
|
#27
|
|
|
Big grins
|
fixed size
great - thank you again for your time
|
|
|
|
|
#28
|
|
|
rlsimaging
|
#21 Dynamic Navbar
I created a Dynamic Navbar.
Is there any way of having the Gallery Navbar highlighted when you are viewing a specific gallery. Thanks www.rlsimaging.com
__________________
www.rlsimaging.com |
|
|
|
|
#29
|
||
|
Scripting dude-volunteer
|
Quote:
Add the parts in red to this part of your navbar <li class="navGalleryLink"><a href="/galleries">Galleries </a> </li> Then, add the part in red to this line in your CSS: #navcontainer .navCurrentPageParent, .galleryPage #navcontainer .navGalleryLink {background: none; border: 1px solid #697475}
__________________
--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 |
|
|
|
||
|
#30
|
|
|
Scripting dude-volunteer
|
Updated customization #4 (actually split it into 4a and 4b). Moving the slideshow button to the cart line is now much more reliable with the latest version of that customization. If you have installed the previous version, you should switch to the new one.
__________________
--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 |
|
|
|
|
#31
|
|
|
LifeInFocus
|
Gallery Code - Thanks
Gallery code - 6, 7, 8, 14 and 18 are fantastic.
My partenr and I started with Smugmug almost a year ago concentrating on videos. We have since expanded to posters and more. So, having the ability to customize a galleries page - categories, subcategories and galleries - has become very important. This code will help in modifying our site to be more versatile. Thank you very much. Phil |
|
|
|
|
#32
|
|
|
rlsimaging
|
Dynamic navbar
I have created a Dynamic Navbar; I would
like to change the width of the underline (on the right hand side) so that is the width of the Navbar text. Any help would be appreciated. Thanks www.rlsimaging.com
__________________
www.rlsimaging.com |
|
|
|
|
#33
|
||
|
Scripting dude-volunteer
|
Quote:
#navcontainer .navCurrentPageParent { text-decoration: underline !important; color: #26FE08 !important; background: none; } to this: #navcontainer .navCurrentPage { text-decoration: underline !important; color: #26FE08 !important; background: none; }
__________________
--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 |
|
|
|
||
|
#34
|
||
|
rlsimaging
|
Quote:
That worked but it also changed the text colour. www.rlsimaging.com
__________________
www.rlsimaging.com |
|
|
|
||
|
#35
|
||
|
Scripting dude-volunteer
|
Quote:
What exactly are you trying to do? If you want different colors, it might be easier to use a bottom border for the line (that's what I do on my site) rather than a text-decoration because borders have their own colors that are separate from text.
__________________
--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 |
|
|
|
||
|
#36
|
|
|
Beginner grinner
|
John, you wouldn't happen to know if/how I can remove the "Updated: "date" "time" text from the gallery pages do you?
Gary |
|
|
|
|
#37
|
||
|
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 |
|
|
|
||
|
#38
|
||
|
Eyes are my Camera
|
Quote:
Code:
.updated {display:none;}
__________________
|
|
|
|
||
|
#39
|
|
|
Major grins
|
Thanks you, John, for sharing all this. So useful for those of us with great ambitions for our sites, but without the knowledge to do it alone.
All the best, Andrew. |
|
|
|
|
#40
|
||
|
Big grins
|
slideshow stretch problems
John,
Could you look over my code again. Not sure if this is related, but I was at a friend's house earlier today and my whole website stretched (menu and pictures). She was using IE (not sure of version) and Vista. I have the stretch "off" for the whole site. I could not find an option on IE that could have done this, and I run XPSP2 so cannot replicate it. Any ideas? thanks --Keith http://keithprue.smugmug.com Quote:
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|