Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    Published domain/website text looks different than original

    Domains & Emails
    2
    6
    668
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Christopher Rodriguez
      Christopher Rodriguez last edited by

      It's my first official website published with a custom domain name for a client of mine and after following the instructions the website went live but the fonts are totally different than what's in the page builder and even different from the subdomain version. Below are the links:

      http://www.betweenthehips.com (official domain name)
      https://meganrorabeck.leadgenweb.win (subdomain I initially gave to share with the client while I was working on the website)

      The domain is hosted with Go Daddy. Any idea how I can correct it?

      1 Reply Last reply Reply Quote 0
      • Daniel Mulroy
        Daniel Mulroy last edited by

        Hi Christopher,

        I don't have time to write a nicer / more complete reply as I would like, but I can tell you what is happening 🙂

        Browsers don't like it when you mix http and https content. Basically, you are loading your fonts via https:// but your page is being served over http. This causes a CORS error which you can see in the console by using the web inspector.

        Once you launch the site with SSL, the fonts will load and appear correctly.

        Cheers!

        Christopher Rodriguez 1 Reply Last reply Reply Quote 0
        • Christopher Rodriguez
          Christopher Rodriguez @Daniel Mulroy last edited by

          @Daniel-Mulroy, thank you for the reply with solution. Can I somehow make the website show as http instead of https in the meantime? I must chat with the client about it so that she purchase the SSL from Go Daddy or if she wants to transfer over to me in Appdrag.

          1 Reply Last reply Reply Quote 0
          • Daniel Mulroy
            Daniel Mulroy last edited by

            I think you have two options:

            1. Manually connect by putting "https://" at the beginning of the URL and ignore the security warnings. This will load the page over HTTPS and avoid the CORS errors when loading the fonts.

            2. Open your page in the Code Editor and manually replace all instances of https: with http://

            I'm not sure the latter will actually work... the right answer is really to get SSL/Https working.

            Christopher Rodriguez 1 Reply Last reply Reply Quote 1
            • Christopher Rodriguez
              Christopher Rodriguez last edited by

              Thanks for helping out. I definitely learn a bit more. I think I found the solution. I have free SLL on external domains and it'd not active. I am following these instructions: https://support.appdrag.com/doc/Activate-SSL Let's see if it works.

              1 Reply Last reply Reply Quote 0
              • Christopher Rodriguez
                Christopher Rodriguez @Daniel Mulroy last edited by

                @Daniel-Mulroy, success! I followed the instructions and now the website is showing secured and with proper font: betweenthehips.com

                1 Reply Last reply Reply Quote 3
                • First post
                  Last post