-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings link not visible in admin sidebar #57
Comments
Not seeing this on my end, but could you update to 2.0.10. Just to clarify, we're talking about the icon in the settings page? https://d.pr/i/LyFFiV There is otherwise no menu item on the admin sidebar for Image Resizer. |
With 'allowAdminChanges' disabled, the settings page is not reachable in Craft. However, I still can and should be able to reach the pages for batch actions etc. Right now the only way to get there is by manually entering the URL in this scenario. |
Right, I'll see what I can do about that, I'll very likely add it to Utilities. |
Any news on this? I just installed it to batch resize a bunch of images, deployed to staging and realised I could only use it on my local machine. Perhaps another workaround, or addition, would be to add some kind of console command to run batch resize from the command line? |
@darylknight you should still be able to get there by entering |
Oh that's excellent, thanks! |
Description
The admin menu item / tab is not visible.
However, I can view the settings, change them, and use the logs / batch actions if I manually navigate to '/admin/image-resizer/settings'
This may have something to do with having
allowAdminChanges: false;
though I'd expect if that was the cause that navigating to the settings page also wouldn't work.Additional info
The text was updated successfully, but these errors were encountered: