MyBB Community Forums

Full Version: MyAlerts popup not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having trouble with MyAlerts on my board.

I am making a custom theme based on the MyBB default 1.8 theme but to match my Wordpress website theme, it's a bit of trial and error but I'm getting there however my latest edit seems to have stopped my MyAlerts popup from showing.

I removed the following code from my header:
<script type='text/javascript' src='http://www.thetflforum.co.uk/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>


The script is for my wordpress jquery which I thought wasn't needed however when I removed it my MyAlerts popup stopped showing however when I have got in place my post editor bbcode buttons & smilies and automention plugin doesn't work so it's better with it not included however I do need MyAlerts to work. Any help would be greatly appreciated.

www.thetflforum.co.uk
test account username: support
test account password: taone1

Thanks,
Kyle
Hi,

It looks like a styling issue rather than a JS issue. Can you edit the template "myalerts_modal_content" and add the following to the first <div> element:

class="modal"

I've tested with inspect element and it seems to fix the problem.
That's fixed, thank you Big Grin.