Support Forum

Image and File Uploader w/chrome

17 Answers

New Answer

MP Mr Papa
Mr Papa
Member

I am seeing the same issue when trying to view the results…  so will have to look into further and open a ticket…

but highly doubt any relation to your other issue… in this one, the polls are not getting the ajax response… no ajax involved in the attachments issue…

JS js
js
Member

Added the following css to my wp theme to fix the panel overlay in chrome and it doesn’t happen now-

 

#spMainContainer .spInlineSection { 
z-index: 0; 
position: relative; 
}
MP Mr Papa
Mr Papa
Member

that really shouldnt be needed… but does explain it if the wp theme is doing some ‘strange’ layering of content sections…

good detective work…