Popular and Keyword galleries
Allen
Registered Users Posts: 10,013 Major grins
These two galleries are locked in single image and changing style to
"Smugmug" in style picker does not work. FF3.5.8 IE8 Flock
Only Pop gallery has style picker.
Firebug error
SM.pageDetails.Album is undefined
http://www.photosbyat.com/include/js/gallery_ajax-min-20100306103928.js
Line 51
Also noticed not all js is working, not inserting buy option in drop.
"Smugmug" in style picker does not work. FF3.5.8 IE8 Flock
Only Pop gallery has style picker.
Firebug error
SM.pageDetails.Album is undefined
http://www.photosbyat.com/include/js/gallery_ajax-min-20100306103928.js
Line 51
Also noticed not all js is working, not inserting buy option in drop.
0
Comments
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Your pop gallery shows the same single image view although Smugmug is checked in style drop.
My Website index | My Blog
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
My Website index | My Blog
btw, is this related of the lost drop under the purchase option button?
Didn't show up after updating js.
Existing in bottom js, made no change to this
// http://www.dgrin.com/showthread.php?t=107735&highlight=button
.onContentReady('buyButton', function() {YAHOO.widget.Button.getButton("buyButton").set("label", "Purchase Options");});
My Website index | My Blog
Portfolio • Workshops • Facebook • Twitter
Now just have to figure why I lost part of the drop under the buy button.:D
My Website index | My Blog
It's a general symptom of something I've mentioned to Smugmug several times before. They don't provide us customizers any page level event when they are done modifying the page so we have a hard time finding a reliable way to make modifications AFTER they are done creating the page. The more things they start creating with JS (like the buyButton), the worse the problem gets. The fact that this used to work fine and now no longer works (probably because of some innocent change on either their end or your end) is an indication of why we need a better way to know when they're done modifying/building the page.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Packages require some dynamic checks to determine how to render the buy button. In the future I can make this fire if you subscribe late but for the mean time, try adding the following to your code.
Currently this function will only execute for you if your code subscribes before the BuyButton ajax rpc completes. So write the code that goes in the function accordingly.
Gabriel
SmugMug Sourcerer
My Website index | My Blog
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
GreyLeaf PhotoGraphy
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
SmugMug Sourcerer