Shape 5

Wordpress Club Themes => General Commerce - Club => : DC1to1 March 09, 2014, 07:24:45 PM



: Disqus integration with General Commerce. Conflict?
: DC1to1 March 09, 2014, 07:24:45 PM
I just had my theme updated to General Commerce however it appears that the Disqus plugin options isn't playing nice at all.
 - In short, Disqus is stretched out and does not appear to fit into the frame of  the post.   Note that I can switch to another non shape5 theme and disqus appears to format correctly.

My only thought is that there must be a conflict with the existing commenting system.   
Any insight into this?    Thanks


http://reviewtruth.com/


: Re: Disqus integration with General Commerce. Conflict?
: Tristan Rineer March 10, 2014, 01:13:55 AM
Try adding the following code to style.css in the theme folder:

:
#disqus_thread iframe{box-shadow: none;}

There is code in the theme css that adds a shadow around any iframes, the code above should remove it for the iframe that Disqus uses to load its comments.


: Re: Disqus integration with General Commerce. Conflict?
: DC1to1 March 10, 2014, 05:54:24 AM
Thanks.  It works.  All is well.