Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

Cfb5319
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/25/2021 :  11:15:58  
I just notice a capital F in the top left of all my pages (including the admin). I have checked the code but cannot find this F so that I can remove it. Any ideas where it may be. Take a look https://www.thechristianfamilybookstore.com/

dbdave
ECT Moderator

USA
10408 Posts

Posted - 01/25/2021 :  11:48:58  
It's in the <head> section there.

<script type="text/javascript" src="/js/ectcart.js"></script>
F<style type="text/css">

Edited by - dbdave on 01/25/2021 11:49:36

Cfb5319
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/25/2021 :  12:29:55  
When you look at the pages in a browser and view the source I see the F where you mentioned. But, when I go to edit it in either Microsoft Expressions or my FTP program, the F is not there.

dbdave
ECT Moderator

USA
10408 Posts

Posted - 01/25/2021 :  14:06:00  
Can you post the code from the <head> section of your dwt file?

Thanks,
David

Cfb5319
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/25/2021 :  14:08:09  
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- #BeginEditable "doctitle" -->
<title>Christian Family Bookstore</title>
<!-- #EndEditable -->
<link href="../css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="../css/flexslider.css" type="text/css" media="screen" />

<script type="text/javascript" src="../js/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".navTab").click(function(){
$(".navLink").slideToggle("slow");
});
});
</script>
<!-- #BeginEditable "head" -->
<link href="css/ectcart.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/js/ectcart.js"></script>
<?php include "vsadmin/db_conn_open.php" ?>
<?php include "vsadmin/inc/languagefile.php" ?>
<?php include "vsadmin/includes.php" ?>
<?php include "vsadmin/inc/incfunctions.php" ?>

<?php $menustyle='horizontalmenu1'; ?>
<?php include "vsadmin/inc/incmenu.php"?>
<!-- #EndEditable -->
<style type="text/css">
.style1 {
border-width: 0px;
}
.style2 {
color: #006ABA;
}
</style>
</head>

John Nolan
Advanced Member

Canada
409 Posts

Pre-sales questions only
(More Details...)

Posted - 01/25/2021 :  16:08:53  
The code I see on the site has a orphan "F" on line 25:

(24) <script type="text/javascript" src="/js/ectcart.js"></script>
(25)F<style type="text/css">

dbdave
ECT Moderator

USA
10408 Posts

Posted - 01/25/2021 :  16:46:12  
The stray "F" will be in one of the include files.

<?php include "vsadmin/db_conn_open.php" ?>
<?php include "vsadmin/inc/languagefile.php" ?>
<?php include "vsadmin/includes.php" ?>
<?php include "vsadmin/inc/incfunctions.php" ?>
<?php include "vsadmin/inc/incmenu.php"?>

I would focus on these 3

<?php include "vsadmin/db_conn_open.php" ?>
<?php include "vsadmin/inc/languagefile.php" ?>
<?php include "vsadmin/includes.php" ?>


David

Cfb5319
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/26/2021 :  14:09:19  
Thanks. It was the very first thing in the includes.php file. Have no idea how it got there.

dbdave
ECT Moderator

USA
10408 Posts

Posted - 01/26/2021 :  15:30:21  
Good News!

Thanks,
David
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.06 seconds. Snitz Forums 2000