wpgloe
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Projector] The plugin no longer worksOK, I see the error is still there even though image-projector is deactivated.
I think you should try to address this error first. If you cannot fix it but still want to use image-projector, please let me know so we can find an alternative way to load the relevant script.
Forum: Plugins
In reply to: [Image Projector] The plugin no longer worksThere seem to be an error at the start of a cached script that causes it to fail to load. The error does not seem to be related to image-projector, but in the same cache file, image-projector scripts are included. Open the console window, re-load page and and you will probably see:
Uncaught SyntaxError: Invalid regular expression flags (at 0eccd.js:1:21)And on line 1, character position 21, this appear, regular expression in bold:
var VALID_CLASSNAME=/^[_a-zA-Z- ]*$/var constructCssPath=el=>{if(!(el instanceof Element))returnSo, try to deactivate image-projector, clean the browser cache and reload page while having the console open. If you see the same error message then this issue is not related to image-projector.
Forum: Plugins
In reply to: [Image Projector] The plugin no longer worksIt looks like it is related to Rocket Loader from Cloudflare. As a start – are you able to turn this off to check if that helps?
Forum: Plugins
In reply to: [Image Projector] The plugin no longer worksI have now checked the plugin using free version of Generatepress and the plugin works as expected.
Do you have some more information on what is not working?
Forum: Plugins
In reply to: [Image Projector] The plugin no longer worksHi, I will check as soon as possible and return.
By the way; are there any related messages in the browser’s console? And, if you have the opportunity to provide a link to the page it is always useful.
Chr.
Forum: Reviews
In reply to: [Image Projector] Excellent Image Viewer for Images Photo/DocumentThank you for reviewing!
Closing this item.
Thanks for the feedback – that’s good news! Will publish an official version with this fix when some other updates are ready.
There is an update available at image-projector.com. At the bottom of the front page you will find version 5.2.1 available for download.
The only change is the loading of the css, now moved from footer to header. I suspect this to be the issue in your case.
If you could just give this a try before it is published officially it would be great!
EDIT: Assuming you are aware of the steps needed to replace the plugin manually. If not, just remove existing image-projector folder with all its content from the WordPress plugin folder. Extract downloaded archive and copy the resulting image-projector folder to the plugin folder of the WordPress installation. Please let me know if you have any questions.
- This reply was modified 3 years, 1 month ago by wpgloe.
Thank you for your request and sorry to hear that it does not work as expected.
I will look into it and see what can be done.
Forum: Plugins
In reply to: [Image Projector] If I change the settings it resets them to the default onesThanks for the feedback, good to hear that you managed to make it work.
Forum: Plugins
In reply to: [Image Projector] If I change the settings it resets them to the default onesHi, and thanks for using the plugin.
The plugin uses the standard WordPress approach for handling plugin options. Do you see any messages after pressing Save in the options page? If you have not turned on WP_DEBUG (see wp-config.php) it could be an idea to do so, at least temporarily. After having done so, try again the Save button and look for error messages.
If you have other plugins installed, are you able to save options from those plugins?
Are you able to save other general settings, like the WordPress settings below General, Writing, Reading etc. without any problems?
It could be an idea to try to delete the plugin and then re-install it again if the above does not take you anywhere.
Forum: Plugins
In reply to: [Image Projector] No selected image with 5.1Thank you for the feedback and good to hear that it works as expected!
Forum: Plugins
In reply to: [Image Projector] No selected image with 5.1There is now a new version 5.2 published. It has some imrovements that I suspect may be related to your issue. You may try it out.
Forum: Plugins
In reply to: [Image Projector] No selected image with 5.1As I have no access to your site, I have again uploaded a development version to the same location and hope you can help out with a solution the recent issue. A logging option added in System settings. Turn that on, and check console.log when you click and image on a page to start the viewer. If you have the possibility to reply with the output for the first item logged it would be great. You may of course obfuscate any information you do not want to reveal.
Also, when you click and image in the thumbstrip, there will be a message logged in console.log which can reveal some useful information.
Another option is added – Fall back to currentSrc. When checked, you should be able to see the images as you did with the pre-5.0 version. But this is a temporary development solution.