5.0 Breaks many templates
-
5.0 completely breaks the javascript in several templates, when I reported this on their facebook page, they deleted the comments. As a result I’ve rated this plugin a 1.
Be very careful when updating to 5.0, whatever they changed in the plugin, it will conflict with template javascript depending on what framework you use.
-
Here’s a youtube video proving that 5.0 will break your website.
Hi there,
We will be able to resolve the issue, only if you want to talk ??
You can drop an email at heateor[at]gmail[dot]com so that we can help you resolve the issue.Ok this is what I’ve determined so far. 5.3.2 works with the7 but you can’t load the javascript in the footer still. If you enable javascript being loaded in the footer it still breaks the formatting and javascript of the template
You cannot disable social sharing on the home page even if you disable it in the plugin settings and disable it on the pages individual settings, you still get the sharing icons regardless
5.x is now incompatible with wpdiscuz commenting which is a plugin that was intended to work with this. If you enable social commenting on this plugin with the tabbed views and you enable wpdiscuz at the same time it breaks the tabs completely, I already opened a thread on their support forum on wordpress:
I don’t know if you guys work together or not, this thread has screenshots of what happens with and without the other plugin
Another thing i noticed about social commenting is the tabs work right and hide the wordpress comments unless you pick facebook, if you use facebook commenting the wordpress comments still appear under it, this doesn’t happen with g+ or discus
one final thing, an option that should be considered is using an actual image for the service on the commenting tabs rather than spelling out the words. It would look much better than it currently does in my opinion if you could use an image for Facebook comments rather than saying “facebook comments”, same for G+ and discus
Hi there,
Ok this is what I’ve determined so far. 5.3.2 works with the7 but you can’t load the javascript in the footer still. If you enable javascript being loaded in the footer it still breaks the formatting and javascript of the template
If you need help with this, drop an email at support[at]heateor[dot]com
You cannot disable social sharing on the home page even if you disable it in the plugin settings and disable it on the pages individual settings, you still get the sharing icons regardless
We can help you with this, drop an email at support[at]heateor[dot]com
5.x is now incompatible with wpdiscuz commenting which is a plugin that was intended to work with this. If you enable social commenting on this plugin with the tabbed views and you enable wpdiscuz at the same time it breaks the tabs completely, I already opened a thread on their support forum on wordpress:
You don’t need to install Disqus comments plugin when using Disqus Comments feature of our plugin. You just have to specify the proper Disqus shortname in the commenting options.
Another thing i noticed about social commenting is the tabs work right and hide the wordpress comments unless you pick facebook, if you use facebook commenting the wordpress comments still appear under it, this doesn’t happen with g+ or discus
Again, this is a specific issue with your theme. We can help you with this, drop an email at support[at]heateor[dot]com
one final thing, an option that should be considered is using an actual image for the service on the commenting tabs rather than spelling out the words. It would look much better than it currently does in my opinion if you could use an image for Facebook comments rather than saying “facebook comments”, same for G+ and discus
Thanks for the suggestion. We will include this in the plugin in future releases.
Thanks for responding, I can write my own php script to use wp discuz plugin with this. Also wanted to make sure you know that wp discuz and disqus comments are two different things. One is a wordpress plugin to enhance the native wordpress comment system, and the other is a commenting system for websites that your plugin supports. I looked here:
https://support.heateor.com/social-commenting-shortcode/
and don’t see any shortcodes for disqus comments? I’m guessing the shortcode for it would be:
[TheChamp-Disqus-Comments]
am i right? There is a shortcode for facebook and google+ commenting but I don’t see one for disqus? If there’s a short code for it i’ll just make my own javascript tab system and then use PHP to display the enhanced wordpress comments from wp discuz and then facebook and disqus from your plugin.
Thanks for responding, I can write my own php script to use wp discuz plugin with this. Also wanted to make sure you know that wp discuz and disqus comments are two different things. One is a wordpress plugin to enhance the native wordpress comment system, and the other is a commenting system for websites that your plugin supports. I looked here:
Ah, we got it, never mind. Unfortunately, social commenting and WP Discuz cannot work together for now. We will try to make our plugin compatible with this ASAP.
and don’t see any shortcodes for disqus comments?
There isn’t any shortcode for Disqus comments. However we can help you implement it in your custom tab system.
Place following code in the tab for Disqus Comments<div class="embed-container clearfix" id="disqus_thread">[Disqus_shortname]</div> <script type="text/javascript">var disqus_shortname = '[Disqus_shortname]';(function(d) {var dsq = d.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(dsq); })(document);</script>
Replace
[Disqus_shortname]
in above code with the desired Disqus Shortname
- The topic ‘5.0 Breaks many templates’ is closed to new replies.