• There seems to be a bug in /admin/includes/classes/class-msp-admin-assets.php. While creating new custom slider. The editing page is not loaded properly due to js error due to empty variable (var _MSP_DATA =) . To resolve this issue line 150 of this script should be:

    $msp_data = empty( $slider_data[ 'params' ] ) ? '""' : '"' . $slider_data[ 'params' ] . '"';

    instead of:

    $msp_data = empty( $slider_data[ 'params' ] ) ? '' : '"' . $slider_data[ 'params' ] . '"';
    • This topic was modified 1 year, 10 months ago by forcecode.
Viewing 1 replies (of 1 total)
  • Found the same bug and this was most helpful. Thank you!

    Concerned that there has been no acknowledgement of this bug or an update to address it. OK to fix like this temporarily but not a good long term solution.

    WP.org shows no update in 5 months — hope that doesn’t mean that MasterSlider is being abandoned.

Viewing 1 replies (of 1 total)
  • The topic ‘Master Slider Bug’ is closed to new replies.