<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Several buttons loose function when site running in forced SSL mode. - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 10 Jul 2026 17:01:50 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-789</link>
                        <pubDate>Mon, 01 Aug 2016 10:31:43 +0000</pubDate>
                        <description><![CDATA[Posted by: Robert Thank you nicodemus,We just checked and found this is not wpForo problem. Your current active theme or some plugin has hardcoded http protocol for loading jQuery libs. This...]]></description>
                        <content:encoded><![CDATA[<blockquote><div class="wpforo-post-quote-author">Posted by: Robert</div><p> </p><p>Thank you nicodemus,</p><p>We just checked and found this is not wpForo problem. Your current active theme or some plugin has hardcoded http protocol for loading jQuery libs. This is incorrect logic. First they should use built-in WprdPress jQuery libs, second they should not hard-code source URL protocols. They are being generated only when you change to SSL. And these errors affects all JS functions of wpForo. The Add Topic button is JS button, and it can't work until you don't fix these errors:</p><p>https://wpforo.com/wp-content/uploads/2016/08/2016-08-01_1308.png</p><p>Please fix these errors if you want to have wpForo worked. wpForo doesn't have any issue itself.</p><p> </p><p> </p><p>   </p></blockquote><p>That helped Thanks a lot ! I left them a message and fixed the calls myself.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>nicodemus</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-789</guid>
                    </item>
				                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-787</link>
                        <pubDate>Mon, 01 Aug 2016 10:12:11 +0000</pubDate>
                        <description><![CDATA[Then it is suprising that in usual http mode this error does not happen.Found out it is the plugin mingle that is causing the problem because there is a call for the google ajax api in some ...]]></description>
                        <content:encoded><![CDATA[<p>Then it is suprising that in usual http mode this error does not happen.</p><p>Found out it is the plugin mingle that is causing the problem because there is a call for the google ajax api in some php page hardcoded in http and when the site is in SSL mode it affects the wpForo.</p><p>Thank for looking into it ! I will let them know.</p><p>Thanks !!!</p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>nicodemus</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-787</guid>
                    </item>
				                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-785</link>
                        <pubDate>Mon, 01 Aug 2016 09:24:39 +0000</pubDate>
                        <description><![CDATA[As far as I see this errors related to some datepicker plugin or to the theme, you should deactivate all one by one and find the causer.]]></description>
                        <content:encoded><![CDATA[<p>As far as I see this errors related to some datepicker plugin or to the theme, you should deactivate all one by one and find the causer.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-785</guid>
                    </item>
				                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-784</link>
                        <pubDate>Mon, 01 Aug 2016 09:23:20 +0000</pubDate>
                        <description><![CDATA[Thank you nicodemus,We just checked and found this is not wpForo problem. Your current active theme or some plugin has hardcoded http protocol for loading jQuery libs. This is incorrect logi...]]></description>
                        <content:encoded><![CDATA[<p>Thank you nicodemus,</p><p>We just checked and found this is not wpForo problem. Your current active theme or some plugin has hardcoded http protocol for loading jQuery libs. This is incorrect logic. First they should use built-in WprdPress jQuery libs, second they should not hard-code source URL protocols. They are being generated only when you change to SSL. And these errors affects all JS functions of wpForo. The Add Topic button is JS button, and it can't work until you don't fix these errors:</p><p>https://wpforo.com/wp-content/uploads/2016/08/2016-08-01_1308.png</p><p>Please fix these errors if you want to have wpForo worked. wpForo doesn't have any issue itself.</p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/paged/2/#post-784</guid>
                    </item>
				                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-782</link>
                        <pubDate>Mon, 01 Aug 2016 07:59:26 +0000</pubDate>
                        <description><![CDATA[Okay we setup kinda mirror site for you to check into the SSL issue. Right now sending you the login data.Let me know when you have received it.]]></description>
                        <content:encoded><![CDATA[<p>Okay we setup kinda mirror site for you to check into the SSL issue. Right now sending you the login data.</p><p>Let me know when you have received it.</p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>nicodemus</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-782</guid>
                    </item>
				                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-724</link>
                        <pubDate>Fri, 29 Jul 2016 10:27:47 +0000</pubDate>
                        <description><![CDATA[Posted by: nicodemusSorry we cannot do that since your debug mode includes the mysql username and password in plain text which would be a security issue.   Thank you for letting us know, it ...]]></description>
                        <content:encoded><![CDATA[<blockquote><div class="wpforo-post-quote-author">Posted by: nicodemus</div><p>Sorry we cannot do that since your debug mode includes the mysql username and password in plain text which would be a security issue.</p>   </blockquote><p>Thank you for letting us know, it seems the wpdb object is also attached to wpForo object. We'll remove this in Beta-6. Ok, then the only way we could debug your issue to have a dashboard admin access. Please send it to supportgvectors.com<br /><br /></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-724</guid>
                    </item>
				                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-721</link>
                        <pubDate>Fri, 29 Jul 2016 08:40:03 +0000</pubDate>
                        <description><![CDATA[Sorry we cannot do that since your debug mode includes the mysql username and password in plain text which would be a security issue.]]></description>
                        <content:encoded><![CDATA[<p>Sorry we cannot do that since your debug mode includes the mysql username and password in plain text which would be a security issue.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>nicodemus</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-721</guid>
                    </item>
				                    <item>
                        <title>RE: Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-719</link>
                        <pubDate>Fri, 29 Jul 2016 08:18:54 +0000</pubDate>
                        <description><![CDATA[Hi nicodemus,Please navigate to Forums &gt; Settings &gt; Features and enable Debug Mode. And leave some URL to allow us test it.]]></description>
                        <content:encoded><![CDATA[<p>Hi nicodemus,</p><p>Please navigate to Forums &gt; Settings &gt; Features and enable Debug Mode. And leave some URL to allow us test it.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-719</guid>
                    </item>
				                    <item>
                        <title>Several buttons loose function when site running in forced SSL mode.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-716</link>
                        <pubDate>Fri, 29 Jul 2016 07:38:40 +0000</pubDate>
                        <description><![CDATA[As I told you earlier in WP.org forum, there is an issue while running wpForo in WP when the whole site is in forced SSL mode. Seriously, did you try to let it run in SSL mode and tried to a...]]></description>
                        <content:encoded><![CDATA[<p>As I told you earlier in WP.org forum, there is an issue while running wpForo in WP when the whole site is in forced SSL mode.</p><p> </p><p>Seriously, did you try to let it run in SSL mode and tried to add a topic for example ?</p><p>It seems that the buttons that do have scripted function e.g. ADD TOPIC do not work, just like the function isn't even loaded into the system. In what file do you have the function for links like ADD TOPIC or RECENT TOPICS stored ? My first guess would be, it is not loaded correctly while running in SSL mode.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>nicodemus</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/several-buttons-loose-function-when-site-running-in-forced-ssl-mode/#post-716</guid>
                    </item>
							        </channel>
        </rss>
		