Notifications
Clear all

Attachments interface displaying incorrectly

6 Posts
2 Users
0 Likes
1,097 Views
Posts: 3
 DPA
Customer
Topic starter
(@dpa)
Member
Joined: 5 years ago

Hi there,

I spoke with your support team over email and was advised to post here to a fix a problem with the Advanced Attachments plugin on my website: https://drywallplasterersaustralia.com.au/community/

The interface is displaying incorrectly as seen in the screenshots attached..

Screen Shot 2019 04 12 at 12.47.53 pm

They said, "This is a CSS conflict with your WordPress theme."

Appreciate the help!

5 Replies
Astghik
Posts: 5908
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @dpa,

Please approve the post by the gVecrors team. We've created a private topic.

Also for further support please reduce the value of the "Min number of posts to be able attach files" option. 

 

Reply
Posts: 3
 DPA
Customer
Topic starter
(@dpa)
Member
Joined: 5 years ago

Hi @Astghik,

I have approved your posts and reduced the min number of posts to attach a file.

Thanks

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

Thank you @dpa,

Please add the following CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, save it, delete all caches and check it again (press CTRL+F5 on forum frontend). I see a small issue with the icon of the reply button. I've provided the code to solve the issue with the icon as well. 

span.wpfa-button-text {
width: auto;
font-size: 12px;
}

#wpfa_dialog, #wpfa_dialog * {
line-height: inherit !important;
}

/*reply button icon*/
#wpforo-wrap .fa-reply:before {
content: "\f112" !important;
}
Reply
2 Replies
 DPA
Customer
(@dpa)
Joined: 5 years ago

Member
Posts: 3

Thank you @Astghik

Is there a way to see the check boxes? Still not seeing those like in the documentation screenshots. Also, is the font / formatting etc possible?

Screen Shot 2019 04 15 at 1.45.50 pm
Screen Shot 2019 04 15 at 1.44.40 pm
Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5908

@dpa,

This comes from your current active theme. You should contact the theme support and ask them to remove the following part from the codes. 

input {
-webkit-appearance: none;
}

Please watch the video: https://www.screencast.com/t/ujaKd2R3in

As a workaround, you can use the following CSS code. It'll allow displaying wpForo checkboxes. 

#wpforo-wrap form input[type="checkbox"], form input[type="radio"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
Reply
Share:
Scroll to top