-
AuthorPosts
-
May 29, 2015 at 6:07 am #285745
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,
DanMay 29, 2015 at 6:34 am #285756Same issue here. I too have Cloudfare and super cache. But if you deactivated them, it must be something else?
May 29, 2015 at 7:10 am #285781Just to add to that, I disabled cloudflare plugin, but also disabled the cloudflare service (dev mode) and purged/cleared caches.
May 29, 2015 at 10:58 am #285953You using Chrome too? Could be an issue. I’ll try with explorer now…
May 29, 2015 at 11:58 am #286000Same issue with IE 🙁
May 29, 2015 at 8:07 pm #286338Hi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
June 1, 2015 at 2:05 am #288273This reply has been marked as private.June 1, 2015 at 2:52 pm #288976Hi 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!
June 2, 2015 at 6:14 am #289668Hello,
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,
DanJune 2, 2015 at 4:32 pm #290287Same 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 );June 3, 2015 at 9:08 am #290998Hi 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.
June 4, 2015 at 6:06 am #292395Hey,
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,
DanJune 4, 2015 at 6:11 am #292397Ok…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.
June 4, 2015 at 4:43 pm #292884Glad you’ve sorted it out.
Cheers!
June 28, 2015 at 3:32 am #314992Hi,
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).
-
AuthorPosts