ainsleyclark / squidge

🖼️ A FREE Wordpress Plugin to compress and convert images using cwebp, jpegoptim and optipng.
GNU General Public License v3.0
42 stars 7 forks source link

not showing options on the plugin #21

Open Iliya5digital opened 4 months ago

Iliya5digital commented 4 months ago

Steps to Reproduce Install the plugin and go to the option.

Без имени

And nothing is displayed.

chapsbln commented 3 months ago

Me too. There are no options

ainsleyclark commented 3 months ago

Hi there.

Thanks for the report

I haven't had time to maintain this plugin but I have plans to migrate this to Sharp soon so it's a lot more stable.

Welcome prs.

Many thanks.

phripley commented 2 months ago

I am having the same issue.

phripley commented 2 months ago

I am a novice WP user so can't do a PR I don't believe. From what I see the the browser console this error seems to be related to missing assets.

squidge

Specifically it is seems to be looking for /wp-content/plugins/squidge/vendor/htmlburger/carbon-fields/build and /wp-content/plugins/squidge/vendor/htmlburger/carbon-numbers/build.

I ran composer require htmlburger/carbon-fields and copied over the resulting directory.

This reduced the number of missing asset errors in the browser such that the page now loads in the browser. Haven't figured out how to do the same with carbon-numbers just yet.

phripley commented 2 months ago

I have created a PR that I believe fixes this issue.

https://github.com/ainsleyclark/squidge/pull/24