Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] TimeZone and Location

5 Posts
2 Users
1 Reactions
2,395 Views
Posts: 18
Topic starter
(@kyotomizuko)
Eminent Member
Joined: 7 years ago

my location and timezone are not displaying correctly

 
Site : Forum
4 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi kyotomizuko,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS Code"  textarea. Save it, delete all caches, do CTRL+F5 on front-end. 

#wpforo #wpforo-wrap .wpf-field select {
display: block !important;
}
1 Reply
(@kyotomizuko)
Joined: 7 years ago

Eminent Member
Posts: 18

tried, but still not working

Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @kyotomizuko,

Your theme or some plugin add {display:none} rule to all select tags. When we're adding {display: block !important;} this CSS rule it starts to display correctly. Please make sure, you've deleted all caches, before checking. 

Posts: 18
Topic starter
(@kyotomizuko)
Eminent Member
Joined: 7 years ago

i already clear the cache + ctrl + f5

its work now thank you