Agus Prawoto Hadi
Forum Replies Created
-
Forum: Reviews
In reply to: [APH Prism Syntax Highlighter] bro, you forgot to update itHi, I have tested with the newest WordPress v6.5.2.
I did fresh install WordPress, I create new post using Guttenberg editor and the plugin work fine
Forum: Plugins
In reply to: [APH Prism Syntax Highlighter] PHP 8 Upgrade Fatal ErrorThank you for the report, I hope I could update it in the near future.
Forum: Plugins
In reply to: [APH Prism Syntax Highlighter] Gutenberg Block Additional CSS ClassesHi, thank you for your feedback.
Currently additional class not added to guttenberg editor, I’ll add it on the next releaseForum: Plugins
In reply to: [APH Merge Scripts] How to undo the minify script?Hi marinkomartin12345, when the plugin deactivated or deleted, your site should back using default css and js files
Please view the page source, does it use the merged script?
Forum: Plugins
In reply to: [APH Merge Scripts] How to undo the minify script?Hi, just uninstall the plugin and everything will back to the original state. You may want to try the better plugin autoptimize
Forum: Plugins
In reply to: [APH Merge Scripts] Cache pluginsHi, thank you for all the feedbacks, sorry for very late response.
After doing some research, I agree with @calebergh, the problem is that the plugin auto generates the token, so the filename always changed. the token is useful to force the browser to always download the fresh content.
Thank you @calebergh for the suggestions, I think it’s better to change the way the token generated, not automatically anymore. I’ll try to provide a button so the user can generate a new token by clicking that button.
@mattthev, I’m sorry for your experience with the plugin, I glad you found better solutions ??
Forum: Plugins
In reply to: [APH Merge Scripts] Problem with Merged filesHi, I’m sorry to your problem when using the plugin.
The W3 total cache uses static files, while the plugin always generates new files each time it combines the CSS and js files, this is for push the browser not to use the old one and download the newly generated merged files.
W3 cache plugin is a complex system, so I’m not sure could deal with it in the near future.
Thank you so much for your appreciation to the plugin that I wrote, it motivated me a lot ??
Forum: Plugins
In reply to: [APH Merge Scripts] Typo on Style cache fileHi thank you for your report, I’ve fix it in the new version
Forum: Plugins
In reply to: [APH Merge Scripts] Good Job Young ManHi, Khunmax
Thank you for using the plugin
If you still use the plugin please check the latest version, it now support the remote files and it should work with CDN
It recommended to thick all the non-auto detected scripts, it should not break your site. That scripts come very late so we can’t catch them.
Hi, thank you for your bug reporting, sorry for very late response.
Do you still use the plugin? if so, then please check the latest version, if the problem still occurs, please let me know.Hi, thank you for your reply
The possible condition of the missing merged files occur is the 404 page run in the background, if you face the problem again, please check if there is not found assets.
Currently, deactivating and then activating the plugin doesn’t create the new merged files. There are two conditions when the plugin generates new merged files
-
Merged files not found. By deleting that files, the plugin will generate new ones.
Deleting the files can be done through plugin setting page. On that page, scroll down to the bottom and click Clear All Cache. once deleted the plugin will generate the new merged files.
- Found new css or js files. If there are new css or js files, the plugin will generate new merged files
In your situation, by changing the theme, the plugin detects new css and js files, then generate new merged files.
Btw, nice website ??
- This reply was modified 7 years, 8 months ago by Agus Prawoto Hadi.
Forum: Plugins
In reply to: [APH Merge Scripts] Bugfix for youThank you for your bug reporting, sorry for late response. I’ve fix it
Hi thank you for your bug reporting, sorry for late response.
Currently, the plugin use wp_head hook to catch all loaded js and css files, once finished it generate the merged files (e.g merged-js-435654.js) and add it to wp_enqueue_scriptUnfortunately, if there is no found assets, such as image, js, css files, WordPress will run 404 page in the background and run the plugin again in the background too, along with that, the plugin will create new merged files (e.g merged-js-909876.js) and delete the old one.
Because the plugin have added merged-js-435654.js to the wp_enqueue_script, and the merged files changed, so wordpress can’t find that file.
To solve this, there is an option in the setting page to not run the plugin on the 404 page, so if there are missing assets and wordpress run the 404 page in the background, the plugin stop to run.
- This reply was modified 7 years, 8 months ago by Agus Prawoto Hadi.
Forum: Plugins
In reply to: [APH Prism Syntax Highlighter] A bunch of PHP Notices on the settings pageHey, thank you for your bug reporting, sorry for late response. please try to update the plugin to version 1.2
Forum: Plugins
In reply to: [APH Syntax Highlighter] Starting Line Number is not workingHi, thank you for your bug reporting, I’ve just fix it on the version 1.2.1
- This reply was modified 7 years, 8 months ago by Agus Prawoto Hadi.
-
Merged files not found. By deleting that files, the plugin will generate new ones.