I just installed the free wpDiscuz and after setting it up, when I view any post on my site, my side bar seem to be reformatted to occupy a tiny sliver of the screen space. I.e. not "normal". I have tested on both Chrome and Firefox and have tried displaying on both a wide screen and narrow screen. I tried doing a full Ctl-F5 refresh. I cleared cache both in my browers and in wpDiscuz. I also tested on a different computer. All with the same results. See attachment.
I checked all setting in Discuz and I don't see anything that might affect this. I am using the Divi theme with about 10 other plugins. Is there any advice as to what might cause this?
Thank you.
Upon further investigation, it seems to have something to do with the Page Speed Ninja plug in. When Ninja is disabled, the sidebar problem is fixed. So if anyone has any ideas why that would be true, I would appreciate hearing.
Thank you
Hi mattrazor,
Please leave your website URL to allow us check CSS conflicts, don't forget to activate PageSpeed Ninja plugin.
Hi Astghik, I have now enabled PageSpeed Ninja. Here is one of my pages:
https://essentialguidetocryptocurrency.com/why-bitcoin-is-not-an-a/
Thank you for your help
Matt
Hi Matt,
Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in "Custom CSS Code" in textarea.
.et_extra_layout .et_pb_column_sidebar, .et_pb_extra_column_sidebar{
width: 100%;
max-width: 100%;
}
Also I see the problem with FontAwesome loading. Please enable "font awesome css loading" option.
Great!!! That fixed the sidebar problem!
I am pretty sure I had tried the FontAwesome setting both ways.
I am having a second problem with where I am little link icons which are not really links are displayed after I made a comment. But this should probably be a different report.
Please ignore my comment about a second problem with links. That turned out to be related to the FontAwesome setting. After changing that the link icon issue disappeared and the sidebar was still working correctly. Thank you again.