braginteractive / MDLWP

Material Design Lite WordPress Theme
http://mdlwp.com
GNU General Public License v2.0
330 stars 83 forks source link

Disqus not working #35

Open LukasLechnerDev opened 7 years ago

LukasLechnerDev commented 7 years ago

First of all: thanks for the great free template 👍

I installed Disqus but unfortunately it does not work. You can see it on the screenshot attached.

disqus_not_working

Any Ideas? Thanks!

braginteractive commented 7 years ago

Do the default comments work when Disqus is disabled?

LukasLechnerDev commented 7 years ago

Yep, they work perfectly fine.

braginteractive commented 7 years ago

That is good. Do you have any console errors when Disqus is activated.

LukasLechnerDev commented 7 years ago

I do not have any console errors. It seems like disqus is working, only the right edges of the disqus view get shown on the left side (see Screenshots). Disqus works perfectly fine with your MaterialWP theme!

braginteractive commented 7 years ago

Looks like the is because .mdl-grid is set to display: flex; and disqus doesn't seem to like that and sets its width to 1px.

A work around could be to set #disqus_thread{ width: 100%;}