Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Attachments interface displaying incorrectly

6 Posts
2 Users
0 Reactions
2,022 Views
Posts: 3
 DPA
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@dpa)
Member
Joined: 7 years ago
[#3794]

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: 6645
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@astgh)
Illustrious Member
Joined: 8 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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@dpa)
Member
Joined: 7 years ago

Hi @Astghik,

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

Thanks


Reply
Astghik
Posts: 6645
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@astgh)
Illustrious Member
Joined: 8 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: 7 years ago

Member
Posts: 3
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

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: 8 years ago

Illustrious Member
Posts: 6645
Astghik
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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