blindpet
Forum Replies Created
-
Forum: Plugins
In reply to: [Recently] Recently not showing thumbnails of svgI mixed up my dev and production site, it is indeed not working with svgs. Feel free to email to get the URL.
Forum: Plugins
In reply to: [Recently] Recently not showing thumbnails of svgI can start a new topic, but is there a reason I can’t choose soft crop or hard crop for custom thumbnail sizes in the widget?
Forum: Plugins
In reply to: [Recently] Recently not showing thumbnails of svgForgive me, this was an oversight on my part. I forgot display post thumbnail isn’t checked by default in the widget.
Forum: Plugins
In reply to: [Visual Editor Custom Buttons] PHP NoticesStill seeing these errors
Notice Undefined variable: post 3 wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1048 _add_my_quicktags() wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1048 do_action('admin_print_footer_scripts') wp-admin/admin-footer.php:74 Plugin: visual-editor-custom-buttons Trying to get property of non-object 3 wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1048 _add_my_quicktags() wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1048 do_action('admin_print_footer_scripts') wp-admin/admin-footer.php:74 Plugin: visual-editor-custom-buttons Undefined variable: count 1 wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1055 _add_my_quicktags() wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1055 do_action('admin_print_footer_scripts') wp-admin/admin-footer.php:74 Plugin: visual-editor-custom-buttonsForum: Plugins
In reply to: [EWWW Image Optimizer] Results not as good as optimizillaIt is a random image that I just happened to select and thought I would bring it to your attention in case the algorithm can be improved. I would rather skip using Optimizilla :).
I am only using pngs, can you share the settings I should have in the plugin to get the 23.8k you got via API?
I do enjoy benchmarks so I will gather a few more images for testing and send them to you via email.
Forum: Plugins
In reply to: [Disqus Conditional Load] Add custom colors to Load comments buttonCheers Joel that did it. It’s great you cater to advanced and normal users.
Forum: Plugins
In reply to: [Disqus Conditional Load] Add disqus_identifier and disqus_url optionsI am positive there is an issue, several users have told me they are brought to the https version of my site from disqus. Disqus said this is how to fix it.
Thank you Joel, is there a way to force scheme http or https now then? 🙂
Forum: Plugins
In reply to: [Disqus Conditional Load] Add disqus_identifier and disqus_url optionsHi Joel,
Talented and supportive developers should be treated well 🙂
I’ve done a migration for my current pages but it will be an issue for future pages unless these variables are set. Hope to see this included at some point and let me know if I can help beta test.
Forum: Plugins
In reply to: [EWWW Image Optimizer] reporting pngquant missing but is installedAll built, for those who may stumble upon it
apt-get install build-essential liblcms2-dev cd /tmp wget https://github.com/pornel/pngquant/tarball/master tar -xf master cd pornel* ./configure --prefix=/usr make make installForum: Plugins
In reply to: [EWWW Image Optimizer] reporting pngquant missing but is installedAh yes, Debian Wheezy has an ancient version of pngquant (version 1 from April 2002). I’d like to suggest EWWW throws a warning that it is an old version rather than missing. I’ll go build pngquant from source now.
Just came to report this, hope it’s resolved soon
Forum: Plugins
In reply to: [Disqus Conditional Load] PHP 7 errorI have a PHP 7 (possibly only) bug, seeing this in logs
PHP message: PHP Notice: Undefined index: dcl_cpt_exclude in /var/www/htpcguides/wp-content/plugins/disqus-conditional-load/disqus-core/disqus.php on line 238I am getting the same thing, love this plugin and couldn’t be without it
Undefined variable: post 3 wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1048 wp-admin/upload.php Core Trying to get property of non-object 3 wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1048 wp-admin/upload.php Core Undefined variable: count 1 wp-content/plugins/visual-editor-custom-buttons/visual-editor-custom-buttons.php:1055 wp-admin/upload.php CoreWe agree on wp_flush_cache()
wp_cache_delete is the call that is being made but working which I mentioned in a previous post. It is either an issue with the plugin, pecl extension or the redis daemon.
I am using redis 3.0.6 and have tested with php7 and php56, same issue.
Will shoot you an email.
@till we were tinkering with this last night, either the plugin, pecl plugin or redis backend is not responding to wp_delete_cache requests. The call is successful but then redis is giving back objects which should have been flushed. I have not looked into the update_option action but will do that next.
The plugin I’m working on just has a simple progress bar showing the progress of a process so the calls are made frequently. The plugin works fine but this nice feature won’t work with this redis plugin. My developer says that clearing the settings on each update will basically make object cache pointless as it will never really be used. The function does work with WP redis for the status bar so something must be different.
Till if you would like access to see what’s going on then let me know.