ragbuster Posted November 12, 2012 Posted November 12, 2012 Here is a screenshot of what the new top user menu looks like for me Nick. 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.
mattianuk Posted November 12, 2012 Posted November 12, 2012 I have had the same as this, Google Chrome, Windows 7 64 x I also get an reference not found error on initial login.
mattgrimley Posted November 12, 2012 Posted November 12, 2012 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
nickbro Posted November 12, 2012 Posted November 12, 2012 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.
nickbro Posted November 12, 2012 Posted November 12, 2012 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
ragbuster Posted November 12, 2012 Author Posted November 12, 2012 Using IE10 in windows 8. Tried refreshing browser but no improvement. Perhaps I will try a restart of IIS
nickbro Posted November 12, 2012 Posted November 12, 2012 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
ragbuster Posted November 12, 2012 Author Posted November 12, 2012 Tried a IIS restart no different, sending you a pm
nickbro Posted November 12, 2012 Posted November 12, 2012 Found the problem, so simple. Go to line 39 of the masterpage.master file. Remove the . before hapmenu
ragbuster Posted November 12, 2012 Author Posted November 12, 2012 Now works Nick, thanks. What is the edit profile suppose to do nothing happens here when I click it.
nickbro Posted November 12, 2012 Posted November 12, 2012 It goes back to the home screen. I've got to look into getting it navigate to the me tab
ragbuster Posted November 12, 2012 Author Posted November 12, 2012 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?
nickbro Posted November 12, 2012 Posted November 12, 2012 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; }
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now