ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Need People to Check a Website for Me

    IT Discussion
    web hosting dns web caching cloudflare
    11
    44
    3.9k
    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.
    • AdamFA
      AdamF @scottalanmiller
      last edited by

      @scottalanmiller I'm only checking on mobile and it's the new site

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @Alex Sage
        last edited by

        @aaronstuder said in Need People to Check a Website for Me:

        @Dominica fixed now

        It'll probably go back and forth, though, is my guess.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          I think that we have it fixed. We knew this had to be DNS round robin (turns out it was round robin plus a cache so it was acting more strangely than expected) but for some reason just could not find it, we have so many DNS records I guess. Looked for it so many times, the one record was out of order and just didn't show up where we expected. Let me know, but it should be good.

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender
            last edited by

            Don't just gloss over it. Tell us how you have DNS setup. It doesn't seem like it should be that complex, but if it is, I'd love to know why and what the complexity is.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @Dashrender
              last edited by

              @Dashrender said in Need People to Check a Website for Me:

              Don't just gloss over it. Tell us how you have DNS setup. It doesn't seem like it should be that complex, but if it is, I'd love to know why and what the complexity is.

              {*} points to the correct site, but cannot be cached so has to be overridden in this case
              @ points to the correct site
              www is a CNAME pointing to @

              Problem was that with pages of DNS entries, even going over them carefully, there was a second @ A record hidden out of order somehow (we don't control the order) that we couldn't find. So it was round robining them (as we believed that it was, we just could not find the entry.)

              1 Reply Last reply Reply Quote 0
              • DominicaD
                Dominica
                last edited by

                @Dashrender It's a modern design. There's no "down arrow" but if you look you can see that there's more to the page based on the slider on the side.

                DashrenderD stacksofplatesS 2 Replies Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403
                  last edited by

                  Just last week I was receiving the orange website, this morning I'm getting the waterfall website.

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @DustinB3403
                    last edited by

                    @DustinB3403 said in Need People to Check a Website for Me:

                    Just last week I was receiving the orange website, this morning I'm getting the waterfall website.

                    New one is less than a week old.

                    DustinB3403D 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller
                      last edited by

                      Thank goodness we have a new web designer.

                      1 Reply Last reply Reply Quote 1
                      • DustinB3403D
                        DustinB3403 @scottalanmiller
                        last edited by

                        @scottalanmiller Well then that makes sense.

                        1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @Dominica
                          last edited by

                          @Dominica said in Need People to Check a Website for Me:

                          @Dashrender It's a modern design. There's no "down arrow" but if you look you can see that there's more to the page based on the slider on the side.

                          Some browsers don't show that slider anymore unless you mouse over that area.

                          1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender
                            last edited by Dashrender

                            The shear fact that you have to do anything more than just click on the contact/about us pages seems like more work than necessary.

                            But maybe I'm just channeling my inner JB this morning 😉

                            DustinB3403D 1 Reply Last reply Reply Quote 1
                            • DustinB3403D
                              DustinB3403 @Dashrender
                              last edited by

                              @Dashrender said in Need People to Check a Website for Me:

                              The shear fact that you have to do anything more than just click on the contact/about us pages seems like more work than necessary.

                              But maybe I'm just channeling my inner JB this morning 😉

                              I thought the same thing.

                              DashrenderD 1 Reply Last reply Reply Quote 0
                              • DashrenderD
                                Dashrender @DustinB3403
                                last edited by

                                @DustinB3403 said in Need People to Check a Website for Me:

                                @Dashrender said in Need People to Check a Website for Me:

                                The shear fact that you have to do anything more than just click on the contact/about us pages seems like more work than necessary.

                                But maybe I'm just channeling my inner JB this morning 😉

                                I thought the same thing.

                                LOL which part?

                                DustinB3403D 1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403 @Dashrender
                                  last edited by

                                  @Dashrender said in Need People to Check a Website for Me:

                                  @DustinB3403 said in Need People to Check a Website for Me:

                                  @Dashrender said in Need People to Check a Website for Me:

                                  The shear fact that you have to do anything more than just click on the contact/about us pages seems like more work than necessary.

                                  But maybe I'm just channeling my inner JB this morning 😉

                                  I thought the same thing.

                                  LOL which part?

                                  Can't click on the email address to send an email. You'd have to copy it out to draft an email.

                                  1 Reply Last reply Reply Quote 0
                                  • stacksofplatesS
                                    stacksofplates @Dominica
                                    last edited by stacksofplates

                                    @Dominica said in Need People to Check a Website for Me:

                                    @Dashrender It's a modern design. There's no "down arrow" but if you look you can see that there's more to the page based on the slider on the side.

                                    Here's a full CSS pulsating arrow I did for a site if you want it:

                                    .scrollDown {
                                    	position: absolute;
                                      	bottom: 5%;
                                      	left: 50%;
                                      	margin-left: -20px;
                                      	color: #FFF;
                                      	-webkit-animation: pulsate 1s ease-in-out;
                                      	-webkit-animation-iteration-count: infinite;
                                      	-moz-animation: pulseate 1s ease-in-out;
                                      	-moz-animation-iteration-count: infinite;
                                      	-o-animation: pulsate 1s ease-in-out;
                                      	-o-animation-iteration-count: infinite;
                                      	animation: pulsate 1s ease-in-out;
                                      	animation-iteration-count: infinite;
                                      	opacity: 0.0;
                                    	width: 0;
                                    	height: 0;
                                    	border-left: 20px solid transparent;
                                    	border-right: 20px solid transparent;
                                    	border-top: 20px solid white;
                                    }
                                    
                                    @-webkit-keyframes pulsate {
                                    	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
                                        100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
                                    }
                                    @-moz-keyframes pulsate {
                                    	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
                                        100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
                                    }
                                    @-o-keyframes pulsate {
                                    	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
                                        100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
                                    }
                                    @keyframes pulsate {
                                    	0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
                                        100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
                                    }
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • DashrenderD
                                      Dashrender
                                      last edited by

                                      I suppose having an arrow is better than nothing, but wasn't what I was going for.

                                      1 Reply Last reply Reply Quote 0
                                      • DominicaD
                                        Dominica
                                        last edited by

                                        I think you're both channeling your inner fuddy duddy. Get with it, get hip 😉

                                        DashrenderD stacksofplatesS 2 Replies Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @Dominica
                                          last edited by Dashrender

                                          @Dominica said in Need People to Check a Website for Me:

                                          I think you're both channeling your inner fuddy duddy. Get with it, get hip 😉

                                          yeah, no! Really, please explain to me the logic that when I click a link all I see is a picture of something something that is completely useless to me! even if there is an arrow, now I have to click/scroll again to get to the data I should just be seeing because I clicked on a button that said - Contact us.

                                          I'm really trying to understand the logic here.

                                          stacksofplatesS 1 Reply Last reply Reply Quote 0
                                          • stacksofplatesS
                                            stacksofplates @Dominica
                                            last edited by

                                            @Dominica said in Need People to Check a Website for Me:

                                            I think you're both channeling your inner fuddy duddy. Get with it, get hip 😉

                                            Ha I don't think we need them. But I had to make some tasteful way for people like Dash to figure out there's more to a page than what you can see 😉

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post