Announcement problem, text doesn't wrap
3 posters
Page 1 of 1
Announcement problem, text doesn't wrap
Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome
Screenshot of problem : https://i.imgur.com/HrQCWYz.png
Who the problem concerns : All members
When the problem appeared : 13.11.2017 r.
Forum link : ( link is hidden, you must reply to see )
Description of problem
Hello!I tried to create an announcement on my forum. Used CSS and HTML.
My problem is that on codepen or jsfiddle code works okay but when I put this code in Announcement field on Forumotion and send this I have a problem that text (not one long word but few paragraphs) won't wrap and it's scrolling horizontal, straight to right. It's annoying as I'd like to gave only vertical scroll.
Cannot find the code that can fix this.
I put the same code of announcement in field for post and it works okay.
I deactivated scrolling in announcement options.
Is there any chance to fix this?
Sorry for my English, not my first language.
Last edited by the60s on November 24th 2017, 5:36 pm; edited 1 time in total
Re: Announcement problem, text doesn't wrap
Please post the code that you are using. Post it with the code tags.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Announcement problem, text doesn't wrap
The first one:
The second one
The second one
Last edited by the60s on November 24th 2017, 5:37 pm; edited 1 time in total
Re: Announcement problem, text doesn't wrap
So you have all them in one announcement?
Exactly do you mean the homepage message?
Exactly do you mean the homepage message?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Announcement problem, text doesn't wrap
I don't. Two separate announcements but the main problem is the same - horizontal scrolling to right.
And yes, homepage message.
And yes, homepage message.
Re: Announcement problem, text doesn't wrap
You can control the scrolling with the scrolling option above the list of announcements.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Announcement problem, text doesn't wrap
Yes, I know.
Like I said I deactivated it.
I want a scroll which only works for one column with a long text. Instead, there is no wrap for text and the only scroll is horizontal which is not what I wanted.
Like I said I deactivated it.
I want a scroll which only works for one column with a long text. Instead, there is no wrap for text and the only scroll is horizontal which is not what I wanted.
Re: Announcement problem, text doesn't wrap
I see what you mean on your forum you can move the text from let to right but not up and down with the scroll bar at the bottom but the overflow is not put to the next line.
in you code for CSS files do you have the following
in you code for CSS files do you have the following
- Code:
div {
overflow-y: hidden;
}
- Code:
div {
text-overflow: ellipsis;
}
Re: Announcement problem, text doesn't wrap
Hi!
I don't have any of those codes.
First one maybe hide the scroll at the bottom but that does not solve my problem. The second one it's not what I wanted, though it shows ellipsis.
I posted the code from announcement here
And as you can see there's no bottom scroll, just vertical. I don't know what affects code on announcement but this view in post it's my goal. To get only this vertical scroll.
I don't have any of those codes.
First one maybe hide the scroll at the bottom but that does not solve my problem. The second one it's not what I wanted, though it shows ellipsis.
I posted the code from announcement here
And as you can see there's no bottom scroll, just vertical. I don't know what affects code on announcement but this view in post it's my goal. To get only this vertical scroll.
Re: Announcement problem, text doesn't wrap
What height (AP) have you set for announcements?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Announcement problem, text doesn't wrap
Do you mean "Announcements block height (in pixels)" in "General announcements options"? If yes, it's 200px.
Re: Announcement problem, text doesn't wrap
That is what I was referring to.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Announcement problem, text doesn't wrap
Then I changed but that didn't affect.SLGray wrote:That is what I was referring to.
Similar topics
» How to wrap text around image?
» Wrap text around an image
» problem text area
» Problem with The bottom of my wrap is moving with the scroll up and down.
» Text-Editor Problem
» Wrap text around an image
» problem text area
» Problem with The bottom of my wrap is moving with the scroll up and down.
» Text-Editor Problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum