Jump to content

Recommended Posts

Posted

Here is a screenshot of what the new top user menu looks like for me Nick.

 

Top User Menu.jpg

 

If I click the the username at the home screen then I do not see this but the top scrolls down a couple of inches and then returns back to the top.

Have a good day at the seminar.

Posted

Further troubleshooting info for what the guys have reported above:

 

in IE on the homepage, i get:

An operations error ocurred

An operations error ocurred

 

IE devmode says:

SEC7111: HTTPS security is compromised by (null)

javascript:false;

 

Firebug reports 2 errors loading the "me" livetile:

 

1> GET - https://hap.school.org.uk/beta/api/livetiles/me?%222012-11-12T09:47:33.894Z%22 400 An WCF Error has Occured 400 An WCF Error has Occured

RESPONSE - ("Message":"An operations error occurred.\u000d\u000a","Detail":null,"FaultType":"DirectoryServicesCOMException")

2> GET https://hap.school.org.uk/beta/api/livetiles/me 400 An WCF Error has Occured

RESPONSE - ("Message":"An operations error occurred.\u000d\u000a","Detail":null,"FaultType":"DirectoryServicesCOMException")

 

Liking the pop-out menu though, it looks much nicer than the sidebar :)

Posted
Here is a screenshot of what the new top user menu looks like for me Nick.

 

[ATTACH=CONFIG]15848[/ATTACH]

 

If I click the the username at the home screen then I do not see this but the top scrolls down a couple of inches and then returns back to the top.

Have a good day at the seminar.

 

That's very odd, which browser are you using, this has been tested in Latest Firefox, Latest Chrome, IE9 & IE10

 

It looks like there's a CSS issue, have you tried clearing your browser cache.

Posted
Further troubleshooting info for what the guys have reported above:

 

in IE on the homepage, i get:

An operations error ocurred

An operations error ocurred

 

IE devmode says:

SEC7111: HTTPS security is compromised by (null)

javascript:false;

 

Firebug reports 2 errors loading the "me" livetile:

 

1> GET - https://hap.school.org.uk/beta/api/livetiles/me?%222012-11-12T09:47:33.894Z%22 400 An WCF Error has Occured 400 An WCF Error has Occured

RESPONSE - ("Message":"An operations error occurred.\u000d\u000a","Detail":null,"FaultType":"DirectoryServicesCOMException")

2> GET https://hap.school.org.uk/beta/api/livetiles/me 400 An WCF Error has Occured

RESPONSE - ("Message":"An operations error occurred.\u000d\u000a","Detail":null,"FaultType":"DirectoryServicesCOMException")

 

Liking the pop-out menu though, it looks much nicer than the sidebar :)

 

Looks like the background call to load the picture is failing because of an AD COM issue. Try going to https://hap.school.org.uk/beta/api/livetiles/me and seeing what it's saying

Posted
Using IE10 in windows 8. Tried refreshing browser but no improvement. Perhaps I will try a restart of IIS

Ok, something is a bit strange there. Is there any way of getting access so I can see what's missing?

 

I've also reposted the HAP+ upgrade & full zip's after a bug in the setup.aspx page was found, it may contain a more up-to-date basestyle.css file

Posted
Thanks Nick just discovered what it does now. Having difficulty getting our banner to appear above the top bar at the moment. I will leave that account open for you to test things in future if you like?
Posted

Thanks, for the top banner, this is the code to use:

 

masterpage.master

           <br />
                $(document).ready(function () {<br />
                    $("#hapContent").css("min-height", document.documentElement.clientHeight - ($("#[b]brandingbar[/b]").height() + $("#hapHeader").height()) + "px");<br />
                });<br />
                $(window).resize(function () {<br />
                    $("#hapContent").css("min-height", document.documentElement.clientHeight - ($("#[b]brandingbar[/b]").height() + $("#hapHeader").height()) + "px");<br />
                });<br />
            

basestyle.css, or another css that comes in before or after the basestyle

#hapHeader, #hapUserTitle { top: 40px!important; }
.hapmenu { top: 80px!important; }

 

Adjust the pixels to the height of your bar.

 

You may also want to add

#hapContent { padding-top: 40px; }

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...