Giter Site home page Giter Site logo

ajax-thumbnail-rebuild's People

Contributors

breiti avatar da2x avatar john112 avatar julix91 avatar karlkowald avatar michieymt avatar ristoniinemets avatar simonfoxe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ajax-thumbnail-rebuild's Issues

Invalid Crop-Check

Hi, just descripted the problem (and solution) there:
https://wordpress.org/support/topic/bug-found-in-plugincode/

Hi, within your Plugin you made a small bug, which disallows to set the Crop-Parameter as an array.

In Line 337 you check, if your own crop-information which is per default set to false is not an array and after that you return the the array as (intval).

so you have to change the line from:
if( ! is_array( $sizes[$s][‘crop’] ) ) {
to
if( ! is_array( $_wp_additional_image_sizes[$s][‘crop’] ) ) {

After that its correct and working as intended. please update your plugin with this fix. thanks 🙂

Another hint: update the link to github, cause now its referencing back to wordpress plugin directory.

PHP5 Strict breaking ajax

Just FYI,

AH01071: Got error 'PHP message: PHP Strict Standards: Only variables should be assigned by reference in /home/user/wordpress/wp -content/plugins/ajax-thumbnail-rebuild/ajax-thumbnail-rebuild.php on line 188\n'

Plugin Version 1.09

I removed the & locally since it doesn't look like you're doing any in-place editing anyways.

Suggestion on rebuilding images with cleanup

When uploading a new image it creates lots of images. see attachment.
Any change your plugin can figure out which ones are still needed and suggest to delete the others (cleanup)?

images_sizes

Suggestion on rebuild page

Many of us use a naming convention for sliders or header(banner) images. So it would be nice to have a filter where you can specify filenames. example "ban_."
then you select "post-thumbnail (1400x320 cropped)" and it would only convert those images.

Maintaining this plugin

Hello @breiti,

First of all, I want to thank you for the great plugin.

I tried looking up your contacts to get a hold of you, but did not find any, so I'll write here and hope you will see it.

"Ajax Thumbnail Rebuild" has a lot of installations (over 100 000 based on WordPress.org statistics), so it is quite popular. I like that it is really simple and does the trick. However, the plugin's code is outdated and needs to be updated.

As I use this plugin quite often, I am willing to take over the development and maintaining of the plugin. My promise is, that I will not make it a "premium" plugin, nor will advertise myself or allow any kind of advertisements in the plugin.

There are people out there also wanting this plugin developed and updated (as seen from the pull requests).

To get the things rolling, I need you to add me to the admin, moderator or what ever role is here on Github for this repostory, so I could make direct commits to it and merge pull requests. Also a contributor status to WordPress.org repository, so I could do the same things there.

Github - Repository - Settings - Collaborators & Teams - Add "RistoNiinemets"
WordPress.org - add "ristoniinemets" to the plugins readme.txt file through SVN

Looking forward to your reply.

Best of wishes,
Risto

Stuck on rebuilding 900x9999

WP 4.8.3, ATR 1.2.1
About 700+ images mostly 7MB
When all were selected it got stuck after about 8 or 12 images.
Then I selected only thumbnail (150x999) and that worked
then I selected only medium (500x9999) and that worked.
Now I selected only large (900x9999) and it got stuck at image 11
atr-stuck

I restarted the plugin and it seems to work further now. Just wondering if a 2nd admin session with WP could be influencing the conversion. If so maybe a warning?
2nd try: Sorry, got stuck at image 43 this time. Is something timing out?
3rd try: got stuck at image 57, not sure what this might be.

PHP7 support

Would you be able to add PHP7 support? I'm getting the following error:

<b>Deprecated</b>: Methods with the same name as their class will not be constructors in a future version of PHP; AjaxThumbnailRebuild has a deprecated constructor in <b>/var/www/html/wp-content/plugins/ajax-thumbnail-rebuild/ajax-thumbnail-rebuild.php</b> on line <b>26</b><br />

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.