Forum Replies Created

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

    (@denfunk)

    This bug is in 2.1.9. Later I will fix this error on my site. After I will write about it.

    Thread Starter DenFunk

    (@denfunk)

    while creating new post and editing an existing post

    Thanks for fix.

    UPD New error after plugin updated

    Uncaught SyntaxError: Unexpected token \ in JSON at position 62
        at JSON.parse (<anonymous>)
        at setTitlePreview (snippetpreview.js?ver=2.1.7:1)
        at updateAll (snippetpreview.js?ver=2.1.7:1)
        at HTMLDocument.<anonymous> (snippetpreview.js?ver=2.1.7:1)
        at i (load-scripts.php?c=0&load[chunk_0]=jquery,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,underscore,moxiejs,plupload,jquery-ui-tabs,wp-co&load[chunk_1]=demirror&ver=5.5:2)
        at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[chunk_0]=jquery,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,underscore,moxiejs,plupload,jquery-ui-tabs,wp-co&load[chunk_1]=demirror&ver=5.5:2)
        at Function.ready (load-scripts.php?c=0&load[chunk_0]=jquery,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,underscore,moxiejs,plupload,jquery-ui-tabs,wp-co&load[chunk_1]=demirror&ver=5.5:2)
        at HTMLDocument.J (load-scripts.php?c=0&load[chunk_0]=jquery,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,underscore,moxiejs,plupload,jquery-ui-tabs,wp-co&load[chunk_1]=demirror&ver=5.5:2)

    DevTools failed to load SourceMap: Could not parse content for https://****.ru/wp-content/plugins/platinum-seo-pack/psp-include/settings/js/bootstrap-toggle.min.js.map: Unexpected token ? in JSON at position 0

    • This reply was modified 4 years, 6 months ago by DenFunk.
    • This reply was modified 4 years, 6 months ago by DenFunk.
    • This reply was modified 4 years, 6 months ago by DenFunk.
    Thread Starter DenFunk

    (@denfunk)

    Hi, sorry for my English. The problem was solved after woocommerce support was declared in my custom theme with code:

    function mytheme_add_woocommerce_support() {
    	add_theme_support( 'woocommerce' );
    }
    add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' )
    • This reply was modified 6 years, 2 months ago by DenFunk.
    Thread Starter DenFunk

    (@denfunk)

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