• Resolved mtubisz

    (@mtubisz)


    Hi

    I can not set form. I have latest version of multi-step-form. I got current version of wp: 5.6.

    this is what i got in console when i open page where i can add new steps.

    admin.php?page=mondula-multistep-forms&edit:2150 GET http://localhost:3000/app/plugins/multi-step-form/dist/scripts/msf-vendor.js?ver=1.7.2 net::ERR_ABORTED 404 (Not Found)
    admin.php?page=mondula-multistep-forms&edit:1 Refused to apply style from 'http://localhost:3000/app/plugins/multi-step-form/dist/styles/msf-backend.css?ver=1.7.2' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

    This is screenshot of your plugin.
    https://ibb.co/0XRXxSk

    Thanks !

    • This topic was modified 5 years, 4 months ago by mtubisz.
    • This topic was modified 5 years, 4 months ago by mtubisz.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mtubisz

    (@mtubisz)

    I fixed this problem by adding correct paths in msf-admin.class.php

    148 line:
    wp_register_script($this->_token . '-backend', esc_url($this->_assets_url) . 'scripts/msf-backend.min' . $this->_script_suffix . '.js', array('postbox', 'jquery-ui-dialog', 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable', 'jquery-ui-tooltip', 'jquery'), $this->_version);

    and 160 line

    wp_register_style($this->_token . '-backend', esc_url($this->_assets_url) . 'styles/msf-backend.min' . $this->_script_suffix . '.css', array(), $this->_version);

    You can fix this bug in next update. There is a problem with .min.js .

    Thread Starter mtubisz

    (@mtubisz)

    And in msf.class.php same.

    Plugin Author mondula2016

    (@mondula2016)

    I saw the other post and i think i can put this on to resolved because the other one is about sending.

    best.

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

The topic ‘Can not set a from’ is closed to new replies.