Copy link to clipboard
Copied
Ok so I've got this inherited template mess and im trying to move the editable region up an and nope it wont move by any method i know lone everything up and well its not responding
they had a template lock issue and well this is what's left
I've included the template file so you can have a look at it
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Filidh publishing</title>
<!-- TemplateEndEditable -->
<link href="../css/bootstrap-4.0.0.css" rel="stylesheet" type="text/css">
<link href="../style.css" rel="stylesheet" type="text/css">
<!--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="https://use.edgefonts.net/actor:n4:default;give-you-glory:n4:default;aguafina-script:n4:default;alad..." type="text/javascript"></script>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body style="padding-top: 75px">
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light navlist">
<a class="navbar-brand" href="#">Filidh Books</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<ul class="navlist">
<li class="navlistitem"><a href="../index.html">Home</a> </li>
<li class="navlistitem"> <a href="../rising.html">Author Directory</a> </li>
<li class="navlistitem"> <a href="../more.html">Readers' Forum</a></li>
<li class="navlistitem"> <a href="../tips.html">Writers' Forum</a> </li>
<li class="navlistitem"> <a href="../anthologies.html">Anthologies </a> </li>
<li class="navlistitem"> <a href="../shopping.html">Shopping</a> </li>
<li class="navlistitem"> <a href="../services.html">Events</a></li>
<li class="navlistitem"> <a href="../Contests.html">Contests</a></li>
<li class="navlistitem"> <a href="../about.html">About us</a> </li>
<li class="navlistitem"> <a href="../Contact.html">Contact us</a></li>
</ul>
</nav>
<aside >
<h1>Filidh Publishing</h1>
</aside>
<aside class="asideleft"><div id="extraContent"><!-- TemplateBeginEditable name="EditRegion6" -->
<div class="contentContainer">
<h5><br>
<b><span style="font-family: "Arial","sans-serif"; color: black;">Come
see us and meet local authors at our Double Dog Dare Open Mic events.</span></b><span style="font-weight: bold;"><font face="Arial" size="3"><br>
<a class="twitter-timeline" data-width="100" data-height="100" href="https://twitter.com/Filidhbooks?ref_src=twsrc%5Etfw">Tweets by Filidhbooks</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/filidhbooks" class="twitter-follow-button" data-show-count="false">Follow
@filidhbooks</a> <a href="https://twitter.com/intent/tweet?button_hashtag=takethedare" class="twitter-hashtag-button" data-related="filidhbooks">Tweet
#takethedare</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^https:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</font></span></h5>
</div>
<!-- TemplateEndEditable --></div>
</aside>
<section class="sectionright"><!-- TemplateBeginEditable name="EditRegion5" -->
</section>
<h2>Testing</h2>
<script src="../js/jquery-3.2.1.min.js"></script>
<script src="../js/popper.min.js"></script>
<script src="../js/bootstrap-4.0.0.js"></script>
<!-- TemplateEndEditable -->
</body>
</html>
Simply upload the Template to your remote server and post the URL. We can see what we need with our browser developer tools.
Copy link to clipboard
Copied
Something funky has happened to your code. I'm guessing maybe an errant Find & Replace was done and affected the entire source?
All of those " entities need to be converted to straight " marks or it's not going to work no matter were you move the editable regions.
Copy link to clipboard
Copied
Yeah that’s what I thought to
Copy link to clipboard
Copied
Corrupted code alert! Noting will work in that mess. It almost looks like somebody copied and pasted code into the Design View panel .
Copy link to clipboard
Copied
I’ll find a better way to post the code
Copy link to clipboard
Copied
Simply upload the Template to your remote server and post the URL. We can see what we need with our browser developer tools.
Copy link to clipboard
Copied
yeah I saw this after I posted the code again sorry
Copy link to clipboard
Copied
there that's better looking still has the issues but looks better with " not quote
duuh sorry not awake
and you will see the mess I have to fix
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Filidh publishing</title>
<!-- TemplateEndEditable -->
<link href="../css/bootstrap-4.0.0.css" rel="stylesheet" type="text/css">
<link href="../style.css" rel="stylesheet" type="text/css">
<!--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="https://use.edgefonts.net/actor:n4:default;give-you-glory:n4:default;aguafina-script:n4:default;alad..." type="text/javascript"></script>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body style="padding-top: 75px">
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light navlist">
<a class="navbar-brand" href="#">Filidh Books</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<ul class="navlist">
<li class="navlistitem"><a href="../index.html">Home</a> </li>
<li class="navlistitem"> <a href="../rising.html">Author Directory</a> </li>
<li class="navlistitem"> <a href="../more.html">Readers' Forum</a></li>
<li class="navlistitem"> <a href="../tips.html">Writers' Forum</a> </li>
<li class="navlistitem"> <a href="../anthologies.html">Anthologies </a> </li>
<li class="navlistitem"> <a href="../shopping.html">Shopping</a> </li>
<li class="navlistitem"> <a href="../services.html">Events</a></li>
<li class="navlistitem"> <a href="../Contests.html">Contests</a></li>
<li class="navlistitem"> <a href="../about.html">About us</a> </li>
<li class="navlistitem"> <a href="../Contact.html">Contact us</a></li>
</ul>
</nav>
<aside >
<h1>Filidh Publishing</h1>
</aside>
<aside class="asideleft"><div id="extraContent"><!-- TemplateBeginEditable name="EditRegion6" -->
<div class="contentContainer">
<h5><br>
<b><span style="font-family: "Arial","sans-serif"; color: black;">Come
see us and meet local authors at our Double Dog Dare Open Mic events.</span></b><span style="font-weight: bold;"><font face="Arial" size="3"><br>
<a class="twitter-timeline" data-width="100" data-height="100" href="https://twitter.com/Filidhbooks?ref_src=twsrc%5Etfw">Tweets by Filidhbooks</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/filidhbooks" class="twitter-follow-button" data-show-count="false">Follow
@filidhbooks</a> <a href="https://twitter.com/intent/tweet?button_hashtag=takethedare" class="twitter-hashtag-button" data-related="filidhbooks">Tweet
#takethedare</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^https:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</font></span></h5>
</div>
<!-- TemplateEndEditable --></div>
</aside>
<section class="sectionright"><!-- TemplateBeginEditable name="EditRegion5" -->
</section>
<h2>Testing</h2>
<script src="../js/jquery-3.2.1.min.js"></script>
<script src="../js/popper.min.js"></script>
<script src="../js/bootstrap-4.0.0.js"></script>
<!-- TemplateEndEditable -->
</body>
</html>
Copy link to clipboard
Copied
There is no quick fix for a broken site and broken code except to rebuild it correctly.
Also cannot validate markup online. There seems to be a problem with the domain name records.
500 Can't connect to filidhbooks.com:443 (certificate verify failed)
Copy link to clipboard
Copied
yeah that's another problem I was just made aware of. it apperes that the company that issued the cert has been bought out and the name changed so ill have to get it reissued that should fix that
Copy link to clipboard
Copied
Look on the bright side. It all adds up to billable hours .
Just keep track of everything you do.