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.

 

Attachment popup window is mangled

3 Posts
2 Users
0 Reactions
1,877 Views
Posts: 2
Customer
Topic starter
(@cspply)
Member
Joined: 7 years ago

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

 

2 Replies
Astghik
Posts: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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