Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

css and template not able to reposition editable region

Community Beginner ,
May 07, 2019 May 07, 2019

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=&quot;utf-8&quot;>
<meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;>
<meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;>
<!-- TemplateBeginEditable name=&quot;doctitle&quot; -->
<title>Filidh publishing</title>
<!-- TemplateEndEditable -->
<link href=&quot;../css/bootstrap-4.0.0.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;>
<link href=&quot;../style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;>
<!--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__=&quot;dreamweaver&quot;</script><script src=&quot;https://use.edgefonts.net/actor:n4:default;give-you-glory:n4:default;aguafina-script:n4:default;alad...&quot; type=&quot;text/javascript&quot;></script>
<!-- TemplateBeginEditable name=&quot;head&quot; -->

<!-- TemplateEndEditable -->
</head>
<body style="padding-top: 75px">
<nav class=&quot;navbar fixed-top navbar-expand-lg navbar-light bg-light navlist&quot;>
  <a class=&quot;navbar-brand&quot; href=&quot;#&quot;>Filidh Books</a>
  <button class=&quot;navbar-toggler&quot; type=&quot;button&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#navbarSupportedContent1&quot; aria-controls=&quot;navbarSupportedContent1&quot; aria-expanded=&quot;false&quot; aria-label=&quot;Toggle navigation&quot;> <span class=&quot;navbar-toggler-icon&quot;></span> </button>
<ul class=&quot;navlist&quot;>
  <li class=&quot;navlistitem&quot;><a href=&quot;../index.html&quot;>Home</a> </li>
  <li class=&quot;navlistitem&quot;> <a href=&quot;../rising.html&quot;>Author Directory</a> </li>
<li class=&quot;navlistitem&quot;> <a href=&quot;../more.html&quot;>Readers' Forum</a></li>
  <li class=&quot;navlistitem&quot;> <a href=&quot;../tips.html&quot;>Writers' Forum</a> </li>
<li class=&quot;navlistitem&quot;> <a href=&quot;../anthologies.html&quot;>Anthologies </a> </li>
<li class=&quot;navlistitem&quot;> <a href=&quot;../shopping.html&quot;>Shopping</a> </li>
  <li class=&quot;navlistitem&quot;>  <a href=&quot;../services.html&quot;>Events</a></li>
<li class=&quot;navlistitem&quot;>  <a href=&quot;../Contests.html&quot;>Contests</a></li>
<li class=&quot;navlistitem&quot;> <a href=&quot;../about.html&quot;>About us</a> </li>
<li class=&quot;navlistitem&quot;> <a href=&quot;../Contact.html&quot;>Contact us</a></li>
</ul>
</nav>
<aside >
  <h1>Filidh Publishing</h1>
</aside>
<aside class=&quot;asideleft&quot;><div id=&quot;extraContent&quot;><!-- TemplateBeginEditable name=&quot;EditRegion6&quot; -->
     <div class=&quot;contentContainer&quot;>
       <h5><br>
         <b><span style=&quot;font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black;&quot;>Come
           see us and meet local authors at our Double Dog Dare Open Mic events.</span></b><span style=&quot;font-weight: bold;&quot;><font face=&quot;Arial&quot; size=&quot;3&quot;><br>
              <a class=&quot;twitter-timeline&quot; data-width=&quot;100&quot; data-height=&quot;100&quot; href=&quot;https://twitter.com/Filidhbooks?ref_src=twsrc%5Etfw&quot;>Tweets by Filidhbooks</a>
              <script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;></script>
             <a  href=&quot;https://twitter.com/filidhbooks" class="twitter-follow-button" data-show-count="false">Follow
               @filidhbooks</a> <a href=&quot;https://twitter.com/intent/tweet?button_hashtag=takethedare&quot; class=&quot;twitter-hashtag-button&quot; data-related=&quot;filidhbooks&quot;>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=&quot;sectionright&quot;><!-- TemplateBeginEditable name=&quot;EditRegion5&quot; -->
</section>
  <h2>Testing</h2>

<script src=&quot;../js/jquery-3.2.1.min.js&quot;></script>
<script src=&quot;../js/popper.min.js&quot;></script>
<script src=&quot;../js/bootstrap-4.0.0.js&quot;></script>
<!-- TemplateEndEditable -->
</body>

</html>

Views

592
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 07, 2019 May 07, 2019

Simply upload the Template to your remote server and post the URL.  We can see what we need with our browser developer tools.

Votes

Translate
Community Expert ,
May 07, 2019 May 07, 2019

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 &quot; entities need to be converted to straight " marks or it's not going to work no matter were you move the editable regions.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 07, 2019 May 07, 2019

Copy link to clipboard

Copied

Yeah that’s what I thought to

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 07, 2019 May 07, 2019

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

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 07, 2019 May 07, 2019

Copy link to clipboard

Copied

I’ll find a better way to post the code

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 07, 2019 May 07, 2019

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.

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 07, 2019 May 07, 2019

Copy link to clipboard

Copied

yeah I saw this after I posted the code again sorry

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 07, 2019 May 07, 2019

Copy link to clipboard

Copied

there that's better looking still has the issues but looks better with " not quote

duuh sorry not awake

https://filidhbooks.com

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: &quot;Arial&quot;,&quot;sans-serif&quot;; 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>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 07, 2019 May 07, 2019

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)

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 07, 2019 May 07, 2019

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 07, 2019 May 07, 2019

Copy link to clipboard

Copied

LATEST

Look on the bright side.  It all adds up to billable hours .  

Just keep track of everything you do.

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines