See screen shot. That is what I see when trying to upload attachments. Anyone know whats up?
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.
See screen shot. That is what I see when trying to upload attachments. Anyone know whats up?
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.
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;
}