Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Position #12

Open
ChristianWeyer opened this issue Sep 25, 2012 · 4 comments
Open

Position #12

ChristianWeyer opened this issue Sep 25, 2012 · 4 comments

Comments

@ChristianWeyer
Copy link

Hi - cool tool :)

However, we change the postion to:
NotifierjsConfig.position = ["bottom", "right"];

...and it still pops up at the top... hm?
Thanks.

@sri-rang
Copy link
Owner

Oi weird .. I'll test this and get back to you soon!

@sri-rang
Copy link
Owner

  var config = window.NotifierjsConfig = {
    defaultTimeOut: 5000,
    position: ["bottom", "right"],
    notificationStyles: {
      padding: "12px 18px",
      margin: "0 0 6px 0",
      backgroundColor: "#000",
      opacity: 0.8,
      color: "#fff",
      font: "normal 13px 'Droid Sans', sans-serif",
      borderRadius: "3px",
      boxShadow: "#999 0 0 12px",
      width: "300px"
    },
    notificationStylesHover: {
      opacity: 1,
      boxShadow: "#000 0 0 12px"
    },
    container: $("<div></div>")
  };

Hmm this works perfectly for me.

One limitation right now is that once initialized, the position can't be changed.

This of course is not good!

@sri-rang
Copy link
Owner

I've wanted to do a rewrite on this project, I guess I'll solve this "bug" with the rewrite. It's actually more of a feature request.

@ChristianWeyer
Copy link
Author

Strange. If I use this code:

var config = window.NotifierjsConfig = {
defaultTimeOut: 5000,
position: ["bottom", "right"],
notificationStyles: {
padding: "12px 18px",
margin: "0 0 6px 0",
backgroundColor: "#000",
opacity: 0.8,
color: "#fff",
font: "normal 13px 'Droid Sans', sans-serif",
borderRadius: "3px",
boxShadow: "#999 0 0 12px",
width: "300px"
},
notificationStylesHover: {
opacity: 1,
boxShadow: "#000 0 0 12px"
},
container: $("

")
};

I get this at runtime: http://snag.gy/W9kWY.jpg

Any idea?
Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants