Notifications
Clear all

Attachment popup window is mangled

3 Posts
2 Users
0 Likes
1,441 Views
Posts: 2
Customer
Topic starter
(@cspply)
Member
Joined: 6 years ago

See screen shot. That is what I see when trying to upload attachments. Anyone know whats up?

 

2 Replies
Astghik
Posts: 5911
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi cspply,

This is a CSS conflict with your theme or other plugins. 

Please register a new user, that will have permission to attach files, and send (PM or to support[at]gvectors.com email address) login details to allow us to check it and provide CSS solution for you. 

Reply
Astghik
Posts: 5911
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Thank you @cspply,

Put the following CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea, delete all caches and check again. 

[class*="fa-"]{
font-size: 12px !important;
}
#wpfa_dialog .wpfa-button * {
color: #FFF !important;
}
#wpfa_dialog .wpfa-button *{
color: #FFF !important;
font-size: 12px !important;
border-radius: 0;
}
[class*="wpfa-"] {
width: auto;
}
#wpfa_dialog .wpfa-button {
background-color: #649E2D;
border-color: #447714;
}
#wpfa_dialog .wpfa-button.wpfa-button-add-to-post {
background-color: #FF812D;
border-color: #F47222;
}
Reply
Share:
Scroll to top