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

I have Installed SSL Certificate and redirect http://www.example.com/ to https://www.example.com/ ......

https:// working fine home page. 

but queestion page doesn't working properly .... cryingcrying

how can I do solve it?

Q2A version: 1.8.2
by
You can do page-source and see if any CSS, JS or images are loaded with http and not https
by
Add 's' on http on Preferred site URL: http://example.com/  to https://example.com/ in admin section. This may work even without changing .htaccess code or any other code on the server. It may helpful: https://www.question2answer.org/qa/71836/not-acceptable-error-on-user-profile

2 Answers

0 votes
by
Check all your url's in Admin panel and plugins are all relative and not absolute. That can cause this problem.
0 votes
by
1)check your browser why why doesn't working properly ssl Certificate?

click on the circle on in above image (the second one), then your browser will tell you the problem.

2) check if you have replaced from http to https your images in question content in your database.

you should find out the problem in the first step i said above.

if you still cannot solve the problem, please post your website here, so i can check it for you.
by
I have sent my website link in inbox.
plz, check ...
by
the problem is in your qa-styles.css.
/qa-theme/<your-theme>/qa-styles.css?1.8.2
just change all http image urls to https image urls.
and it should work properly.
by
the problem is caused by your third-party theme.
...