Hi Support,
Just updated LBM Components to LBM Components 1.1.1
Unable to locate the p7lbnav folder as per Installation instruction 5
5 Locate the p7lbnav folder and delete the p7LBNAVscripts.js file inside
Root folder does not contain the p7lbnav folder.
LBM Components 1.1.1 seems to be working correctly even though I have not deleted p7LBNAVscripts.js
Please advise.
Thank you.
Cannot find the p7lbnav folder
(6 posts) (2 voices)-
Posted 1 week ago
-
If you have trouble locating the folder, look at the code for your page. If there is an LBNAV menu on the page there will have to be links in the head to the CSS and script file that look like this:
<link href="p7lbnav/p7LBNAV01.css" rel="stylesheet" type="text/css" media="all">
<script type="text/javascript" src="p7lbnav/p7LBNAVscripts.js"></script>The HREF and SRC values in those links will show you the path to the folder.
If you still can't figure it out, please post a link to your actual web page and someone will tell you where in your site that folder is.
Posted 1 week ago -
Hi Al,
Thank you for the info.
This is all the Head section contains:<head>
<meta id="p7LBM" name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<link href="../p7lbm/p7LBM-Core.css" rel="stylesheet" type="text/css" media="all" />
<link href="../p7lbm/p7LBM-Custom-01.css" rel="stylesheet" type="text/css" media="all" />
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link href="../p7amm/p7AMM-01.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="../p7amm/p7AMMscripts.js"></script>
</head>Thank you.
Posted 1 week ago -
<link href="../p7amm/p7AMM-01.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="../p7amm/p7AMMscripts.js"></script>The above means you have an Adaptive Menu Magic menu on the page.
Posted 1 week ago -
Got it.
The fog has cleared.
Thanks again.Posted 1 week ago -
Good :-)
Posted 1 week ago
Reply
You must log in to post.