Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #285745

    Codeninjas
    Participant

    Hey,

    There must be some kind of conflict on my site or I’m doing something horribly wrong. I’ve put a video together to show whats happening, and to show what plugins I have and how it’s setup since that’s probably better than explaining it.

    In general:
    – The live editor doesn’t update anything unless I refresh the page manually.
    – When they do show, the sections can’t be interacted with.

    I deactivated super cache and cloudflare just to make sure that wasn’t causing the issue, but the problem persists.

    Did I miss something obvious, or is there some kind of conflict?

    Latest version of WP, Theme, and deleted x-shortcodes.

    Video: http://youtu.be/ZFnqTbTZxJ0

    Cheers,
    Dan

    #285756

    Kade McConville
    Participant

    Same issue here. I too have Cloudfare and super cache. But if you deactivated them, it must be something else?

    #285781

    Codeninjas
    Participant

    Just to add to that, I disabled cloudflare plugin, but also disabled the cloudflare service (dev mode) and purged/cleared caches.

    #285953

    Kade McConville
    Participant

    You using Chrome too? Could be an issue. I’ll try with explorer now…

    #286000

    Kade McConville
    Participant

    Same issue with IE 🙁

    #286338

    Rad
    Moderator

    Hi Guys,

    I like to help finding the source of this issue, but I will need direct access to your site.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks!

    #288273

    Codeninjas
    Participant
    This reply has been marked as private.
    #288976

    Nabeel A
    Moderator

    Hi Dan,

    Latest version of X and cornerstone is now available, please upgrade it to the latest version and see if the problem persists. Try deactivating all third party plugins first and then test the Cornerstone.

    Let us know how this goes!

    #289668

    Codeninjas
    Participant

    Hello,

    I have updated cornerstone and X, deactivated all non-x related plugins, but the same issues persist. Have also cleared cookies and cache, and tried with both Chrome and Firefox.

    Cheers,
    Dan

    #290287

    Andrew F
    Participant

    Same here, its only on one of my sites though which is what is strange and most of my sites have the same plugins for the most part. I get this error in my console:
    ncaught TypeError: Cannot set property ‘onclick’ of null 1398
    if ( typeof jQuery !== ‘undefined’ ) {
    jQuery(‘.wp-editor-wrap’).on( ‘click.wp-editor’, function() {
    if ( this.id ) {
    window.wpActiveEditor = this.id.slice( 3, -5 );
    }
    });
    } else {
    for ( qtId in tinyMCEPreInit.qtInit ) {
    document.getElementById( ‘wp-‘ + qtId + ‘-wrap’ ).onclick = function() {
    window.wpActiveEditor = this.id.slice( 3, -5 );

    #290998

    Alexander
    Keymaster

    Hi Dan,

    I see your site is using rocketscript. Can you try disabling this temporarily? Let us know if that makes a difference.

    Andrew, would you mind opening a new thread so we can take a closer look? If we could log into one of your sites, we might be able to get an idea of what’s happening.

    #292395

    Codeninjas
    Participant

    Hey,

    AFAIK the rocketscript you’re seeing is part of wordpress core to support them. I can override the loading of this via functions.php, but can’t imagine that’s causing the issue as it would be more widespread.

    Cheers,
    Dan

    #292397

    Codeninjas
    Participant

    Ok…well, I was wrong.

    Adding:
    remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 );
    remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ );

    To functions.php didn’t get rid of it but changed it to js

    <script type=”text/javascript”>
    window._wpemojiSettings = {“baseUrl”:”http:\/\/s.w.org\/images\/core\/emoji\/72×72\/”,”ext”:”.png”,”source”:{“concatemoji”:”http:\/\/www.lattepress.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.2″}};
    !function(a,b,c){function d(a){var c=b.createElement(“canvas”),d=c.getContext&&c.getContext(“2d”);return d&&d.fillText?(d.textBaseline=”top”,d.font=”600 32px Arial”,”flag”===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement(“script”);c.src=a,c.type=”text/javascript”,b.getElementsByTagName(“head”)[0].appendChild(c)}var f,g;c.supports={simple:d(“simple”),flag:d(“flag”)},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(“DOMContentLoaded”,g,!1),a.addEventListener(“load”,g,!1)):(a.attachEvent(“onload”,g),b.attachEvent(“onreadystatechange”,function(){“complete”===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
    </script>

    and now the problem is solved…bit odd tho, since this is WP core unless I’m wrong, but all plugins except X related are disabled when testing.

    #292884

    Nabeel A
    Moderator

    Glad you’ve sorted it out.

    Cheers!

    #314992

    Jacco B
    Participant

    Hi,

    I was referred to this thread by support, having the same problem with CloudFlare. I do get it to work when pausing CloudFlare entirely, instead of just using development mode. It is a hassle for minor edits and take unnecessary time everytime, but I don’t feel very comfortable modifying core files to get it to work (especially when building sites for clients, for which you have to check after each WP update).