This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hi joe.
it would be nice if it was possible to make a gallery start on page load.
this just needs a new configuration and a little change in the script (adding open:true)
this is so useful when gallery is delicately put on a page.
I have seen some people who don't get that they can click on an image to start a slide show.
Hi,
I'm open to the idea, but that does not seem to work. When I add ,open:true it doesn't work at all and I see a script error "Uncaught TypeError: Cannot call method 'show' of undefined" when I look in Chrome developer tools.
Best,
Joe
using firebug console run this script on this page on mojoportal demo site:
$("a[rel='cbg16823']").colorbox({current: "image {current} of {total}",previous: "previous",next: "next",close: "close",opacity:.7, slideshow:true, open:true});
(slideshow: true is also needed, when it's supposed to show the slideshow on start)
for a sample you can check this page.
Ok, I got it working, this is in the source code repository now.