Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • florian78 Friend
    #196902

    Hi,

    I’m using the JA disqus plugin with JA Social template and have some troubles:
    1) the plugin doesn’t show up excactly

    the disqus button should be displayed just before the button “Weiterlesen…”
    2) when the plugin is activated I get serveral warnings because the connections to disqus is done via http and not https!
    My domain has a valid SSL certificate so I’m not happy when the secure connections get’s compromised and the reason is this plugin…disqus can be used with https too…
    the browser chrome says: [blocked] The page at ‘https://www.ltc-weinviertel.at/’ was loaded over HTTPS, but ran insecure content from ‘http://ltcbisamberg.disqus.com/count.js’: this content should also be loaded over HTTPS.
    How can this be changed?

    Thanks for any suggestions and help!

    kind regards
    Florian


    1. disqus-doesnt-show-up2
    alexsmirnov Friend
    #531666

    Hi Florian,

    According to this doc Disqus detects if your site runs on http or https automatically. So, ideally you should not have any issues.

    Could you please fill in the “Access Information provided for JA Staff” web-form with your Super User username and password for us to have a look around your backend?

    Regards,

    Alex

    UPDATE:

    I just found in this discussion that this issue with connections to Disqus via https pages being blocked on Chrome and IE was experienced on Drupal CMS as well.

    Please contact Disqus, asking them to make your account with them SSL-compliant and hopefully your “JA Disqus Debate” connection to them via https will be solved there and then.

    Hope this helps

    florian78 Friend
    #531707

    Hi Alex,
    thx for info. I just dropped a line at disqus. to see what’s wrong with the count.js which is obviously from disqus.
    But thing is even when the loading from disqus doesn’t work because it’s being blocked by the browser…the plugin should manage the correct display in the frontend.
    But it doesn’t. Is there a way to support an option for this specific case, too?
    Chrome:

    Firefox:

    IE:

    kind regards
    Florian


    1. disqus-display-chrome
    2. disqus-display-firefox
    3. disqus-display-ie
    florian78 Friend
    #531831

    ok, I got the answer from disqus which was:
    “Thanks for contacting us. To resolve this remove the ‘http:’ within the embed.js and count.js script. It should look like: ‘//ltcbisamberg.disqus.com/embed.js’ which will allow the browser to determine the type of protocol used.”

    So the message was I have to remove this on my side…so I searched for the text “embed.js” and “count.js” in all files…and guess what…the bug was done by the joomlart module.

    To correct the SSL issue the files disqus.php and disqus_count.php have to be corrected:

    disqus.php:
    WRONG: dsq.src = ‘http://<?php echo $subdomain; ?>.disqus.com/embed.js’;
    RIGHT: dsq.src = ‘//<?php echo $subdomain; ?>.disqus.com/embed.js’;
    disqus_count.php
    WRONG: s.src = ‘http://<?php echo $subdomain; ?>.disqus.com/count.js’;
    RIGHT: s.src = ‘//<?php echo $subdomain; ?>.disqus.com/count.js’;

    Please correct this bug in your module! The solution is already there. 😉
    I’m really wondering no one has encountered or at least mentioned that kind of troubles with SSL before.

    kind regards
    Florian

    alexsmirnov Friend
    #531885

    Hi Florian,

    Thank you for getting back to us with the Disqus response.

    Pleased to see your https connection to Discus is sorted. I am now referring this thread to our developers.

    Happy joomlarting 🙂

    Regards

    Alex

    alexsmirnov Friend
    #531888

    Hi Fabian,

    I hope you don’t mind my splitting your FB Invalid API Id issue and the button display issue each into its own dedicated thread and we’ll take it from there?

    I’ll PM you the first thing I created them for us.

    Regards,

    Alex

    Ninja Lead Moderator
    #532034

    Hi Florian,

    I have raised this bug to development team here for further investigation. Thanks for your sharing.

    davisj Friend
    #944560

    Hi,

    I’m facing the same problem with SSL. I’ve changed the 2x files as described above (disqus.php, disqus_count.php) in the folder:
    public_html/plugins/content/jadisqus_debate_echo

    ..and the plugin still doesn’t show.

    Is there anything else I can do?

    Cheers, David

    Ninja Lead Moderator
    #944727

    Hi David,

    You can apply my download and extract my attached file and copy them to plugins/content/jadisqus_debate_echo/tmpl/ folder

    Hope it helps

    Regards


    1. hotfix.zip
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 8 replies, has 4 voices, and was last updated by  Ninja Lead 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum