Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
320 views
in Plugins by

@Scott, i'm using your plugin. When i enable check hide CSS inline in admin page. I have a problem in 2 page "show all questions" and "show all answers" of user. On top my page show this problem:

...\qa-plugin\q2a-user-activity-plus-master\qa-user-activity.php on line 144 --> show on Answers posted by user page

...\qa-plugin\q2a-user-activity-plus-master\qa-user-activity.php on line 111 --> show on Questions posted by user page

My temporary fix code : Add more(red color) php code.

if ( !$hidecss )
            $qa_content['custom'] = uact_css();

elseif ( $hidecss )
            $qa_content['custom'] = "";

Thanks for good plugin! :)

Q2A version: 1.5.3

Please log in or register to answer this question.

...