Header.php not displaying cssi

======== TEMPLATE BUG FORM ========

Wappler Version : 2.5.4
Operating System : windows 10 pro
header.php and footer.php not displaying css or nav in design view
in one project site – but working in a different one - anyone know what am i missing?

header code below

<!-- Wappler include  head-page="index.php" appconnect="local" israp4="cdn" fontawesome_4="cdn" jquery_slim_33="cdn" components="{&quot;dmxBootstrap4Navigation&quot;:{}}" class="nav-title jquery_slim_34="cdn" bootstrap4="cdn"-->

<div class="container-fluid style18 pl-lg-5 pr-lg-5">
	<div class="row style19 ml-xl-5 mr-xl-5">
		<div class="col style17">
			<nav class="navbar navbar-expand-lg justify-content-between nway-nav navbar-dark" style="">
				<a class="navbar-brand mr-auto ml-auto nav-title font-weight-normal" href="index.php" id="Northwayrestaurant">
					<img src="assets/logos/northway_logo_med.png">
				</a>
				<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar1_collapse" aria-controls="navbar1_collapse" aria-expanded="false" aria-label="Toggle navigation">
					<span class="navbar-toggler-icon"></span>
				</button>
				<div class="collapse navbar-collapse justify-content-center" id="navbar1_collapse">
					<div class="navbar-nav">
						<a class="nav-item nav-link active nav-title" href="index.php" id="home">Home</a>
						<a class="nav-item nav-link" href="about.php" id="about">About</a>
						<div class="nav-item dropdown" id="Menus">
							<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="dropdown1" role="button" aria-haspopup="true" aria-expanded="false">Menus</a>
							<div class="dropdown-menu" aria-labelledby="dropdown1">
								<a class="dropdown-item" href="main.php" id="main">Main Menu</a>
								<a class="dropdown-item" href="kids.php" id="kids">Kid's Menu</a>
								<a class="dropdown-item" href="breakfast.php" id="breakfast">Breakfast Menu</a>
								<a class="dropdown-item" href="holiday_menu.php" id="breakfast1">Holiday Menu</a>
								<a class="dropdown-item" href="banquet.php" id="breakfast2">Banquet Menu</a>
							</div>
						</div>
						<a class="nav-item nav-link" href="specials.php" id="specials">Specials</a>
						<a class="nav-item nav-link" href="banquet.php" id="BanquetFacilities">Banquet Facilities</a>
						<a class="nav-item nav-link" href="contact.php" id="contact">Contact</a>
					</div>
				</div>
			</nav>
		</div>
	</div>
</div>

I am having the same/similar issue.

I’m working on a content page , where the parent has a style sheet, however the design view does not render the styles, but when viewing from the parent page, they do.

@George Is this a bug, or a problem in my setup?

css styles do not properly render in the editor when editing a content page whose head page has the css attached.

I don’t think we include any other custom style sheets in the content pages but the ones from the selected frameworks and components … yet

Hoping that changes soon @George as development of styles is very slow when you have to always go back to view in head page. Thanks for considering this!

1 Like