• Resolved excentricjester

    (@excentricjester)


    I’m seeing a conflict with Salient theme’s Redux.

    When the Ultimate Member plugin is activated on a site with Salient theme activated it dequeues the Salient Redux files in place of its own, but some of the files are returning 404s.

    On one install this breaks the admin layout so no settings can be changed and on another the theme options page is redirected to a 503 error page.

    The following 404s are returned:
    – /wp-content/plugins/ultimate-member/admin/core/lib/ReduxFramework/ReduxCore/assets/css/select2.css
    – /wp-content/plugins/ultimate-member/admin/core/lib/ReduxFramework/ReduxCore/assets/js/ace.min.js
    – /wp-content/plugins/ultimate-member/admin/core/lib/ReduxFramework/ReduxCore/inc/fields/upload/field_upload.js

    Have these been excluded or are the directory paths just incorrect?

    https://ww.wp.xz.cn/plugins/ultimate-member/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter excentricjester

    (@excentricjester)

    Looking at the pre-release of Ultimate Member 1.3.53 I can see select2.css and ace.min.js have been added, so just looking for field_upload.js to be added if it can.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi,

    It has been removed from the framework:
    https://github.com/reduxframework/redux-framework/tree/master/ReduxCore/inc/fields

    Regards,

    Thread Starter excentricjester

    (@excentricjester)

    Oh okay, thanks! I’ll try to contact the Salient theme developer.

    Thread Starter excentricjester

    (@excentricjester)

    I was able to solve the field_upload.js 404 by making a change in the themes functions.php

    from

    ReduxFramework::$_url . 'inc/fields/upload/field_upload.js',

    to this

    NECTAR_FRAMEWORK_DIRECTORY. '/redux-framework/ReduxCore/inc/fields/upload/field_upload.js',

    I’m still getting a 503 error on one server, but I’ll open that as a separate issue.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Missing Redux files’ is closed to new replies.