• Resolved Jorge

    (@ganix33)


    If you write any shortcode inside slide info this text is echoed before the content:

    ” mp4=”” webm=”” ogg=”” autopause=”false” mute=”true” loop=”true” vbgalign=”fill” thumb=”” tab=”” delay=”3″ bgalign=”fill” bgcolor=”” ]

    Only writing something like [foo] in slide info content this text is echoed.

    https://wordpress.org/plugins/master-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jorge

    (@ganix33)

    OK, I’ve found the solution. Changing line 319 of class-msp-parser.php from:

    'info' => wp_slash( $info )

    To:

    'info' => wp_slash( do_shortcode( $info ) )

    This way your great plugin will accept shortcodes in slide info. You could include in next revision.

    Thanks a lot!!

    Plugin Author averta

    (@averta)

    Hi Jorge

    Thanks for reporting this. we will fix that in next update.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode in slide info’ is closed to new replies.