Email notifications

I’ve not received any notification emails since September of last year. I think I’ve got everything turned on. Is there anything else I need to do? For example I had a @ mention today and thought I should have had an email about it.

My email address hasn’t changed and is valid.

I’m sure it’s user error - I’ve just not seen what I need to do.

how’s that!

mailjet had hit max number of contacts in the list, so TT had sent to over 1000 people!

shame only about 20 post , so just deleted the contacts list so it can start again (its taken from file on the server anyway, Mailjet just stores every one it sends to as a contact)

2 Likes

Aaargh, just got one, turn it off!

3 Likes

Site is rendering strange on Windows\Edge, the logo is staying put.

the the update has done something weird to the header, I guess they screwed up the CSS, I’m sure it will be fixed quickly

1 Like

Ooh, new reactions too!

2 Likes

but that header is really annoying, would be such a simple fix as well

It’s the same on iPhone too.

1 Like

all browsers, I just see a new css file on GitHub but the rebuild still didn’t seem to work. Maybe @Poet can take a look if he is bored :wink:

1 Like

You delete this bit from header.scss although it may well be in a file that generates it - it’s the sticky that’s bad, and the rest is irrelevant if it’s not sticky.

.d-header-wrap {
position: sticky;
top: 0;
z-index: z(“header”);
}

And yes it’s annoying enough my user stylesheet has already killed it

1 Like

where did you find that @JibberJim ?
Ive inspected the code in my browser but cant find that file?

ETA found it and tried a few things in inspect but didn’t seem to change a lot, cant be too much too it, but its gone 11, Ive been on a computer since 7:45am and Im trying to learn some advanced probability :wink:

3 Likes

Inspect look at the elements, find the one which is sticky - by going back up the DOM from something in the header, the inspect tool then lists the file and you can click on it to see it in sources.

My user stylesheet just adds this, you can add this too to any css to make it go away.

.d-header-wrap { position:relative !important; }

1 Like

found it, this rule overwrites the d-header class declared later in common.scss

.uc-modernize-foundation-theme .d-header {
height: 3.25em;
}

.d-header was originally 120px the same as d-header-logo, now they dont match

2 Likes

Look at that :wink:

so the site themes have custom CSS rules, I had a look and they are set as above, but seems someone has added an update which overwrites them in the main common.scss file so added !important and now its takes my theme CSS as the priority

simple in the end!

The hearts have turned pink now!

1 Like

red on the display to the left, pink on the bit you click, that’s definitely not my change :wink:

3 Likes

Top work :+1:

Except the 14 backdated emails I had this morning :roll_eyes::joy:

3 Likes