kvu022
Forum Replies Created
-
Forum: Plugins
In reply to: [Image autorefresh shortcode] Alt AttributesThanks for pointing out the WCAG compliance issue. I hadn’t considered it, but have added the option to add an ‘alt’-attribute now in the newest version.
Forum: Plugins
In reply to: [Image autorefresh shortcode] do plug in not support User id & password?I figured out what is going on: you have the theme CherryFramework installed, which is actively removing the attribute
data-srcfrom all images.
I don’t know why it does that, but it does (in line 110 of CherryFramework/js/custom.js). If you would use a different theme than CherryFramework, the plugin should work.Forum: Plugins
In reply to: [Image autorefresh shortcode] do plug in not support User id & password?That is very strange. When I look at your html, I see that the
data-srcattribute is missing from yourimgelement, even though it is explicitly written as output in line 52 of fileimage-autorefresh.php:data-src="<?php echo $a['src']; ?>"Could you try to uninstall the plugin and then download it again?
Forum: Plugins
In reply to: [Image autorefresh shortcode] do plug in not support User id & password?I did not consider the possibility that the image address could contain a query string. I’ve added a parameter
query_stringin version 1.3. In the new version, you can create the code you want like this:[image-autorefresh src="http://tila23.ddns3-instar.de/tmpfs/auto.jpg" query_string="usr=schmalfeld&pwd=schmalfeld" refresh_time=5 align="center" caption="Schmalfeld - der 24 Stunden Online See"]Forum: Plugins
In reply to: [Image autorefresh shortcode] How to change the size of the picture?My apologies for taking such a long time to respond; I didn’t have messaging for the support thread set up properly, so I wasn’t aware that you’d asked a question.
I’ve released a new version of the plugin, which allows for width and height parameters to be set. If no width is specified, width is set to match the surrounding
<div>withid="content".