Embedded Forum navigation/scroll bug found

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Embedded Forum navigation/scroll bug found

mgoetze
Nabble team,
Our forum activity has been very low since we implemented, so we recently surveyed our customers and asked them what they liked and disliked about our forum.  We received nearly 200 survey respondents who said the forum is a very difficult to navigate.  When we investigated this feedback we found a significant bug/issue with the Nabble embedded forum.

It is difficult to explain the bug in text, so we created a screencast showing the issue:
 http://youtu.be/VzuYXxKe54E

NOTE: the audio is distorted in the last couple of minutes, but the video still clearly demonstrates the issue.

We look forward to your response,
Mark
Reply | Threaded
Open this post in threaded view
|

Re: Embedded Forum navigation/scroll bug found

Pedro
Thanks for reporting that. We are investigating.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Embedded Forum navigation/scroll bug found

Pedro
In reply to this post by mgoetze
Please, clean your cache and see it now.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Embedded Forum navigation/scroll bug found

mgoetze
Pedro,
We are 95% there!  The forum now scrolls properly to the top which is awesome!  The one small issue is that our top website logo, menu, etc is no longer visible when you navigate through the forum.  It may be as simple as setting a negative margin or some other CSS trick, not sure.  Picture #1 below is how it looks now, Picture #2 is what we would like it to look like.  Thanks for your continued help, I think this fix is going to be an immense help to all the embedded users out there - I would propose you make it part of the standard build.

Reply | Threaded
Open this post in threaded view
|

Re: Embedded Forum navigation/scroll bug found

Coleen_Astalos
Yes, I would like to have this feature when it's completed.  I am also embedded and see the same scrolling problems.  It would be great to have it as part of the standard build.
Coleen
Reply | Threaded
Open this post in threaded view
|

top menu visible

mgoetze
Pedro,
Please see my post above.  Any thoughts on how we can get our top menu visible?  

Thank you,
Mark
Reply | Threaded
Open this post in threaded view
|

Re: top menu visible

Hugo <Nabble>
Please add this piece of code to your HTML page (before the Nabble embedding code):
<script type="text/javascript">
    nabble_scroll_top = true;
</script>
There is an explanation here:
http://x6.nabble.com/help/Answer.jtp?id=48

Please let us know if you have issues.
Reply | Threaded
Open this post in threaded view
|

Re: Embedded Forum navigation/scroll bug found

Pedro
In reply to this post by Coleen_Astalos
Coleen,
please, try to follow the steps Hugo described above.
My test forum.