Design Problems

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

Design Problems

JesusFreak
Hello,
I recently applied a fixed width and height to the forum for embeddable reasons. However, today some update seemed to be pushed that causes the date, and options, heading inside a topic to be at the fixed position. Here is an image of what I mean...it was fine until today and nothing was changed on our part.



Thanks for your help.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

JesusFreak
Can anyone help please?
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
In reply to this post by JesusFreak
Thanks for reporting this bug. We are working on it.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
In reply to this post by JesusFreak
How exactly did you apply a fixed width and height?
Please explain so that I can reproduce the problem and fix it.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

JesusFreak
Hello,
Here is the code I applied:

body {
overflow: scroll !important;
}
.nabble {
height: 600px !important;
width:475px !important;
overflow: auto !important;
}

Thanks for investigating this.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
You are using the wrong solution for fixed width. You should use the nabble_width javascript variable explained here:
http://www.nabble.com/help/Answer.jtp?id=48

You shouldn't try to set a fixed height.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

JesusFreak
Hugo,
I went ahead and did what you said....the width works now.....however there is an height problem.

It will not scroll if there is more to show. That is the reason why I had to set a fixed height and then set the overflow to scroll. Do you have a solution?



As you can see, it doesn't scroll. Do you have a solution?
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
You should remove the fixed height from your CSS code. Have you tried that?

If yes, then post a link to your embedded forum and I will take a look.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

JesusFreak
This post was updated on .
Yes I have removed the fixed height. Link Removed. There is the link. I appreciate your help.

Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

JesusFreak
Also, you have to click on one of the topics that has quite a few replies to see the problem.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
In reply to this post by JesusFreak
JesusFreak wrote
Yes I have removed the fixed height. http://www.cclmyouthgroup.webnode.com/forum/ There is the link. I appreciate your help.
In your site you have a style called "rbcWidgetArea" which has "overflow:hidden". Remove that overflow property and try again.
JesusFreak wrote
Can you please remove the link from this post once you have read it and accessed the site so the link iis not viewable to the public?
You can edit your post and remove it.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

JesusFreak
Hugo <Nabble> wrote
In your site you have a style called "rbcWidgetArea" which has "overflow:hidden". Remove that overflow property and try again.
Thank you very much. I removed it and it now works! Thanks again. I appreciate it.

God Bless! †
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

chklberry
This post was updated on .
I'm having the same problem.  I am new at this stuff, but I followed the directions in this thread and I can't get it to work.  Here is what I have on my page:

<script type="text/javascript"> nabble_width = "1200px"; nabble_ignore_scroll = true; nabble_ignore_title = true; </script>


Can either of you guys help?
Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
Please post a link to your HTML page and I will take a quick look.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

chklberry
This post was updated on .


Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
You set the nabble_width to 1200px and it seems to be working. Maybe you should try a narrower width, like 600px or 800px just to see if if it looks better. If you still have issues after that, please explain exactly how you want it to work.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

chklberry
If the post is longer than the page, it doesn't scroll.  Go to General Forum, Server Rules,Current Server Rules, to see the problem.
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

Hugo <Nabble>
I think this happens because part of your website is in flash and it doesn't work with our embedding javascript code. Here is what another wix user did:
http://nabble-support.1.n2.nabble.com/keeping-forum-on-one-wix-page-tp5122625p5122625.html 
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

chklberry
Ok.  Thanks so much!!
Reply | Threaded
Open this post in threaded view
|

Re: Design Problems

chklberry
Ok, I found a solution to the problem with wix.com for anyone with a similar problem.  I feel retarded (told you I was new at this).  There is an option to enable scroll-bars when you put in the HTML code.  I just didn't see it.