Skip to main content
Participant
March 22, 2017
Question

Business Catalyst Dreamweaver Template Issue

  • March 22, 2017
  • 0 replies
  • 276 views

Hello,

Ive been told that somehow the template I created in dreamweaver affects the css that controls BC modules, my site currently does not look like the one i created in DW althought I have upload the newest version. I have been playing ping pong between BC techs and DW and BC said that they cant help me with code, I hope you guys can assist me. Here is the code I have for the template. Please feel free to share your thoughts. thank you.

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="author" content="IbarDesign">

<!-- TemplateBeginEditable name="doctitle" -->

<title>Veneto Luce | Home</title>

<!-- TemplateEndEditable -->

<link rel="shortcut icon" href="../images/_svg/Veneto_logo_solo_b.svg"/>

 

<!-- Bootstrap -->

<link href="/css/bootstrap.css" rel="stylesheet">

<link href="/css/style.css" rel="stylesheet" type="text/css">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

<!--[if lt IE 9]>

      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>

      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>

    <![endif]-->

<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->

<script>var __adobewebfontsappname__="dreamweaver"</script>

<script src="http://use.edgefonts.net/syncopate:n4:default.js" type="text/javascript"></script>

</head>

<body>

<header class="header">

  <nav class="navbar navbar-default">

      <div class="container">

        <!-- Brand and toggle get grouped for better mobile display -->

        <div class="navbar-header">

          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#defaultNavbar1" aria-expanded="false"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>

          <a class="navbar-brand" href="../html/index.html" title="Veneto Luce"></a></div>

        <!-- Collect the nav links, forms, and other content for toggling -->

        <div class="collapse navbar-collapse" id="defaultNavbar1">

          <ul class="nav navbar-nav">

            <li class="active"><a href="../html/index.html">HOME<span class="sr-only">(current)</span></a></li>

          

            <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">SHOP<span class="caret"></span></a>

              <ul class="dropdown-menu">

                <li><a href="http://www.venetoluce.com/veneto-luce-lighting ">LIGHTING</a></li>

                  <li><a href="../html/home-decor.html">DECOR</a></li>

             <li><a href="http://www.venetoluce.com/veneto_luce_wholesale-sign-up.html">WHOLESALE</a></li>

              </ul>

            </li>

             <li><a href="../html/about-us.html">ABOUT US</a></li>

              <li><a href="">CONTACT US</a></li>

              <li><a href="">LOG-IN</a></li>

              <form name="catsearchform59779" method="post" action="../search-results.html"><div class="search-box"><input class="cat_textbox_small" type="text" name="CAT_Search" id="CAT_Search" /><input class="cat_button" type="submit" value="Search" /></div></form>

          </ul>

          

           

         

        </div>

        <!-- /.navbar-collapse -->

    </div>

      <!-- /.container-fluid -->

  </nav>

</header>

<!-- TemplateBeginEditable name="content" -->content<!-- TemplateEndEditable -->

<!-- footer -->

<footer class="footer">

  <div class="row">

      <div class="col-lg-4">

          <div id="menu">

          <ul>

          <li class="heading">LIGHTING</li>

          <li><a href="http://www.venetoluce.com/veneto-luce-lighting/ceiling-lighting" title="Ceiling Lighting">CIELING</a></li>

          <li><a href="http://www.venetoluce.com/veneto-luce-lighting/wall-lighting" title="Wall Lighting">WALL</a></li>

          <li><a href="http://www.venetoluce.com/veneto-luce-lighting/floor-lighting" title="Floor Lighting">FLOOR</a></li>

      </ul>

          </div>

     

         

      </div>

      <div class="col-lg-4">

          <div id="contact info">

          <a href="https://www.facebook.com" target="_blank" title="Veneto Luce Facebook" ><img id="social-media-veneto" src="../images/_social_icons/white/veneto_luce_fb_w.svg" alt="veneto luce instagram" href="facebook.com"/></a>

        

          <a href="https://www.twitter.com" target="_blank" title="Veneto Luce Twitter"><img id="social-media" src="../images/_social_icons/white/veneto_luce_tw_w.svg" alt=""/></a>

      <a href="https://www.instagram.com" target="_blank" title="Veneto Luce Instagram"><img id="veneto-luce-instagram" src="../images/_social_icons/white/veneto_luce_ig_w.svg" alt=""/></a>

        </div>

        

        <div id="veneto luce address">

            <h5 class="address">490 s. san vicente blvd. #8 </h5>

            <h5 class="address">west hollywood, ca. 90048</h5>

          </div>

         

        <div id="veneto luce phone">

            <h3 id="phone"><a href="tel:+14243334511" title="Veneto Luce Phone Number">424-333-4511

          <span class="sr-only">phone number contact</span></a></h3>

        </div>

    </div>

      <div class="col-lg-4">

          <div id="veneto links">

          <ul>

          <li class="heading">VENETO LUCE</li>

          <li><a href="">CONTACT US</a></li>

          <li><a href="../html/about-us.html">ABOUT US</a></li>

          <li><a href="../html/return-policy.html">RETURN POLICY</a></li>

      </ul>

             

          </div>

         

      </div>

  </div>

</footer>

<!-- jQuery -->

<!-- <script src="js/jquery.js"></script> -->

<script src="../js/jquery-1.11.3.min.js"></script>

<!-- Bootstrap Core JavaScript -->

<script src="../js/bootstrap.min.js"></script> <!-- Script to Activate the Carousel -->

<script>

    $('.carousel').carousel({

        interval: 5000 //changes the speed

    })

    </script>

</body>

</html>

This topic has been closed for replies.