Function code incorrect
-
Just thought I’d let you know that the code generated to add to a template file has incorrect syntax and causes the slider to not work. Basically, it’s missing a curly bracket. See example
Provided code
if ( function_exists( ‘soliloquy_slider’ ) ) soliloquy_slider( ’82’ );Needs to be
if (function_exists(‘soliloquy_slider’)) { soliloquy_slider(’82’);This could cause some people to think that the plugin is broken, but once the syntax is corrected, it works great. Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Function code incorrect’ is closed to new replies.