Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @qriouslad I wanted to invite you to remote me last night ( was 4 AM for me )
    I forogot to mention that particular page had a JS error regarding TinyMCE editor,
    I thought it was about the website, then I noticed that TinyMCE editor js error was only on that page.
    If that was a cause, It would have spared you from some work I guess.

    Anyway, great plugin, awesome developer.

    Just installed your patch, get the same error



    load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.7.2:2

           POST https://www.tdmetal.ro/wp-admin/admin-ajax.php 400 (Bad Request)

    send @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.7.2:2
    ajax @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.7.2:2
    (anonymous) @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.7.2:5
    e. @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.7.2:5
    (anonymous) @ admin-menu-organizer.js?ver=7.8.5:21
    dispatch @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.7.2:2
    v.handle @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.7.2:2Understand this errorAI
    admin-menu-organizer.js?ver=7.8.5:30 {readyState: 4, getResponseHeader: ƒ, getAllResponseHeaders: ƒ, setRequestHeader: ƒ, overrideMimeType: ƒ, …}

    @qriouslad – It worked before.
    But now I get the same Issue.
    AND – it is not working on websites that used to work.

    The menus were saved with a certain order, and that order is displayed in Admin.
    But we can’t change the order.

    also, I tryed ordering with code snippet, using

    function custom_menu_order($menu_ord) {
    if (!$menu_ord) return true;
    return array(‘index.php’, ‘admin.php?page=e-form-submissions’);
    }
    add_filter(‘custom_menu_order’, ‘custom_menu_order’);
    add_filter(‘menu_order’, ‘custom_menu_order’);

    and it only works if I disable custom menu order from ASE.

    Both sites are updated to latest version of WP and all plugins updated.

    Thread Starter tazmandev

    (@tazmandev)

    As my words ( and links ) are growing I start to get errors on a WP 3.1.4 multisite.

    The error is manifesting in matching wrong strings. For example I have a “2 mai” keyword that matches “str” or “-” in the text.

    This is strange, I know how regex works and I can’t imagine how this errror apears …

    the site is http://www.stiriturism.eu

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