• Good plugin if you use it as it is **however when i try to run Super Socializer along side the plugin, Super Socializer just gets squashed at the top and when I click on facebook comments, they do not show up.**

    ** Update: gVectors have kindly been in touch, confirmed a solution to the issue and taken it into consideration for a future fix, so now i have no more issues and can use safely alongside Super Socializer ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi rezelute,
    Thank you for the review. As far as I see the main issue for you is the Super Socializer integration? It works fine on thousands websites and on our tested websites. I have no doubt it’s a site specific issue, it’s a theme CSS conflict with wpDiscuz CSS. Please send admin login details to support[at]gvectors.com email address and we’ll fix it within a few minutes. This plugin doesn’t deserve 3x rating, we’ll do our best to keep it high.

    Thread Starter rezelute

    (@rezelute)

    Hi,
    First of all, thank you for the reply! I am currently working locally and have not set the project online yet.

    When I run Super Socializer by itself (with your plugin deactivated), everything works fine. When I run your plugin by itself, I havent come across any issues yet either. As soon as I activate both however, Super Socializer loads up with a really small width and the facebook button reloads the page but doesnt show the facebook comments.

    I have created my own theme using underscores. I will do a little debugging and email over any information that might be useful including screenshots.

    Thanks!

    Thread Starter rezelute

    (@rezelute)

    I might have found the issue, the form.php is setting the width and height of the <div id=respond to 0. Super Socializer uses the div with id=respond to display its own info (including the facebook information) and because of the width and height getting set to 0, it doesnt display anything when clicked.

    Line 64 form.php:
    <div id=”comments” class=”comments-area”><div id=”respond” style=”width: 0;height: 0;clear: both;margin: 0;padding: 0;”></div>

    I will email with more information and if you could shed some light on what this line is doing I would really appreciate it ??

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi rezelute,
    Here is how SS works on our test websites: https://screencast.com/t/X9Es1nWus As you can see it doesn’t have any issue.

    Line 64 form.php:
    <div id=”comments” class=”comments-area”><div id=”respond” style=”width: 0;height: 0;clear: both;margin: 0;padding: 0;”></div>

    This was only added for #respond URL requests, you can remove it.

    wpDIscuz tries to filter SS buttons when showing on comment form, you can remove the filter and it should work fine on your end. Please find this line in /comment-form/form.php file:

    if (strpos($html, 'champ_login') !== FALSE) {

    Change to this:

    if (strpos($html, 'champ_login_no') !== FALSE) {

    Plugin Author gVectors Team

    (@gvectors-team)

    Ok, I just found your email and as far as I see you have an issue with SS tabbed comments. So the easy solution for that is this:
    Please open comment-form/form.php file, and find this code:

    <div id="comments" class="comments-area"><div id="respond" style="width: 0;height: 0;clear: both;margin: 0;padding: 0;"></div>

    Than change it to this:

    <div id="respond" class="comments-area">

    We’ll add this in future versions. Hope this fix your issue and you’d change plugin rating to higher. If it’s not fixed on your end just let us know.


    Thank you

    Thread Starter rezelute

    (@rezelute)

    Thank you for confirming the solution :D. I have changed the plugin rating.

    Plugin Author gVectors Team

    (@gvectors-team)

    Great!
    Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Excellent plugin’ is closed to new replies.