Robert McIntosh

Results 110 comments of Robert McIntosh

Whoops, I am terrible at typing. lol

You could use custom css to make the "X" larger on smaller devices making it easier to click.

Can someone send me an example of this issue. I am not able to replicate it, sorry.

can you try something like this: ``` javascript $.notify({ icon: 'inbox', title: 'You must register before you can do that!', message: 'Visit our registration page, then try again' },{ type:...

@xxRockOnxx if you could take screen shots of any error messages or outputs of that code in Semantic UI it will be a nice point to help me fix any...

Though the name of the plugin references "Bootstrap" I don't think the plugin itself has any requirements to "Bootstrap" it was built to be used an any project, that was...

Sorry this year has just been terrible for me life wise. I just noticed this issue. Are you able to tell me what the console was report?

Firefox by default sets `animation-iteration-count` to `infinite` where every other browser sets this to `1` You need to include the following in your css to resolve the issue. This is...

Why have the `if` statement. If you just wrapped it in the `timeout` wouldn't it activate immediately since the delay would be defaulted to `0`?

Yeah, it appears if you use setTimeout to many times it can be set to default 4ms to 10ms based on the browser. On Wed, May 4, 2016 at 10:13...