Notifications
Clear all

Views and Posts text does not fit on the screen area

11 Posts
2 Users
0 Likes
1,314 Views
Posts: 32
Topic starter
(@artyr)
Trusted Member
Joined: 10 months 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)

wpForo Version
2.1.1
WordPress Version
6.1.1
10 Replies
Posts: 32
Topic starter
(@artyr)
Trusted Member
Joined: 10 months 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/

Reply
Posts: 32
Topic starter
(@artyr)
Trusted Member
Joined: 10 months ago

Screenshot (2) - This is Mobile version

Reply
5 Replies
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3652

@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% ;
    }
}
Reply
(@artyr)
Joined: 10 months ago

Trusted Member
Posts: 32

@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!

Reply
(@artyr)
Joined: 10 months ago

Trusted Member
Posts: 32

Screenshot (2) - This is Mobile version

Reply
(@artyr)
Joined: 10 months ago

Trusted Member
Posts: 32

@chris Please add icons in the next update
Good?

Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3652

@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/

Reply
Posts: 32
Topic starter
(@artyr)
Trusted Member
Joined: 10 months 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?

Reply
2 Replies
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3652

@artyr,

I have sent your suggestion for consideration.

Thanks.

Reply
(@artyr)
Joined: 10 months ago

Trusted Member
Posts: 32