Multiple Slideshows
-
Hi – The documentation suggests that multiple slideshows are possible with the free version (is that right?). But I can only make one work. In the following code the first one works, the others never appear:
if (is_page(5)) { soliloquy_slider( '7' ); } elseif (is_page(9)) { soliloquy_slider( '20' ); } elseif (is_page(11)) { soliloquy_slider( '22' ); } elseif (is_page(12)) { soliloquy_slider( '24' ); }
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Multiple Slideshows’ is closed to new replies.