Hi,
There is a php notice, that “html” is an undefined variable. That’s because your first line is containing a dot before the equals sign:
$html .= '<img title="' . $alt_text_str . '"';
So you have to remove the dot, to define it in the first line:
$html = '<img title="' . $alt_text_str . '"';
Best regards,
Surbma
There is a bug where if ‘Jetpack > Settings > Media > Speed up images and photos’ (a.k.a. “Photon”, https://jetpack.com/support/photon/) is set to ON, then all Islamic Graphics displayed within posts are automatically enlarged, and the default px size saved in the plugin options is ignored.
I am working on a fix. In the mean time the only workaround is to switch off the above mentioned option if you wish to continue using the plugin. I’ll post an update if and when a fix is found.
]]>Hello,
The Islamic Graphics work fine in the text editor but do not show up in the header title. Is there a way to get them working?
Thanks
Nabeel
]]>