Closed (works as designed)
Project:
Field Slideshow
Version:
7.x-1.81
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2013 at 09:40 UTC
Updated:
20 Mar 2019 at 15:06 UTC
Jump to comment: Most recent
Comments
Comment #1
idflood commentedHi,
This is a nice feature request. The problem is that I don't see how to make an UI for this. Ideally, the settings for a specific field could be overridden in a specific page.
One easy way to implement something like this would be to do it without UI. This could be done at the template level and the logic would look like this:
- For each field_slideshow field:
- Try to find the closest $(".slideshow_settings") element
- If such element exists, takes the settings from it
This way, you could override a node template and do something like this:
What do you think of this idea?
Comment #2
fahadurrehman commentedI was thinking to override the transaction settings on specific page through js injector module.
I am not a coder so I don't know either it is possible or not and if it is possible than how to write a code for that.
What I assume the transaction effects settings are defined in following code and by overriding fx: settings.fx this code we may achieve the desired result but as I told you that I am not a coder so please correct me if I am wrong.
// Add options
var options = {
resizing: 0,
fx: settings.fx,
speed: settings.speed,
timeout: parseInt(settings.timeout),
index: i,
settings: settings
}
If it is some how possible, please contribute a code snippet.
Comment #3
lamp5