verbb / image-resizer

A Craft CMS plugin to resize images on upload.
MIT License
128 stars 14 forks source link

Settings link not visible in admin sidebar #57

Open FreekVR opened 4 years ago

FreekVR commented 4 years ago

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

engram-design commented 4 years ago

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.

FreekVR commented 4 years ago

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.

engram-design commented 4 years ago

Right, I'll see what I can do about that, I'll very likely add it to Utilities.

darylknight commented 3 years ago

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?

FreekVR commented 3 years ago

@darylknight you should still be able to get there by entering /admin/image-resizer/settings in your address bar on your staging site.

darylknight commented 3 years ago

Oh that's excellent, thanks!