• Resolved Oleg

    (@submedia)


    Hi there,

    The latest update 4.2.7 breaks Beautyspot theme options so they are not saved any more.

    Please check this out.

    Thanks

    • This topic was modified 3 years, 7 months ago by Oleg.
    • This topic was modified 3 years, 7 months ago by Oleg.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kev Provance

    (@kprovance)

    Version 4.2.8 has been deployed and will fix the change issues.

    Thread Starter Oleg

    (@submedia)

    Great! As soon as it available to update from WP admin plugins I’ll test and let you know. Thanks Kev

    Unfortunately, the last version is still not working :

    Field failed to render: Argument 2 passed to Redux_WordPress_Data::get_current_data_args() must be of the type array, string given, called in [...]plugins/redux-framework/redux-core/inc/classes/class-redux-wordpress-data.php on line 88

    The related field is a callback which returns an array :

    $fields[] = array(
                'id' => 'propertyOffer_' . $k,
                'type' => 'select',
                'title' => $v,
                'data' => 'callback',
                'args' => 'ts_immo_settings_import_property_offers',
            );

    The first time I save the form, I get an empty selection in my select box and the options are well filled. However, once I save the field, I get the error above.

    Note: it works if I use a multi=true

    • This reply was modified 3 years, 7 months ago by tsimmo.
    Plugin Author Kev Provance

    (@kprovance)

    Please download this update, version 4.2.10, from our repo (https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip).

    Do not rename the zip. It should say redux-framework-master.zip

    Upload that ZIP via the Add Plugins in screen. It will install Redux into a separate folder (meaning, you won’t lose the version you are running now, in case it’s a rollback).

    Once installed, deactivate your current version of Redux. Then activate the 4.2.10 version. Please check and see if your issue has been resolved. Please report back any errors if they occur. Also, if it works out, also report that.

    Thanks!

    – Kev

    Thread Starter Oleg

    (@submedia)

    Hello Kev. 4.2.10 works fine! Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Redux 4.2.7 options bug’ is closed to new replies.