The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Overlay on home page
Charligov
post Oct 4 2015, 07:53 PM
Post #1





Group: Members
Posts: 5
Joined: 4-October 15
Member No.: 23,602



I'm using Webeasy ver. 10.2.3 and when I first uploaded the website to GoDaddy it was fine. Now it has a overlay in the background. Cannot find where this is coming from. Here how it looks in all browsers now, I attached the file on how it looks on the internet. Before Chrome was correct now it's doing the same as Firefox and Microsoft Edge. This is the from the browser's view-source:http://lesia-book.com/.


[color=#FFFF66]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Generated by Avanquest Technology v:8.0. For information please visit: http://www.avanquestusa.com/ -->
<html lang="en">
<head>
<title>Lesia Schofer author - grieving process, book-memoir, non fiction books</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css;">
<meta name="Author" content="WebEasy Professional Avanquest Software">
<meta name="Keywords" content="WebEasy, Avanquest">
<meta name="Description" content="This website has been created with technology from Avanquest Software.">
<link rel="stylesheet" href="raw_and_unspoken_g.css" type="text/css" media="screen,projection,print"> <!--// Document Style //-->
<link rel="stylesheet" href="index_p.css" type="text/css" media="screen,projection,print"> <!--// Page Style //-->
<script>/* jshint browser:true */

var starkHelpers = {
getElementByLocators: function(locators) {
var selector = null;
for (var index = 0; index < locators.length; index++) {
if (locators[index].type === 'css_selector') {
selector = locators[index].value;
break;
}
}
if (selector === null) {
return null;
}

var allElements = document.querySelectorAll(selector);
if (allElements.length < 1) {
return null;
} else if (allElements.length > 1) {
console.log(
'Found ' + allElements.length.toString() + ' for: ', selector);
}
return allElements[0];
},
JSON: {
parse: function(data) {
if (JSON.parse) {
return JSON.parse(data);
} else {
return (new Function('return ' + data))(); // jshint ignore:line
}
}
}
};

var starkDOMEditPlayer = new function() { // jshint ignore:line

this.applyEdit = function(edit) {
var element = starkHelpers.getElementByLocators(edit.locators);
if (!element) {
console.log('Unable to find: ', edit.selector);
return;
}
if (edit.editText !== undefined) {
var newElement;
if (edit.extraParameters.insertBefore &&
edit.modificationType === 'headline') {
newElement = document.createElement('h1');
newElement.textContent = edit.editText;
element.parentElement.insertBefore(newElement, element);
} else if (edit.modificationType == 'headline' &&
edit.extraParameters.addFirstChild) {
newElement = document.createElement('h1');
newElement.textContent = edit.editText;
if (element.childNodes.length > 0) {
element.insertBefore(newElement, element.childNodes[0]);
} else {
element.appendChild(newElement);
}
} else {
element.textContent = edit.editText;
}
}
};

this.applyEdits = function(edits) {
for (var index = 0; index < edits.length; index++) {
this.applyEdit(edits[index]);
}
};

this.setEditsDebugData = function(data) {
var element = document.getElementById('starkEditsDebugData');
if (!element) {
element = document.createElement('meta');
element.setAttribute('id', 'starkEditsDebugData');
element.setAttribute('name', 'starkEditsDebugData');
document.head.appendChild(element);
}

element.setAttribute('content', JSON.stringify(data));
};

this.getEditsDebugData = function() {
var element = document.getElementById('starkEditsDebugData');
return JSON.parse(element.getAttribute('content'));
};

// TODO(sbw) detect support for observers, fallback to mutation events.
this.applyEditsToDynamicSite = function(editsArray, debug) {
// Convert array to associative array.
var edits = editsArray.reduce(function(o, v, i) {
o[i] = v; return o; }, {});
if (debug) {
var starkEditsDebugData = {
appliedEdits: {},
pendingEdits: edits
};
this.setEditsDebugData(starkEditsDebugData);
}
var outerThis = this;
// NOTE(sbw) this assumes textContent doesn't change.
var config = {subtree: true, childList: true};
var observer = new MutationObserver(function(mutations) {
var appliedEdits = [];
for (var editKey in edits) {
var edit = edits[editKey];
var element = starkHelpers.getElementByLocators(edit.locators);
if (element) {
outerThis.applyEdit(edit);
appliedEdits.push(editKey);
}
}

for (var index = 0; index < appliedEdits.length; index++) {
if (debug) {
starkEditsDebugData.appliedEdits[appliedEdits[index]] =
edits[appliedEdits[index]];
}
delete edits[appliedEdits[index]];
if (debug) {
outerThis.setEditsDebugData(starkEditsDebugData);
}
}

if (Object.keys(edits).length === 0) {
observer.disconnect();
}
});
observer.observe(document, config);
};
}();
starkDOMEditPlayer.applyEditsToDynamicSite(starkHelpers.JSON.parse(decodeURIComponent("%5B%7B%22tracking%22%3A%7B%22id%22%3A%2297631%22%7D%2C%22old%22%3A%22%3Cdiv%20id%3D%5C%22e5%5C%22%20class%3D%5C%22info%5C%22%3E%5Cr%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%3Cbr%3E%20%5Cr%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%3Cbr%3E%20%5Cr%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%3Cbr%3E%20%5Cr%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cr%5Cn%5Ct%3C%2Fdiv%3E%22%2C%22originalText%22%3A%22%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%20%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cn%5Ct%22%2C%22editText%22%3A%22%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%20%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cn%5Ct%22%2C%22modificationType%22%3A%22content%22%2C%22extraParameters%22%3A%7B%7D%2C%22mode%22%3A%22first%22%2C%22locators%22%3A%5B%7B%22type%22%3A%22css_selector%22%2C%22value%22%3A%22%23e5%22%7D%5D%2C%22new%22%3A%22%3Cdiv%20id%3D%5C%22e5%5C%22%20class%3D%5C%22info%5C%22%3E%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%3Cbr%3E%20%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%3Cbr%3E%20%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%3Cbr%3E%20%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%3Cbr%3E%20%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cn%5Ct%3C%2Fdiv%3E%22%2C%22type%22%3A%22replace%22%7D%5D")), false)</script></head>


<body>
<div id="page" class="page">
<div id="e20" class="page_box"></div>
<span id="e19" class="navigation_box"></span>
<span id="e18" class="navigation_box"></span>
<div id="e17" class="panel_box"></div>
<h4 id="e16" class="heading4">
WELCOME TO OUR WEBSITE
</h4>
<div id="e15" class="info">
Thank you for visiting the Raw and Unspoken Website.<br>
<br>
I offer you a travelled road of love, pain and lasting memories about a lost loved one. These feelings are global, and yet, so individual.<br>
<br>
I took a chance when writing down private, painful and raw thoughts and feelings. Now I welcome you to read this memoir.<br>
<br>
Perhaps you will relate to the rawness in these shared pages.<br>
<br>
Perhaps you will receive an unforgettable experience from this book. It may prove invaluable in helping you become the sturdy and compassionate shoulder for a hurting soul to lean upon. Let them lean on you. Who knows the magic in that?
</div>
<span id="e14"></span>
<div id="e13"><span class="sly">
RAW AND UNSPOKEN
</span></div>
<span id="e12"></span>
<div id="e11" class="cc01">
Home
</div>
<div id="e10" class="cc01">
|
</div>
<div id="e9" class="cc01">
<a href="raw_and_unspoken_002.htm">
The Book </a>
</div>
<div id="e8" class="cc01">
|
</div>
<div id="e7" class="cc01">
<a href="raw_and_unspoken_005.htm">
The Author</a>
</div>
<div id="e6" class="cc01">
|
</div>
<div id="e5" class="cc01">
<a href="raw_and_unspoken_006.htm">
Calendar</a>
</div>
<div id="e4" class="cc01">
|
</div>
<div id="e3" class="cc01">
<a href="raw_and_unspoken_007.htm">
Photo Gallery</a>
</div>
<div id="e2" class="cc01">
|
</div>
<div id="e1" class="cc01">
<a href="raw_and_unspoken_008.htm">
Let's Connect/Testimonials </a>
</div>
</div>
</body>
</html>

But it should look like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Generated by Avanquest Technology v:8.0. For information please visit: http://www.avanquestusa.com/ -->
<html lang="en">
<head>
<title> Home </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css;">
<meta name="Author" content="WebEasy Professional Avanquest Software">
<meta name="Keywords" content="WebEasy, Avanquest">
<meta name="Description" content="This website has been created with technology from Avanquest Software.">
<link rel="stylesheet" href="raw_and_unspoken_g.css" type="text/css" media="screen,projection,print"> <!--// Document Style //-->
<link rel="stylesheet" href="index_p.css" type="text/css" media="screen,projection,print"> <!--// Page Style //-->
</head>


<body>
<div id="page">
<div id="e20" class="page_box"></div>
<span id="e19" class="navigation_box"></span>
<span id="e18" class="navigation_box"></span>
<div id="e17" class="panel_box"></div>
<div id="e16" class="info">
Thank you for visiting the Raw and Unspoken Website.<br>
<br>
I offer you a travelled road of love, pain and lasting memories about a lost loved one. These feelings are global, and yet, so individual.<br>
<br>
I took a chance when writing down private, painful and raw thoughts and feelings. Now I welcome you to read this memoir.<br>
<br>
Perhaps you will relate to the rawness in these shared pages.<br>
<br>
Perhaps you will receive an unforgettable experience from this book. It may prove invaluable in helping you become the sturdy and compassionate shoulder for a hurting soul to lean upon. Let them lean on you. Who knows the magic in that?
</div>
<span id="e15"></span>
<span id="e14"></span>
<div id="e13" class="cc01">
Home
</div>
<div id="e12" class="cc01">
|
</div>
<div id="e11" class="cc01">
<a href="raw_and_unspoken_002.htm">
The Book </a>
</div>
<div id="e10" class="cc01">
|
</div>
<div id="e9" class="cc01">
<a href="raw_and_unspoken_005.htm">
The Author</a>
</div>
<div id="e8" class="cc01">
|
</div>
<div id="e7" class="cc01">
<a href="raw_and_unspoken_006.htm">
Calendar</a>
</div>
<div id="e6" class="cc01">
|
</div>
<div id="e5" class="cc01">
<a href="raw_and_unspoken_007.htm">
Photo Gallery</a>
</div>
<div id="e4" class="cc01">
|
</div>
<div id="e3" class="cc01">
<a href="raw_and_unspoken_008.htm">
Let's Connect/Testimonials </a>
</div>
<div id="e2" class="cc02">
RAW AND UNSPOKEN
</div>
<div id="e1" class="cc03">
Welcome to Our Website
</div>
</div>
</body>
</html>


How can I fix this? My client is very upset.


Attached thumbnail(s)
Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 5 2015, 03:17 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



The large script block inserts the text a second time. Why is the script there at all? What more is it used for? If you don't know and don't need it, just remove the whole thing and I think you'll get what you want.

CODE

<script>/* jshint browser:true */

var starkHelpers = {
  getElementByLocators: function(locators) {
    var selector = null;
    for (var index = 0; index < locators.length; index++) {
      if (locators[index].type === 'css_selector') {
        selector = locators[index].value;
        break;
      }
    }
    if (selector === null) {
      return null;
    }

    var allElements = document.querySelectorAll(selector);
    if (allElements.length < 1) {
      return null;
    } else if (allElements.length > 1) {
      console.log(
        'Found ' + allElements.length.toString() + ' for: ', selector);
    }
    return allElements[0];
  },
  JSON: {
    parse: function(data) {
      if (JSON.parse) {
        return JSON.parse(data);
      } else {
        return (new Function('return ' + data))();  // jshint ignore:line
      }
    }
  }
};

var starkDOMEditPlayer = new function() {  // jshint ignore:line

  this.applyEdit = function(edit) {
    var element = starkHelpers.getElementByLocators(edit.locators);
    if (!element) {
      console.log('Unable to find: ', edit.selector);
      return;
    }
    if (edit.editText !== undefined) {
      var newElement;
      if (edit.extraParameters.insertBefore &&
          edit.modificationType === 'headline') {
        newElement = document.createElement('h1');
        newElement.textContent = edit.editText;
        element.parentElement.insertBefore(newElement, element);
      } else if (edit.modificationType == 'headline' &&
          edit.extraParameters.addFirstChild) {
        newElement = document.createElement('h1');
        newElement.textContent = edit.editText;
        if (element.childNodes.length > 0) {
          element.insertBefore(newElement, element.childNodes[0]);
        } else {
          element.appendChild(newElement);
        }
      } else {
        element.textContent = edit.editText;
      }
    }
  };

  this.applyEdits = function(edits) {
    for (var index = 0; index < edits.length; index++) {
      this.applyEdit(edits[index]);
    }
  };

  this.setEditsDebugData = function(data) {
    var element = document.getElementById('starkEditsDebugData');
    if (!element) {
      element = document.createElement('meta');
      element.setAttribute('id', 'starkEditsDebugData');
      element.setAttribute('name', 'starkEditsDebugData');
      document.head.appendChild(element);
    }

    element.setAttribute('content', JSON.stringify(data));
  };

  this.getEditsDebugData = function() {
    var element = document.getElementById('starkEditsDebugData');
    return JSON.parse(element.getAttribute('content'));
  };

  // TODO(sbw) detect support for observers, fallback to mutation events.
  this.applyEditsToDynamicSite = function(editsArray, debug) {
    // Convert array to associative array.
    var edits = editsArray.reduce(function(o, v, i) {
      o[i] = v; return o; }, {});
    if (debug) {
      var starkEditsDebugData = {
        appliedEdits: {},
        pendingEdits: edits
      };
      this.setEditsDebugData(starkEditsDebugData);
    }
    var outerThis = this;
    // NOTE(sbw) this assumes textContent doesn't change.
    var config = {subtree: true, childList: true};
    var observer = new MutationObserver(function(mutations) {
      var appliedEdits = [];
      for (var editKey in edits) {
        var edit = edits[editKey];
        var element = starkHelpers.getElementByLocators(edit.locators);
        if (element) {
          outerThis.applyEdit(edit);
          appliedEdits.push(editKey);
        }
      }

      for (var index = 0; index < appliedEdits.length; index++) {
        if (debug) {
          starkEditsDebugData.appliedEdits[appliedEdits[index]] =
            edits[appliedEdits[index]];
        }
        delete edits[appliedEdits[index]];
        if (debug) {
          outerThis.setEditsDebugData(starkEditsDebugData);
        }
      }

      if (Object.keys(edits).length === 0) {
        observer.disconnect();
      }
    });
    observer.observe(document, config);
  };
}();
starkDOMEditPlayer.applyEditsToDynamicSite(starkHelpers.JSON.parse(decodeURIComponent("%5B%7B%22tracking%22%3A%7B%22id%22%3A%2297631%22%7D%2C%22originalText%22%3A%22%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%20%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cn%5Ct%22%2C%22editText%22%3A%22%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%20%5Cn%5Ct%5Ct%20%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%20%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cn%5Ct%22%2C%22modificationType%22%3A%22content%22%2C%22extraParameters%22%3A%7B%7D%2C%22new%22%3A%22%3Cdiv%20id%3D%5C%22e5%5C%22%20class%3D%5C%22info%5C%22%3E%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%3Cbr%3E%20%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%3Cbr%3E%20%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%3Cbr%3E%20%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%3Cbr%3E%20%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cn%5Ct%3C%2Fdiv%3E%22%2C%22mode%22%3A%22first%22%2C%22locators%22%3A%5B%7B%22type%22%3A%22css_selector%22%2C%22value%22%3A%22%23e5%22%7D%5D%2C%22old%22%3A%22%3Cdiv%20id%3D%5C%22e5%5C%22%20class%3D%5C%22info%5C%22%3E%5Cr%5Cn%5Ct%5CtThank%20you%20for%20visiting%20the%20Raw%20and%20Unspoken%20Website.%3Cbr%3E%20%5Cr%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtI%20offer%20you%20a%20travelled%20road%20of%20love%2C%20pain%20and%20lasting%20memories%20about%20a%20lost%20loved%20one.%20These%20feelings%20are%20global%2C%20and%20yet%2C%20so%20individual.%3Cbr%3E%20%5Cr%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtI%20took%20a%20chance%20when%20writing%20down%20private%2C%20painful%20and%20raw%20thoughts%20and%20feelings.%20%20Now%20I%20welcome%20you%20to%20read%20this%20memoir.%3Cbr%3E%20%5Cr%5Cn%5Ct%5Ct%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtPerhaps%20you%20will%20relate%20to%20the%20rawness%20in%20these%20shared%20pages.%3Cbr%3E%20%5Cr%5Cn%5Ct%5CtPerhaps%20you%20will%20receive%20an%20unforgettable%20experience%20from%20this%20book.%20%20It%20may%20prove%20invaluable%20in%20helping%20you%20become%20the%20sturdy%20and%20compassionate%20shoulder%20for%20a%20hurting%20soul%20to%20lean%20upon.%20Let%20them%20lean%20on%20you.%20Who%20knows%20the%20magic%20in%20that%3F%5Cr%5Cn%5Ct%3C%2Fdiv%3E%22%2C%22type%22%3A%22replace%22%7D%5D")), false)</script>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Charligov
post Oct 5 2015, 07:17 AM
Post #3





Group: Members
Posts: 5
Joined: 4-October 15
Member No.: 23,602



The problems is it's not in my file. I cannot find the script. My script looks like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Generated by Avanquest Technology v:8.0. For information please visit: http://www.avanquestusa.com/ -->
<html lang="en">
<head>
<title> Home </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css;">
<meta name="Author" content="WebEasy Professional Avanquest Software">
<meta name="Keywords" content="WebEasy, Avanquest">
<meta name="Description" content="This website has been created with technology from Avanquest Software.">
<link rel="stylesheet" href="raw_and_unspoken_g.css" type="text/css" media="screen,projection,print"> <!--// Document Style //-->
<link rel="stylesheet" href="index_p.css" type="text/css" media="screen,projection,print"> <!--// Page Style //-->
</head>


<body>
<div id="page" class="page">
<div id="e20" class="page_box"></div>
<span id="e19" class="navigation_box"></span>
<span id="e18" class="navigation_box"></span>
<div id="e17" class="panel_box"></div>
<div id="e16" class="info">
Thank you for visiting the Raw and Unspoken Website.<br>
<br>
I offer you a travelled road of love, pain and lasting memories about a lost loved one. These feelings are global, and yet, so individual.<br>
<br>
I took a chance when writing down private, painful and raw thoughts and feelings. Now I welcome you to read this memoir.<br>
<br>
Perhaps you will relate to the rawness in these shared pages.<br>
<br>
Perhaps you will receive an unforgettable experience from this book. It may prove invaluable in helping you become the sturdy and compassionate shoulder for a hurting soul to lean upon. Let them lean on you. Who knows the magic in that?
</div>
<span id="e15"></span>
<span id="e14"></span>
<div id="e13" class="cc01">
Home
</div>
<div id="e12" class="cc01">
|
</div>
<div id="e11" class="cc01">
<a href="raw_and_unspoken_002.htm">
The Book </a>
</div>
<div id="e10" class="cc01">
|
</div>
<div id="e9" class="cc01">
<a href="raw_and_unspoken_005.htm">
The Author</a>
</div>
<div id="e8" class="cc01">
|
</div>
<div id="e7" class="cc01">
<a href="raw_and_unspoken_006.htm">
Calendar</a>
</div>
<div id="e6" class="cc01">
|
</div>
<div id="e5" class="cc01">
<a href="raw_and_unspoken_007.htm">
Photo Gallery</a>
</div>
<div id="e4" class="cc01">
|
</div>
<div id="e3" class="cc01">
<a href="raw_and_unspoken_008.htm">
Let's Connect/Testimonials </a>
</div>
<div id="e2" class="cc02">
RAW AND UNSPOKEN
</div>
<div id="e1" class="cc03">
Welcome to Our Website
</div>
</div>
</body>
</html>

This is from the browsers view page source. I don't know where it's coming from and I need to get it fix. It is driving me crazy.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 5 2015, 10:25 AM
Post #4


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



Could it be something Webeasy inserts? Or maybe (less likely) a GoDaddy feature that's inserted by the server?

I see no other javascripts on the page that could have inserted it.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 5 2015, 03:41 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Sounds strange that GoDaddy should to that. Are you sure the file you upload looks as you show us?

How does Avanquest come into it BTW? Didn't you say Webeasy?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Charligov
post Oct 5 2015, 04:30 PM
Post #6





Group: Members
Posts: 5
Joined: 4-October 15
Member No.: 23,602



QUOTE(pandy @ Oct 5 2015, 04:41 PM) *

Sounds strange that GoDaddy should to that. Are you sure the file you upload looks as you show us?

How does Avanquest come into it BTW? Didn't you say Webeasy?

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Charligov
post Oct 5 2015, 04:33 PM
Post #7





Group: Members
Posts: 5
Joined: 4-October 15
Member No.: 23,602



Yes I'm using Webeasy 10.2.3 and I deleted and redid the home page and it's still there. I'm not sure where it coming from. GoDaddy is telling me that it's the software. I reached our to Webeasy and they said it was code problem. I'm using the software as designed. I'm not doing my our codes and using the basic tools.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Charligov
post Oct 5 2015, 04:53 PM
Post #8





Group: Members
Posts: 5
Joined: 4-October 15
Member No.: 23,602



When I go to another page and come back to the home page it's goes away, but when you first logon it's there. I attached a file on how it looks when I view it in the software and this is how it looked in the beginning.


Attached thumbnail(s)
Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 5 2015, 05:02 PM
Post #9


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



QUOTE(Charligov @ Oct 5 2015, 11:53 PM) *

When I go to another page and come back to the home page it's goes away, but when you first logon it's there.

The "Home" links load http://lesia-book.com/index.html, not http://lesia-book.com/. Maybe these two URLs load different files? Check that index.html really is the default file for http://lesia-book.com/.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 5 2015, 07:42 PM
Post #10


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



That must be it!

Mea culpa. Seems Avanquest is the ones making Webeasy. Or they bought it. Whatever.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 5 2015, 07:48 PM
Post #11


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Well boo hoo! GoDaddy kindly lists their index files and I tried #1 though #6 under Windows and they don't exist. So now what?

https://www.godaddy.com/help/what-file-disp...-domain-name-60

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 5 2015, 07:51 PM
Post #12


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Take a look with FTP and see what files you have in your root directory. Files that are not images, CSS or JS files, that is. .html, .htm, .shtml, .php, .asp...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 6 2015, 05:41 AM
Post #13


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



QUOTE(pandy @ Oct 6 2015, 02:48 AM) *

Well boo hoo! GoDaddy kindly lists their index files and I tried #1 though #6 under Windows and they don't exist. So now what?

https://www.godaddy.com/help/what-file-disp...-domain-name-60

That link was broken when I tried it. unsure.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 6 2015, 12:40 PM
Post #14


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



It works now.

But for your convenience... smile.gif


CODE
    default.asp
    default.html
    default.htm
    default.aspx
    default.php
    default.shtml
    default.shtm
    index.html
    index.htm
    index.asp
    index.php
    index.shtml
    index.shtm
    home.html
    home.htm
    home.shtml
    home.shtm
    welcome.html
    welcome.asp
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 6 2015, 12:43 PM
Post #15


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



I've tested the first 7. Everything before index.html. If that list is correct that should be enough. unsure.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 05:56 AM