Awful new site !!!
-Where is the button "new posts" ?
-Why is it so slow ?
-Why are the fonts so big and only very few items are visible on screen compared to before?
-Where is the button "new posts" ?
-Why is it so slow ?
-Why are the fonts so big and only very few items are visible on screen compared to before?
Do you still have an unanswered question? Please log in first to post your question.
Comments
And why are the "new line" lost in display?
In reply to And why are the "new line"… by frfancha
A situation that I have already experienced ...
A new platform not yet operational at 100% and
the previous one no longer reachable.
But I think it's a big work and we have to be patient...
(I can not attach the files)
Temporarily Unavailable
The website that you're trying to reach is having technical difficulties and is currently unavailable.
We are aware of the issue and are working hard to fix it. Thank you for your patience.
You can find the new posts under the notification icon
We are having problems currently with the server, but once these are sorted the site will be fast again.
As for the design of the site: we will further tweak things in the coming days/weeks to make it work for all screen sizes and devices.
In reply to You can find the new posts… by Thomas
The speed problem seems fixed for me.
In reply to The speed problem seems… by frfancha
Topics with a new reply are sorted in 'Recent activity'
but they missed the "new" with the number of new items and link to these new items.
It is a pity.
Also, terms in menu are strange: what is (a.o.) the difference between "Recent activity" and "Recent changes" ??
In reply to Topics with a new reply are… by frfancha
The new comments number will come back. It's an unexpected regression which we will fix.
As for recent activity vs recent changes
Both serve a different purpose. The latter is for users who are involved with documentation writing and moderation, while the former is rather for community support.
In reply to The new comments number will… by Thomas
Recent posts vs Recent changes was very clear.
Recent activity vs Recent changes is confusing.
Recent posts and My posts (now alled activity) are by far the most used actions, previously they were immediately available on the forum page, now they are hidden in a menu (menu under an icon => you have to "know" they are there" to find it. Or perhaps this icon is a standard from Facebook or whatever I don't know I'm not on Facebook) This is unfortunate for the most used actions.
Sorry for the original post title I was (and still am) really upset by the new site, you can probably change it in "New site remarks" or somthing like that.
In reply to Recent posts vs Recent… by frfancha
FWIW, I essentially never used either of the menu items you mention, so I wouldn't assume that just because you used them a lot, they are "by fat the most used actions". On the other hand, I do miss the easily accessible "Reply" link below each comment. Burying this in the ":" menu off to the right is, for me, a step backwards.
BTW, a good time to have voiced your concerns about the new site would have been a couple of weeks ago when the request for comments on the beta version went out (ie, before it went fully live) :-)
In reply to FWIW, I essentially never… by Marc Sabatella
We are putting the reply link back. The rest will remain behind the three dotted button.
In any case, all feedback is welcome, both critical and positive. We are working our way through it.
In reply to FWIW, I essentially never… by Marc Sabatella
Marc, I think you are a very special (and very useful ! ) user of MuseScore, and that your usage of the site isn't representative of the average user either ;-)
In reply to Marc, I think you are a very… by frfancha
:-) No doubt. Anyhow, as Thomas says, all feedback is welcome.
[u]Definitely[/u] reduce the fonts, make the comment-box occupy the full screen width. This looks like a skin that was built for mobile devices.
Right now it won't even let me post a new topic, it says:
Temporarily Unavailable
The website that you're trying to reach is having technical difficulties and is currently unavailable.
We are aware of the issue and are working hard to fix it. Thank you for your patience.
....
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345
Responsive design!
Have you tried reading this forum on the 23 inch screen? Either you will turn your head from left to
right constantly, or you will lower the web-browser to the tablet size.
I wonder: is Musescore used especially on mobile phones (for engraving)?
Max column size for normal screen: 66/85 chars. or 5 in. approx. It's like the text you read right now.
....
ps: code or pre tags not working. And I had to give two line breaks to separate the lines.
In reply to 1234567890123456789012345678… by Ziya Mete Demircan
Hi Ziya, thank you for your feedback. We are working to solve this. Stay tuned.
In reply to Hi Ziya, thank you for your… by Thomas
Hi Thomas, if you are using Bootstrap (it seems so as I find 'col-sm-12' in your css), my experience is that it is better to redefine new types of container, kind of "mix" between container and container-fluid: we define them fluid up to a certain size and then fixed.
For list and main screen we work "up to" lg and for "detail window" such as reading/editing a topic we use "up to sm".
Our definitions:
.container-max-lg {
.container-fixed();
@media (min-width: @screen-lg-min) {
width: @container-lg - 15px; // -15px for vertical croll bar, otherwise horizontal scroll bar at tip top lg size
}
}
.container-max-md {
.container-fixed();
}
.container-max-sm {
.container-fixed();
}