Xen Notices [Deleted]

Ok, no data really yet on how it's affecting bounce rate but I recently changed it with this prompting people to log in and register:

Screenshot 2014-12-17 at 9.49.42 AM.webp

I figured why not kill 2 birds? Reduce the bounce rate AND increase registrations.

The only problem I'm having is I can't seem to figure out how to get the register link to make the popup appear like when you click log in in the top right of the site. I copied the HTML code from that section but I must not have done it right.

Any suggestions on hoe to fix?
 
To the best of my recollection, it won't work.

The "OverlayTrigger" won't get registered because of how the notifications are rendered. I think a future version of Notifications may work quite differently in how the Notifications are rendered so this won't be a problem, then.
 
Doh. That's a shame. Oh well... it still works as a page... but it'd be nice to have that window come up.
 
Are there clear advantages to using this over the core notice system?

Well what I like (but time will tell if it makes a difference) is that you can delay when it comes up. I have mine delaying by 3 seconds so your eye gets drawn to it.
 
@Chris D I have just installed this on my forum using UI.X Style . I have it set to show at the top right (It does the same no matter where I place it) and it looks like this. It also does not act as a sticky when you scroll up or down and just stays in this position. Now I am not sure if this one would be for you or @Mike Creuzer, it does work as it should on the default style.

upload_2014-12-19_11-10-49.webp
 
Im waiting for Chris to answer me on something.
I've trawled through some posts and found my name mentioned. Don't know why I didn't see it before.

I'm not immediately planning any updates for Notifications at the moment, but this may improve things, I guess, if the content being in the main container is a problem. This change requires debug mode to be enabled. It can be disabled again after:

Admin CP > Appearance > Template Modifications > Notifications > PAGE_CONTAINER

The "Find" field is currently:
Code:
<xen:include template="notices" />

Change it to:
Code:
<xen:include template="page_container_js_body" />

Save.
 
I've trawled through some posts and found my name mentioned. Don't know why I didn't see it before.

I'm not immediately planning any updates for Notifications at the moment, but this may improve things, I guess, if the content being in the main container is a problem. This change requires debug mode to be enabled. It can be disabled again after:

Admin CP > Appearance > Template Modifications > Notifications > PAGE_CONTAINER

The "Find" field is currently:
Code:
<xen:include template="notices" />

Change it to:
Code:
<xen:include template="page_container_js_body" />

Save.

Is this something that I need to do then?
 
It was a serious question... I don't know what the question was?
Hah glad you found it. Yeah if you give the main content div any kind of transform3d property local coordinates are created and that interferes with this a bit. Which is what I'm doing.

I think you may want to prepend to </body>. It's of course only necessary to make this fix to support themes that do this to main content. We do it so the animation on collapsing the sidebar is smoother.
 
Back
Top Bottom