Hello folks,
custom animation shortcode is not working in the version 1.2.
Fix for that is open up the file framework/shortcode/general.php and add the following code in the starting after the php tag opens.
';
}
add_shortcode('custom_animation', 'sys_custom_animation');
-
This topic was modified 12 years, 11 months ago by
Fem.
-
This topic was modified 12 years, 11 months ago by
Fem.