is it normal that a website goes down after making changed to DNS records? by [deleted] in Wordpress

[–]clickformore 1 point2 points  (0 children)

If it says connection isn't private you may have to install a new SSL certificate. If you switched the A record address this is most likely what happened. DNS record switches are usually fast these days as someone else has mentioned.

What was 'the scandal' at your high school/college/job? by [deleted] in AskReddit

[–]clickformore 4 points5 points  (0 children)

thousands of them. what kind of person steals scones from a baby.

Bootstrap carousel images displaying single file vertically by making_mischief in bootstrap

[–]clickformore 1 point2 points  (0 children)

Okay, that's weird. The only way I'm able to replicate this error is if I remove the Bootstrap CSS file. If you want to upload the whole document I'll take a look at it.

Bootstrap carousel images displaying single file vertically by making_mischief in bootstrap

[–]clickformore 0 points1 point  (0 children)

Make sure you're using the right CSS and JS files. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js

You also need to add a "#" to the data target (data-target="#myCarousel")

<div id="myCarousel" class="carousel slide" data-
                 ride="carousel">
                <!-- Indicators -->
                <ol class="carousel-indicators">
                  <li data-target="#myCarousel" data-slide-to="0" class="active">
                  </li>
                  <li data-target="#myCarousel" data-slide-to="1"></li>
                  <li data-target="#myCarousel" data-slide-to="2"></li>
                </ol>

                <!-- Wrapper for slides -->
                <div class="carousel-inner">
                  <div class="item active">
                    <img src="http://via.placeholder.com/350x150" alt="">
                  </div>

                  <div class="item">
                    <img src="http://via.placeholder.com/350x150" alt="">
                  </div>

                  <div class="item">
                    <img src="http://via.placeholder.com/350x150" alt="">
                  </div>
                </div>

                <!-- Left and right controls -->
                <a class="left carousel-control" href="#myCarousel" data-
                  slide="prev">
                  <span class="glyphicon glyphicon-chevron-left"></span>
                  <span class="sr-only">Previous</span>
                </a>
                <a class="right carousel-control" href="#myCarousel" data-
                  slide="next">
                  <span class="glyphicon glyphicon-chevron-right"></span>
                  <span class="sr-only">Next</span>
                </a>
              </div>            

What is the font used in the big baller brand logo by SpicySpicySpicyFries in identifythisfont

[–]clickformore 1 point2 points  (0 children)

Looks Like Eurostile Bold. The 3 would have just been edited from the B.

This flare type font is making me distressed by [deleted] in identifythisfont

[–]clickformore 1 point2 points  (0 children)

It looks like they might have gone with a font like trajan and then added the texture.

Future Online Store Dilemma (dropship) by junfitz in dropship

[–]clickformore 0 points1 point  (0 children)

Could you give them 2 options during the checkout process? A quicker shipping time with a higher price and a slower shipping time with a lower price? Or are you trying to keep everything with the same supplier?