Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor smokehunt

    (@smokehunt)

    Did you try to edit element from Dashboard using Backing Editor?
    Please check any error from Console via Inspect element If there is using Info List element.

    Thread Starter lukaspl

    (@lukaspl)

    Thank you. Here is the screenshot from my console https://snipboard.io/YJHeOc.jpg
    But I am not a programmer and do not understand this…

    Plugin Contributor smokehunt

    (@smokehunt)

    Please delete the plugin and Install again from WordPress then let me know

    If still remain issue then I would test It with Impreza Theme but currently I don’t have.

    Thread Starter lukaspl

    (@lukaspl)

    Hi I did it as you said. And it is still not working ??

    Frome the console:

    load-scripts.php?c=0…-widget&ver=5.4.1:4 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
    send @ load-scripts.php?c=0…-widget&ver=5.4.1:4

    Uncaught TypeError: $field.find(…).vcFontIconPicker is not a function
    at init (backend.min.js:10)
    at init (backend.min.js:10)
    at HTMLDivElement.<anonymous> (backend.min.js:10)
    at Function.each (load-scripts.php:2)
    at a.fn.init.each (load-scripts.php:2)
    at initParams (backend.min.js:10)
    at init (backend.min.js:10)
    at i.buildParamsContent (backend.min.js:10)
    at i (load-scripts.php:2)
    at Object.fireWith [as resolveWith] (load-scripts.php:2)

    Plugin Contributor smokehunt

    (@smokehunt)

    Hi @lukaspl The problem comes from Theme side because they modified the WPBakery Page Builder plugin and removed almost all elements that are given by default. Even their own element has no option of “Font Icons” so you add them manually.
    Please contact the Theme author to fix this issue because?they have modified the WPBakery Page Builder. If you use the original WPBakery then everything runs perfectly.
    Furthermore Just deactivate the “UpSolution Core” Plugin then Mega Addons will run fine.

    Facing the same issue, clicking on save doesn’t do anything but output this error in the console:

    Uncaught TypeError: $field.find(…).vcFontIconPicker is not a function

    Have Impreza Theme installed, but the wpbakery plugin seems to be installed separately.

    Plugin Contributor smokehunt

    (@smokehunt)

    Hi @daniftinca

    The problem is from Theme side. You should contact to them.
    Anyway this can be fixed with two alternative solutions.

    1. Disable the plugin “UpSolution Core” or
    2. Go to “UpSolution Core” plugin directory and moving to plugins-support/js_composer/ folder open js_composer.js file, add // on line 177 before coding: https://i.imgur.com/OS9U8Zx.png

    // remove_action( 'vc_backend_editor_enqueue_js_css', 'vc_iconpicker_editor_jscss' );

    Both fix the problem but second option is better for you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Info List not working’ is closed to new replies.