Xen Notices [Deleted]

There's something wrong with "Preview" function in the notifications settings (in admin panel) after I updated to 1.6.

The notices show up correctly on the site itself, but I can't preview them no more. Nothing happens when I click the Preview button here: /admin.php?notifications/notification.8/edit

Previously the preview button displayed the notice just like it should.

I tested newest Firefox and Chrome.

What might be the problem?
 
Works for me.

Can you check that:

a) The following file exists on your server: js/gritter/preview.js
b) Paste here or screenshot the output of your browser's Console (Usually F12 > Console) before and after the Preview button is pressed.
 
Works for me.

Can you check that:

a) The following file exists on your server: js/gritter/preview.js
b) Paste here or screenshot the output of your browser's Console (Usually F12 > Console) before and after the Preview button is pressed.

preview.js is located where it should.

I'm going to PM you as the log is insanely long.
 
Works for me.

Can you check that:

a) The following file exists on your server: js/gritter/preview.js
b) Paste here or screenshot the output of your browser's Console (Usually F12 > Console) before and after the Preview button is pressed.

Actually Chris, I just tested and the same thing is happening to me on both of my forums.
 
That's expected. I think if you preview it, close the preview then click the preview again that it might show it...
 
That's expected. I think if you preview it, close the preview then click the preview again that it might show it...

10 times in a row and no go. :p
At least I know it works on the site. Weird thing is that the others (non Christmas) by Shelley preview just fine.
 
Do you have to add the css to preview.css if it's in Gritterextra.css?


Edit: I guess not since it's required by preview.css
 
Chris,

How would I get a notice to display in the Media Gallery? I've tried setting the Page Criteria --> Selected Navigation Tab to be both media and xenmediagallery (as I'm using the route changer). Neither of these seem to work.

I have them working with Showcase and the RM doing the same method.

Ta,
 
All nav tabs contain a class which is their tab ID.

In this case I intuitively decided to call it xengallery :p In retrospect could be more obvious, but probably not going to change it now.
 
Something I just noticed is that whilst on our dev site (with no CDN), the tinymce editor works fine in the ACP, it seems to fail on our live site (Nimbus Hosting with their CDN active for JS).

As in general all the other JS stuff going through the CDN is fine, I assume it's something related to it's implementation here?
 
In what way, fail?

The popup is empty and doesn't contain any input fields, etc.

On NimbusHosting we only have the CDN setup for our live site but have a subdomain with a test install on it. I suspect what's happening is that as the JS was first accessed on our test install, that's the version that got cached on the CDN and for some reason it's then failing on our live install.

None of our other JS has caused any problems but we did have a similar problem with one of our images on our test install being cached in our CDN and then used for our live site. I've asked Tim if he can take a look and tweak our CDN settings to stop files on our test install being sent to the CDN but even then, I don't quite understand why it fails as we don't have that issues with any other JS.
 
Back
Top Bottom