Notifications
Clear all

[Closed] Views and Posts text does not fit on the screen area

11 Posts
2 Users
0 Likes
1,539 Views
Posts: 49
Topic starter
(@artyr)
Trusted Member
Joined: 1 year ago

Good afternoon
Problem with Views and Posts text
(screenshot attached)
It is necessary to put Icons for the place of the inscription

(p/s if the words Views and Posts are translated into other languages, then these words are much longer than the English word)

10 Replies
Posts: 49
Topic starter
(@artyr)
Trusted Member
Joined: 1 year ago

Screenshot (1) - this is the full version of the site
Screenshot (2) - This is Mobile version

Therefore, on this page it is necessary that all versions of the screens have icons!
Problem page:
https://wpforo.com/community/faq/

Posts: 49
Topic starter
(@artyr)
Trusted Member
Joined: 1 year ago

Screenshot (2) - This is Mobile version

5 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@artyr,

Try this CSS Code: 

@media screen and (max-width: 620px){
    #wpforo #wpforo-wrap .wpforo-content .wpforo-section .wpforo-topic-head .head-title{
        width: 60% ;
    }
}
@media screen and (max-width: 620px){
    #wpforo #wpforo-wrap .wpforo-content .wpforo-section .wpforo-topic-head .head-stat-views,
    #wpforo #wpforo-wrap .wpforo-content .wpforo-section .wpforo-topic-head .head-stat-posts,
    #wpforo #wpforo-wrap .wpforo-content .wpforo-section .topic-wrap .wpforo-topic .wpforo-topic-stat-views,
    #wpforo #wpforo-wrap .wpforo-content .wpforo-section .topic-wrap .wpforo-topic .wpforo-topic-stat-posts{
        width: 12% ;
    }
}
(@artyr)
Joined: 1 year ago

Trusted Member
Posts: 49

@chris Doesn't help, changed values in css
Screenshot (1) - this is the full version of the site
Screenshot (2) - This is Mobile version

Only the introduction of an icon will help!

(@artyr)
Joined: 1 year ago

Trusted Member
Posts: 49

Screenshot (2) - This is Mobile version

(@artyr)
Joined: 1 year ago

Trusted Member
Posts: 49

@chris Please add icons in the next update
Good?

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@artyr,

I was working on View's and Post, but because of the text length in other languages. For example Russian, it would be better to hide those fields for small mobile screens, as if we try to separate those long words, the UI UX would crush as there won't be space to show the words fully.

I have sent this to our UI UX designer so we would work on that. If you have any suggestion, we are open to them.

 

Posted by: @artyr

Please add icons in the next update

The design of the layouts is the basic or all users if you want some changes I can help with CSS Codes, but if you need Layout Customization you should do that yourself.

Doc about Theme Customizations: https://wpforo.com/docs/wpforo-v2/forum-themes/theme-customization/

Posts: 49
Topic starter
(@artyr)
Trusted Member
Joined: 1 year ago

Posted by: @chris

I have sent this to our UI UX designer so we would work on that. If you have any suggestion, we are open to them.

In the next update of the plugin will there be icons for the place of the text?

2 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@artyr,

I have sent your suggestion for consideration.

Thanks.

(@artyr)
Joined: 1 year ago

Trusted Member
Posts: 49