Site Statistics Panel Problem

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/20/2012 5:57:02 AM
Gravatar
Total Posts 6

Site Statistics Panel Problem

Hi,

I have weird problem with Site statistics panel. When I added it to the site, first it was moved left and not showing nicely aligned and in place. Managed to fix that in css but now it seems that the content of the panel is not inside the panel at all.

Also in, FFox it looks more or less OK, but in Chrome, Safari and Camino stats are not aligned next to each other but one after another, like list - don't want that ;)

You can see it here, right bottom of the home page dev.bet2win.eu.com

12/20/2012 12:30:17 PM
Gravatar
Total Posts 18439

Re: Site Statistics Panel Problem

Hi,

The problem seems to be caused by the floated div used in combination with the jqueryui stuff that you are using. When I use Chrome browser tools to inspect the element, if I remove the float from the container div it solves the problem.

I would try adding this at the very bottom of your css below the .floatpanel rule.

.site-statistics.floatpanel { float:none; }

Hope that helps and thanks for the coffees!

Best,

Joe

12/27/2012 4:48:58 AM
Gravatar
Total Posts 6

Re: Site Statistics Panel Problem

Thanks Joe, your line of code solved the problem! Many thanks for this quick fix :)

 

Merry X-mas and Happy New Year to all of you ladies and gentleman, special wave to Joe

You must sign in to post in the forums. This thread is closed to new posts.