• [deleted]

Phenomlab.com is now ingesting technology and security feeds, so in essence, we've broadened our horizons ! Why not come and take a look ?

    the theme security and the color of the forum match well together
    and what I like is 'simplicity' instead of 'complexity"

    users don't want to lose themselves in a forum
    but it happens very often

      7 days later

      No login box some 1.5 hours back. Page at TLD/session/login almost plain.

        • [deleted]

        meetdilip I can't seem to replicate this issue ? Are you referring to the login function not being available ? Can you send a screenshot ?

        Thanks

          [deleted] Are you referring to the login function not being available ?

          Yes.

          I will give you a screenshot in a bit. Will check again after some time.

          • [deleted]

          meetdilip Thanks. That's very odd. I can't replicate that here. Can you try the same in an incognito window, or from a different browser ?

          20 days later

          Got this just now

          Not Found
          The requested URL was not found on this server.

          Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

          Apache Server at phenomlab.com Port 443

            • [deleted]

            • Edited

            meetdilip Thanks. That was caused by an issue with the server, which is now fixed. I've also had to recover the DB from a few days back, so you may need to reset your password again.

            EDIT - Actually, I'm going to rebuild the server, so it'll be offline again shortly. I'll let you know when it's available again

              • [deleted]

              Hello @[deleted]
              How did you manage to change default font?

                • [deleted]

                • Edited

                [deleted] can you share basic CSS style/settings? I just want to change default font to Open Sans.

                  • [deleted]

                  [deleted] yep, sure. This is from my site - you can put this into the custom header

                  <style>
                  @font-face {
                    font-family: 'Open Sans';
                    font-style: normal;
                    font-weight: 300;
                    src: local('fontawesome'),
                         url('/fonts/open-sans-v17-latin-300.woff2'),
                         url('/fonts/open-sans-v17-latin-300.woff'); 
                  }
                  @font-face {
                    font-family: 'Open Sans';
                    font-style: normal;
                    font-weight: 400;
                    src: local('fontawesome'),
                         url('/fonts/open-sans-v16-latin-regular.woff2'), 
                         url('/fonts/open-sans-v16-latin-regular.woff');
                  }
                  @font-face {
                    font-family: 'Open Sans';
                    font-style: italic;
                    font-weight: 400;
                    src: local('fontawesome'),
                         url('/fonts/open-sans-v16-latin-italic.woff2'), 
                         url('/fonts/open-sans-v16-latin-italic.woff'); 
                  }
                  @font-face {
                    font-family: 'Open Sans';
                    font-style: normal;
                    font-weight: 600;
                    src: local('fontawesome'),
                         url('/fonts/open-sans-v16-latin-600.woff2'),
                         url('/fonts/open-sans-v16-latin-600.woff'); 
                  }
                  @font-face {
                    font-family: 'Open Sans';
                    font-style: italic;
                    font-weight: 600;
                    src: local('fontawesome'),
                         url('/fonts/open-sans-v16-latin-600italic.woff2'),
                         url('/fonts/open-sans-v16-latin-600italic.woff'); 
                  }
                  @font-face {
                    font-family: 'Open Sans';
                    font-style: normal;
                    font-weight: 700;
                    src: local('fontawesome'),
                         url('/fonts/open-sans-v16-latin-700.woff2'), 
                         url('/fonts/open-sans-v16-latin-700.woff');
                  }
                  </style>

                  Note that I'm using a local path on my own server to provide this to save an extra trip to Google for the fonts. This site will help you host your own locally

                  https://google-webfonts-helper.herokuapp.com/fonts

                    • [deleted]

                    Thanks, @[deleted]

                    PageSpeed Insights says this:
                    Consider using<link rel=preload>to prioritize fetching resources that are currently requested later in page load.

                    How to acheive this?