Problem loading Supersized Images with Magic Fields
-
Hello Experts,
This is my first post so please excuse my ignorance with etiquette etc.
I am having problems intigrating Magic Fields Groups with Jquery Supersized Plugin.
I can get it to work with single images:
slides: [// Slideshow Images
{image : ‘<?php echo get(‘supersized_slide_image’, 1,1,0) ?>’, title : ‘<?php echo get(‘supersized_slide_caption’) ?>’}
]However when i try and duplicate the fields in a group i cant get it to work.
slides: [// Slideshow Images
<?php $slides = get_order_group(‘supersized’);
foreach($slides as $slide){ ?>{image : ‘<?php echo get(‘supersized_slide_image’, $slide) ?>’, title : ‘<?php echo get(‘supersized_slide_caption’, $slide) ?>’}<?php } ?>
]Can anyone help me figure out what i am doing wrong.
Thanks in advance
colt5034
- The topic ‘Problem loading Supersized Images with Magic Fields’ is closed to new replies.