randomnickname
Forum Replies Created
-
Forum: Plugins
In reply to: [Exif-Remove-ImageMagick] Version 1.2Hey,
yeah, it’s been old, but still works pretty well.
This seems to be the only issue (that I could find).However, the link you posted points to the general wordpress plugin mirror on github and will not accept pull requests.
Maybe I should apply for the adoption of this plugin, if the author does not support it anymore…
Cheers
Forum: Plugins
In reply to: [Self-Hosted Google Fonts] not saving optionsFound the plug-in here: https://github.com/asadkn/selfhost-google-fonts
Forum: Plugins
In reply to: [Self-Hosted Google Fonts] not saving optionsI can confirm the issue.
To me it seems to be frontend-related: When changing the values (clicking the checkboxes), they are reflected in the database but after the page load the options look the same.
However, what I noticed, is that the active values have the value “on” in the database, whereas I suspected it to be ‘1’:mysql> SELECT * FROM wp_options WHERE option_name = 'sgf_options'; +-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+ | option_id | option_name | option_value | autoload | +-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+ | 133 | sgf_options | a:5:{s:7:"enabled";s:1:"1";s:16:"process_enqueues";s:2:"on";s:17:"process_css_files";s:2:"on";s:18:"process_css_inline";s:2:"on";s:17:"protocol_relative";s:2:"on";} | yes | +-----------+-------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+ 1 row in set (0.00 sec)
On the other hand side, in file
inc/admin.php
I can’t see anything which looks like the checkboxes are ever updated by the real values.@asadkn: Is this plugin also hosted on github? Or how can one support with this plugin?
- This reply was modified 6 years ago by randomnickname.