• Hello,
    With the last version of plugin, if the alt attribute is empty, in generated code there is a alttitledata-src="url", and the main image does not display, of course.
    If the alt attribute is filled, there is titledata-src="url" instead. The title does not seem to be retrieved.
    I made a quick fix by adding spaces in msp-shortcode.php l.732 in alt=”%s” and title=”%s” :
    $slide_content .= "\t\t\t\t\t" . sprintf('<img src="%s" alt="%s " />', $src_blank, $alt, $title, $src )."\n";

    • This topic was modified 8 years, 9 months ago by lorem_ipsum.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author averta

    (@averta)

    Hi,

    Thanks for using Master Slider.

    I checked this on my computer, but could not reproduce the same issue. I will pass this to our dev team, after investigation they will take the proper action for addressing this issue.

    Thanks for your feedback.

    Regards

    Thread Starter lorem_ipsum

    (@lorem_ipsum)

    I understand, I did not find anybody complaining about this, so I guess this is a special configuration. Maybe an interaction with another plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bug report – Problem on alt and title empty’ is closed to new replies.