Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter dave_garlock

    (@dave_garlock)

    That’s exactly what I was looking for, thank you!

    Thread Starter dave_garlock

    (@dave_garlock)

    The new version (3.4.2) works – thanks for fixing this issue quickly.

    Thread Starter dave_garlock

    (@dave_garlock)

    There’s a plugin called WP Rollback that will allow you to go back to different versions of plugins – that’s what I used.

    Thanks, @webtoffee – however, that code did not fix the issue for me (https://scionnonprofitstaffing.com/) – would you like me to create a separate ticket?

    I have exact the same issue on a multisite install. It worked fine on several single sites. The affected site is https://scionnonprofitstaffing.com/ (the same thing happened on the other sites on the multisite network, but I have the cookie bar disabled on them)

    • This reply was modified 4 years, 2 months ago by dave_garlock.
    Thread Starter dave_garlock

    (@dave_garlock)

    Actually, I updated my wordpress version, and the problem went away (even without the patch). So, I guess the fix you added didn’t work with an older version of WordPress, but does with more recent ones, so I would consider this issue solved. Thanks for your help!

    Thread Starter dave_garlock

    (@dave_garlock)

    Thanks. We were using:
    Smush 3.8.4, and the most recent version of all the Toolset plugins.

    To reproduce the error, go to the backend editor screen on a custom post type. In the browser console, it will report an error like the one below, and break some backend editor functionality. Like I said, adding the patch you put out fixes the issue.

    Uncaught TypeError: this._setOptionDisabled is not a function
        at d.<computed>.<computed>._setOption (jquery.fancytree.ui-deps.js:449)
        at d.<computed>.<computed>.s [as _super] (widget.min.js?ver=1.11.4:11)
        at d.<computed>.<computed>._setOption (button.min.js?ver=1.11.4:11)
        at d.<computed>.<computed>.d.isFunction.a.<computed> [as _setOption] (widget.min.js?ver=1.11.4:11)
        at d.<computed>.<computed>._create (button.min.js?ver=1.11.4:11)
        at d.<computed>.<computed>.d.isFunction.a.<computed> [as _create] (widget.min.js?ver=1.11.4:11)
        at d.<computed>.<computed>._createWidget (widget.min.js?ver=1.11.4:11)
        at new d.<computed>.<computed> (widget.min.js?ver=1.11.4:11)
        at HTMLButtonElement.<anonymous> (widget.min.js?ver=1.11.4:11)
        at Function.each (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate&ver=fd2fd4ade45fc8e3399a2f995106fcc7:2)
    Thread Starter dave_garlock

    (@dave_garlock)

    This is what I used:

    $j(document).ready(function() {
    “use strict”;

    $j(‘.price_slider_wrapper’).parents(‘.widget’).addClass(‘widget_price_filter’);
    initSelect2();
    initSingleProductLightbox();
    initAddToCartPlusMinus()
    });

    function initSelect2() {
    “use strict”;

    $j(‘.woocommerce-ordering .orderby, #calc_shipping_country, #dropdown_product_cat’).select2({
    minimumResultsForSearch: -1
    });
    $j(‘.woocommerce-account .country_select’).select2();
    }

    Thread Starter dave_garlock

    (@dave_garlock)

    That did the trick – thanks for your help.

    Thread Starter dave_garlock

    (@dave_garlock)

    Unfortunately, the client for whom I was building the site took a different direction, and we took the site down. Sorry for not informing you. Let’s close this thread – thanks for your help.

    Thread Starter dave_garlock

    (@dave_garlock)

    Thanks. It’s https://virtualphilosophynetwork.com/ (still under development). The link is “contact us here” at the end of the intro block of text. It links to the contact form at the bottom of the page – the title (“Contact Us”) is grayed out, and after a few seconds it brings you back up to the top of the page.

    Thread Starter dave_garlock

    (@dave_garlock)

    Could you add an option to choose which you display? If not, that leads us with the choices of using an old version of your plugin, or changing the metadata of hundreds of files, neither of which is very appealing, since we already added all the correct metadata to the title because that’s what your plugin was displaying before the update.

    Thread Starter dave_garlock

    (@dave_garlock)

    That fixed it. Thanks for the great support!

    Thread Starter dave_garlock

    (@dave_garlock)

    That fixed it! Thanks for the excellent support.

    Thread Starter dave_garlock

    (@dave_garlock)

    Yep, there are JS errors when the most recent version of your plugin is installed, but not when the older version is active. Here are the errors: https://oregonfarmlink.org/wp-content/uploads/2019/05/Screen-Shot-2019-05-28-at-5.17.49-PM.png

    VM177 codemirror_shortcodes.js:202 Uncaught TypeError: CodeMirror.overlayMode is not a function
    at codemirror_shortcodes_overlay (VM177 codemirror_shortcodes.js:202)
    at Function.CodeMirror.getMode (VM212 codemirror.js:5503)
    at loadMode (VM212 codemirror.js:239)
    at attachDoc (VM212 codemirror.js:7733)
    at new CodeMirror (VM212 codemirror.js:110)
    at CodeMirror (VM212 codemirror.js:62)
    at Function.CodeMirror.fromTextArea (VM212 codemirror.js:5937)
    at toggleCodeMirror (VM153 icl_editor_addon_plugin.js:1117)
    at Object.codemirror (VM153 icl_editor_addon_plugin.js:1160)
    at Toolset.CRED.PostFormsEditor.Toolset.CRED.EditorPagePrototype.initCodemirror (VM180 editor.prototype.js:172)
    codemirror_shortcodes_overlay @ VM177 codemirror_shortcodes.js:202
    CodeMirror.getMode @ VM212 codemirror.js:5503
    loadMode @ VM212 codemirror.js:239
    attachDoc @ VM212 codemirror.js:7733
    CodeMirror @ VM212 codemirror.js:110
    CodeMirror @ VM212 codemirror.js:62
    CodeMirror.fromTextArea @ VM212 codemirror.js:5937
    toggleCodeMirror @ VM153 icl_editor_addon_plugin.js:1117
    codemirror @ VM153 icl_editor_addon_plugin.js:1160
    Toolset.CRED.EditorPagePrototype.initCodemirror @ VM180 editor.prototype.js:172
    Toolset.CRED.EditorPagePrototype.initMainEditor @ VM180 editor.prototype.js:256
    Toolset.CRED.EditorPagePrototype.initIclEditor @ VM180 editor.prototype.js:59
    Toolset.CRED.EditorPagePrototype.init @ VM180 editor.prototype.js:875
    Toolset.CRED.PostFormsEditor @ VM183 main.js:26
    (anonymous) @ VM183 main.js:32
    i @ VM129 load-scripts.php:2
    fireWith @ VM129 load-scripts.php:2
    ready @ VM129 load-scripts.php:2
    J @ VM129 load-scripts.php:2
    VM290 load-scripts.php:632 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
    at HTMLDocument.<anonymous> (VM290 load-scripts.php:632)
    at HTMLDocument.dispatch (VM129 load-scripts.php:3)
    at HTMLDocument.r.handle (VM129 load-scripts.php:3)
    at Object.trigger (VM129 load-scripts.php:3)
    at Object.a.event.trigger (VM129 load-scripts.php:8)
    at HTMLDocument.<anonymous> (VM129 load-scripts.php:3)
    at Function.each (VM129 load-scripts.php:2)
    at a.fn.init.each (VM129 load-scripts.php:2)
    at a.fn.init.trigger (VM129 load-scripts.php:3)
    at Object.<anonymous> (VM290 load-scripts.php:631)
    (anonymous) @ VM290 load-scripts.php:632
    dispatch @ VM129 load-scripts.php:3
    r.handle @ VM129 load-scripts.php:3
    trigger @ VM129 load-scripts.php:3
    a.event.trigger @ VM129 load-scripts.php:8
    (anonymous) @ VM129 load-scripts.php:3
    each @ VM129 load-scripts.php:2
    each @ VM129 load-scripts.php:2
    trigger @ VM129 load-scripts.php:3
    (anonymous) @ VM290 load-scripts.php:631
    i @ VM129 load-scripts.php:2
    fireWith @ VM129 load-scripts.php:2
    x @ VM129 load-scripts.php:4
    c @ VM129 load-scripts.php:4
    XMLHttpRequest.send (async)
    send @ VM129 load-scripts.php:4
    ajax @ VM129 load-scripts.php:4
    j @ VM290 load-scripts.php:631
    k @ VM290 load-scripts.php:631
    m @ VM290 load-scripts.php:631
    n @ VM290 load-scripts.php:631
    (anonymous) @ VM290 load-scripts.php:631
    dispatch @ VM129 load-scripts.php:3
    r.handle @ VM129 load-scripts.php:3
    VM290 load-scripts.php:632 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
    at HTMLDocument.<anonymous> (VM290 load-scripts.php:632)
    at HTMLDocument.dispatch (VM129 load-scripts.php:3)
    at HTMLDocument.r.handle (VM129 load-scripts.php:3)
    at Object.trigger (VM129 load-scripts.php:3)
    at Object.a.event.trigger (VM129 load-scripts.php:8)
    at HTMLDocument.<anonymous> (VM129 load-scripts.php:3)
    at Function.each (VM129 load-scripts.php:2)
    at a.fn.init.each (VM129 load-scripts.php:2)
    at a.fn.init.trigger (VM129 load-scripts.php:3)
    at Object.<anonymous> (VM290 load-scripts.php:631)

Viewing 15 replies - 1 through 15 (of 20 total)