I was trying to manually add the skin option (skin: "top_menu") to the yoxview.js file but I am not able to make it work. (Tried similar syntax options but with no luck.)
Am I doing something wrong with syntax or it is not possible?
My modified code:
$('body').once('yoxview').yoxview({
skin: "top_menu",
'thumbnailsOptions': {
'setTitles': true
}
});
original code in yoxview.js:
$('body').once('yoxview').yoxview({
'thumbnailsOptions': {
'setTitles': true
}
});
Comments
Comment #1
arx-e commentedI managed to insert other options by modifying the yoxview.js file like this:
but when I add the skin option it breaks:
Any idea(s) how this should be done?
Comment #2
robloachWhat options did you want to add? backgroundColor, buttonsFadeTime, skin and some thumbnailsOptions like "setTitles"? We can add them as settings in the module itself.
Comment #3
robloachComment #4
arx-e commentedAs show above I found out how to add the backgroundColor, buttonsFadeTime options in the module but the module breaks when I add the skin: "top_menu" option.
Am I doing some syntax error? Could you please point out how this should be done?
Comment #5
sw3b commentedhave you found a solution to make it work with the skin ?!?
Comment #6
arx-e commentedNo, I have not. Unfortunately I do not have the knowledge to make it work.
It would be nice to have a complete lightbox solution based on YoxView.
Comment #6.0
arx-e commentedadded original code for reference