Plugin Author
kvu022
(@kvu022)
I did not consider the possibility that the image address could contain a query string. I’ve added a parameter query_string in 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"]
Hi,
1st of all thanks for the quick action.
It works now in WP-admin – but in “live” or “preview” it stop working after the 1. Refresh
As well there are some strange graphic elements which was not existing in the previous version.
You can see it on http://www.angelresort.de/schmalfeld/webcam/
Plugin Author
kvu022
(@kvu022)
That is very strange. When I look at your html, I see that the data-src attribute is missing from your img element, even though it is explicitly written as output in line 52 of file image-autorefresh.php:
data-src="<?php echo $a['src']; ?>"
Could you try to uninstall the plugin and then download it again?
Plugin Author
kvu022
(@kvu022)
I figured out what is going on: you have the theme CherryFramework installed, which is actively removing the attribute data-src from 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.
Hi again,
After delete and new installation I have new site effect – now it ask me for username and password.
This was the effect in the older version… …but I use Version 1.3 – strange. May be the plug in do not works proper together with the Cherry Plug in !?
On which version on WP you have tested the new version? I use WordPress 3.8.1
Sorry – I posted may last one before I have seen your last one – let my try. But this will not fix the password issue I have now – again.