Xen Notices [Deleted]

It's for someone else to test and let me know if it works, to be honest.

I provided instructions, if someone can test them and verify it works, I can make a release.
 
It's for someone else to test and let me know if it works, to be honest.

I provided instructions, if someone can test them and verify it works, I can make a release.

I was going to test it but it is a bit past what I am able to do. If you would like to test it on my forum I can give you all the login details that you would need.
 
What part specifically did you struggle with. It should be quite straight forward so I'm sure you'll be able to do it :)
 
The part where I saw code lol. I can give it another go but if I remember I found where it needed changing but it would not allow me to edit it as it seemed locked and unable to be edited
 
Oh okay thanks I will have another look again when I get home in about 2 hours or so and let you know.
 
@Chris, did you ever get a chance to look at this issue

https://xenforo.com/community/threads/notifications-paid.33906/page-73#post-758353

which you said



If not and you don't have time to fix it, if you can point me in the right direction for the template and what I might be looking for then I can check it out.
I think I did fix it, but it's not really worth releasing an update for as it's so minor. I'll refresh my memory as to what the fix was, and let you know, though.

If you give me Admin CP access I'll take a look.
 
Well I did say that I was lost when the code came up lol.

Ok it looks like it is now working as it should thanks
 
With some CSS:

For the sake of specificity, you may need to define it in EXTRA.css as:

Code:
@media (max-width:@maxResponsiveWideWidth)
{
    .Responsive #GritterContainer {display:none;}
}

You may need to adjust @maxResponsiveWideWidth to your preferences. Either a specific number or the name of another style property in the Responsive Design group.
 
Back
Top Bottom