Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • winston baccus Friend
    #194760

    I have an SSL certificate and am going to be accepting credit cards via Events Booking.

    Because I have 1 crucial wrapper page, I can’t have sitewide SSL.

    I’m running Yireo’s SSL solution to make certain pages require SSL.

    This page: https://www.martininstituteconference.org/register

    Loads securely in Chrome, but in Safari, it does not.

    I suspect that it’s because the Google Fonts are loading insecurely.

    How can I disable those for these pages to test that?

    Saguaros Moderator
    #522663

    Hi Winston,

    Try opening this file: /templates/ja_appolio/etc/assets.xml and remove <file> tag as you want:


    <assets>
    <scripts>
    <file>js/jquery.ckie.js</file>
    <file>js/jquery.parallax-1.1.3.js</file>
    <file>js/jquery.affixtopmenu.js</file>
    <file>js/jquery.inview.min.js</file>
    <file>js/jquery.easing.1.3.js</file>
    <file>js/script.js</file>
    <file>js/google-code-prettify/prettify.js</file>
    </scripts>

    <stylesheets>
    <file>js/google-code-prettify/prettify.css</file>
    <file>fonts/font-awesome/css/font-awesome.min.css</file>
    <file>http://fonts.googleapis.com/css?family=Open+Sans:300</file>
    <file>http://fonts.googleapis.com/css?family=Open+Sans:400</file>
    <file>http://fonts.googleapis.com/css?family=Open+Sans:600</file>
    <file>http://fonts.googleapis.com/css?family=Open+Sans:700</file>
    <file>http://fonts.googleapis.com/css?family=Open+Sans:800</file>
    </stylesheets>

    </assets>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 10 years, 9 months ago.

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