• giokat

    (@giokat)


    hello, its not possible to save Upload Mode, we need the Complete – All sizes (slower) and its not possible to save it. So we cant have featured images

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Upload Mode “Complete – All sizes” can’t be saved. When I select “Complete – All sizes” and click Save, after reload it always switches back to “Fast – Full size only”. The reason is the UI sends upload_mode=all_sizes in views/admin-settings.php, but the sanitizer only allows full_only and complete in includes/class-yctvn-admin.php ($valid_modes = array('full_only','complete')), so all_sizes gets forced to full_only. Runtime code also checks upload_mode === 'all_sizes' in yctvn-media-offload.php, so the plugin is inconsistent. The fix is to allow all_sizes in the validator or change UI/runtime to use complete consistently.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.