almone
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Incorrect “Widget Logic team security recommendation”@kelmas It’s bad practice to change the plugin code directly. You should better use hooks in child-theme.
Forum: Localhost Installs
In reply to: #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’The better way is to update the server database environment to MySQL 5.6
On Ubuntu 14.04 for example you can do it like this
sudo apt-get update sudo apt-get upgrade sudo apt-get install mysql-server-5.6But before doing any manipulations with existing databases don’t forget to make backup!
mysqldump --lock-all-tables -u root -p --all-databases > dump.sqlForum: Plugins
In reply to: [Imsanity] imsanity – how to unable crop or force it ???BTW I found a little bug: if I set JPEG quality >= 93 then plugin doesn’t work. Particularly ‘imsanity_crop_image’ filter doesn’t work as well.
Forum: Plugins
In reply to: [Imsanity] imsanity – how to unable crop or force it ???Oh, I missed this! Thanks for quick reply! 😉
Forum: Plugins
In reply to: [Imsanity] imsanity – how to unable crop or force it ???I found this plugin extremely useful. Clients don’t have to think about resizing, cropping etc. This is where Imsanity came in! It really do the great job!
@nosilver4u I hope you will add the ability to crop the images on the fly in future releases. This feature will make the plugin incredible! My special thanks to you and your team for the wonderful job you did!
- This reply was modified 9 years, 3 months ago by almone.
Forum: Plugins
In reply to: [Widget Logic] Incorrect “Widget Logic team security recommendation”I did the same!
Thank you for your suggestion 😉