wpgloe
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Projector] No selected image with 5.1Noted. It may (this may not be the case here) be related to the existence of the url specified as the src for the img element. In 5.0 it uses currentSrc property rather than the src property. I will look into it at the earliest, meanwhile I hope you can use 5.0.
Forum: Plugins
In reply to: [Image Projector] No control buttonsVersion 5.1 published.
Forum: Plugins
In reply to: [Image Projector] No control buttonsThanks for the feedback and your patience. I will publish a new version omitting the System settings options and always load directly from file to avoid the discouraged file_get_contents.
Forum: Plugins
In reply to: [Image Projector] No control buttonsAs a mean to check whether the loading of the SVG has some issues, I have added an additional option page System settings in the plugin admin interface where the loading of the SVG definitions can be controlled. If you could dowload a development version at https://image-projector.com it could be worth a try. The download link is at the bottom of the landing page.
Forum: Plugins
In reply to: [Image Projector] No control buttonsAll the svg icons comes with the plugin and is stored in ip-svg-sprite.svg below the includes folder of the plugin. The content of this file is inserted at the bottom of the page, it can be seen in the developer view of the browser. Assume the console does not have any related messages?
I will see if the icons can be loaded in another way and keep you updated. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Image Projector] No control buttonsOK, understood. Could you try to increase the z-index for the pluging? You can find this on the bottom of the Appearance page. Try to increase it significantly (e.g. 10000), so there are no other page elements with a z-index higher than that number which may obscure the plugin.
Also, if you use bright background, are they still hidden?
Another thing you could try is to uncheck ‘Fade out buttons’. That is found in the Controls page.
If you also have another browser available – could you try that as well to see if there are any differences?
Forum: Plugins
In reply to: [Image Projector] No control buttonsHi and thank you!
I have difficulties recreating the problem that you describe – do you have a link to a page where this is happening?
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?Thanks for reporting back and contributing to improving the plugin.
Good luck to you too!
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?Note typo above, this works better:
if(src !== "" && (typeof src !== 'undefined')) {It appears that there are several IMG elements with incomplete attributes (no src attribute) on the page. This is causing the abnormal behaviour and is handled in the new version 4.7 that is now available. There should be no need for manual editing if you install this version.
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?Found an issue that is likely to be the reason.
Refering to the un-compressed image-projector.js from version 4.5, line 589, change this:
if(src !== "") {to:
if(src !== "" && typeof(src !== 'undefined')) {I will publish a new version, but before that it would be good if you could confirm that this solves the issue.
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?Noted, I will check what’s causing this and provide a remedy.
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?Plugin updated to 4.6. Added versioning in script loading to prevent use of outdated, cached files.
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?I checked it again on your pages and it seem to work OK.
If you force a re-load of the page or clear the browser cache – will that fix it?On the last post you refer to, the three images side-by-side opens in the viewer and also have a thumbstrip.
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?I see the problem, thanks for reporting. I will check this promptly and return.
Sorry for the inconvenience.
Forum: Plugins
In reply to: [Image Projector] To disable on some pages or some posts?closinng this case.