cedaro / simple-image-widget

A simple WordPress image widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting multiple images as option

lgt opened this issue · comments

commented

How would I change the codes to select multiple image paths as option to use it for example with jquery cycle?

Hi @lgt, you would likely want each slide to correspond to a widget, rather than trying to change the code to bundle all slides into a single widget. The FAQ discusses how to override the output if you need to do that.

commented

Hi thanks for feedback. I don't think that would be user friendly. Let me tell you why. For example I have 5 column each holding cycle widgets and each one should hold desired number of image paths. In this case the scenario is not working, Think about how the user would feel after all. What I was thinking to make the image path as a dynamic field and add the desired number of images. I do not have a solid wordpress background but I think would be possible to save the option as nested json array

That sounds like it's a bit beyond the scope of this plugin. You might try looking for a gallery widget that you could initialize as a slider instead.

commented

I will pick up parts of your code and make my changes