Master Page Anomaly

This forum is for all Flare issues not related to any of the other categories.
Post Reply
chunkee
Sr. Propeller Head
Posts: 121
Joined: Wed Mar 09, 2011 1:52 pm

Master Page Anomaly

Post by chunkee »

Hello all,
Hoping some Flare/Markup/CSS gurus can chime in here.

I am using some bootstrap components in my Flare project. For some reason the navbar fails to present a submenu (onclick) when using a masterpage with the content. It does work however, when I create a new topic. I have the bootstrap.css linked in the flare as well as having it in linked in the header. So it works with manual insertion of code into each topic, however, not with master page content, even when placing it before or in the body proxy.

I have viewed the source on the outputs of the new (which works) vs the old one. Each provides the masterpage markup below, but the old one without manual topic input does not pull it in until the end (on both).

So, how does the masterpage prevent this from working properly. I most certainly could use some suggestions on how to set this up, so if something changes via the menu, all I have to do is change the masterpage. I have sent some of the content to MadCap support, as it is odd behavior.
bstrapmenuitem.png
Works properly.

Code: Select all

<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" class="reference" lang="en-us" xml:lang="en-us" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preview-folder="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/" data-mc-preload-images="false" data-mc-in-preview-mode="true" data-mc-toc-path="">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="MadCapSearchable" content="true" />
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="author" content="John Coria" /><title>Product Management</title>c<meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" /><meta name="author" content="John Coria" /><!-- Bootstrap Core CSS --><!-- Custom CSS --><!-- Custom Fonts --><!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js doesn't work if you view the page via file:// --><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/Slideshow.css" rel="stylesheet" /><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/TextEffects.css" rel="stylesheet" /><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/Topic.css" rel="stylesheet" /><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/Resources/Stylesheets/styles.css" rel="stylesheet" /><script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script><script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/custom.modernizr.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/jquery.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/foundation.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/plugins.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/require.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/require.config.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/MadCapAll.js"></script></head>
    <body>
        <h1 class="topic">Product Management</h1>
        <!-- Fixed navbar -->
        <div class="navbar navbar-default navbar-fixed-top" role="navigation">
            <div class="container-fluid">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
                    </button>
                </div>
                <div class="navbar-collapse collapse">
                    <ul class="nav navbar-nav navbar-left">
                        <li value="1"><a href="http://inside.perfectserve.net/appsdev" target="_blank" title="Click here to learn more about applications" alt="Click here to learn more about applications">Applications</a>
                        </li>
                        <li class="dropdown" value="2"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Departments <b class="caret"></b></a>
                            <ul class="dropdown-menu">
                                <li value="1"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/AdminExecs/adminexecs.htm">Administration/Execs</a>
                                </li>
                                <li class="divider" value="2" />
                                <li class="dropdown-header" value="3">Client Services</li>
                                <li value="4"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ClientServices/Account_Management.htm">Account Management</a>
                                </li>
                                <li value="5"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ClientServices/Help_Center.htm">Help Center</a>
                                </li>
                                <li value="6"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ClientServices/Hospital_Implementation.htm">Hospital Implementation</a>
                                </li>
                                <li value="7"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ClientServices/Implementation_Shared_Services.htm">Implementation Shared Services</a>
                                </li>
                                <li value="8"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ClientServices/Practice_Implementation.htm">Practice Implementation</a>
                                </li>
                                <li class="divider" value="9" />
                                <li value="10"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/Finance/Finance.htm">Finance</a>
                                </li>
                                <li value="11"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/HumanCapital/Human_Capital.htm">Human Capital</a>
                                </li>
                                <li value="12"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/Marketing/Marketing.htm">Marketing</a>
                                </li>
                                <li value="13"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ProductMarketing/product_marketing.htm">Product Marketing</a>
                                </li>
                                <li value="14"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/Sales/Sales.htm">Sales</a>
                                </li>
                            </ul>
                        </li>
                        <li class="dropdown" value="3"><a href="#" class="dropdown-toggle" data-toggle="dropdown">IT<b class="caret"></b></a>
                            <ul class="dropdown-menu">
                                <li value="1"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/IT/AgileSCRUM.htm">Agile/Scrum</a>
                                </li>
                                <li class="divider" value="2" />
                                <li class="dropdown-header" value="3">Departments</li>
                                <li value="4"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ProductDevelopment/Product Development.htm">Product Development</a>
                                </li>
                                <li value="5"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/ProductEngineering/Product Engineering.htm">Product Engineering</a>
                                </li>
                                <li value="6"><a href="#">Product Management</a>
                                </li>
                                <li value="7"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/IT/Network Operations.htm">Network Operations</a>
                                </li>
                                <li value="8"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/QA/Quality Assurance.htm">Quality Assurance</a>
                                </li>
                                <li value="9"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/SharedServices/sharedservices.html">Shared Services</a>
                                </li>
                                <li class="divider" value="10" />
                                <li value="11"><a href="http://inside.perfectserve.net/apidev" target="_blank">System APIs</a>
                                </li>
                                <li value="12"><a href="http://inside.perfectserve.net/kbdev" target="_blank">Knowledge Base</a>
                                </li>
                            </ul>
                        </li>
                        <li value="4"><a href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/Releases/Releases.htm">Releases</a>
                        </li>
                        <li value="5"><a href="http://inside.perfectserve.net/mobiledev" target="_blank">PS Mobile</a>
                        </li>
                    </ul>
                </div>
                <!--/.nav-collapse -->
            </div>
        </div>
        <p>Coming soon!</p>
        <p> </p>
        <!-- Bootstrap core JavaScript
        ================================================== -->
        <!-- Placed at the end of the document so the pages load faster -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
        </script>
        <script src="../../../../../ps_techcomm/My Projects/BootstrapTesting/Content/js/bootstrap.min.js">
        </script>
        <!-- Fixed navbar -->
        <div class="navbar navbar-default navbar-fixed-top" role="navigation">
            <div class="container-fluid">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
                    </button>
                </div>
                <div class="navbar-collapse collapse">
                    <ul class="nav navbar-nav navbar-left">
                        <li value="1"><a href="http://inside.perfectserve.net/appsdev" target="_blank" title="Click here to learn more about applications" alt="Click here to learn more about applications">Applications</a>
                        </li>
                        <li class="dropdown" value="2"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Departments <b class="caret"></b></a>
                            <ul class="dropdown-menu">
                                <li value="1"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/AdminExecs/adminexecs.htm">Administration/Execs</a>
                                </li>
                                <li class="divider" value="2">
                                </li>
                                <li class="dropdown-header" value="3">Client Services</li>
                                <li value="4"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Account_Management.htm">Account Management</a>
                                </li>
                                <li value="5"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Help_Center.htm">Help Center</a>
                                </li>
                                <li value="6"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Hospital_Implementation.htm">Hospital Implementation</a>
                                </li>
                                <li value="7"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Implementation_Shared_Services.htm">Implementation Shared Services</a>
                                </li>
                                <li value="8"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Practice_Implementation.htm">Practice Implementation</a>
                                </li>
                                <li class="divider" value="9">
                                </li>
                                <li value="10"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Finance/Finance.htm">Finance</a>
                                </li>
                                <li value="11"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/HumanCapital/Human_Capital.htm">Human Capital</a>
                                </li>
                                <li value="12"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Marketing/Marketing.htm">Marketing</a>
                                </li>
                                <li value="13"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductMarketing/product_marketing.htm">Product Marketing</a>
                                </li>
                                <li value="14"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Sales/Sales.htm">Sales</a>
                                </li>
                            </ul>
                        </li>
                        <li class="dropdown" value="3"><a href="#" class="dropdown-toggle" data-toggle="dropdown">IT<b class="caret"></b></a>
                            <ul class="dropdown-menu">
                                <li value="1"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/IT/AgileSCRUM.htm">Agile/Scrum</a>
                                </li>
                                <li class="divider" value="2">
                                </li>
                                <li class="dropdown-header" value="3">Departments</li>
                                <li value="4"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductDevelopment/Product Development.htm">Product Development</a>
                                </li>
                                <li value="5"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductEngineering/Product Engineering.htm">Product Engineering</a>
                                </li>
                                <li value="6"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductManagement/Product Management.htm">Product Management</a>
                                </li>
                                <li value="7"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/IT/Network Operations.htm">Network Operations</a>
                                </li>
                                <li value="8"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/QA/Quality Assurance.htm">Quality Assurance</a>
                                </li>
                                <li value="9"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/SharedServices/sharedservices.html">Shared Services</a>
                                </li>
                                <li class="divider" value="10">
                                </li>
                                <li value="11"><a href="http://inside.perfectserve.net/apidev" target="_blank">System APIs</a>
                                </li>
                                <li value="12"><a href="http://inside.perfectserve.net/kbdev" target="_blank">Knowledge Base</a>
                                </li>
                            </ul>
                        </li>
                        <li value="4"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Releases/Releases.htm">Releases</a>
                        </li>
                        <li value="5"><a href="http://inside.perfectserve.net/mobiledev" target="_blank">PS Mobile</a>
                        </li>
                    </ul>
                </div>
                <!--/.nav-collapse -->
            </div>
        </div>
        <!-- Bootstrap core JavaScript
        ================================================== -->
        <!-- Placed at the end of the document so the pages load faster -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
        </script>
        <script src="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/js/bootstrap.min.js">
        </script>
    </body>
</html>
Does not work properly

Code: Select all

<!DOCTYPE html>
<html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-us" xml:lang="en-us" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preview-folder="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/" data-mc-preload-images="false" data-mc-in-preview-mode="true" data-mc-toc-path="">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="MadCapSearchable" content="true" />
        <meta name="MadCapConcept" content="IT" />
 
 
        <meta name="keywords" content="IT" /><title>Product Management</title>c<meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" /><meta name="author" content="John Coria" /><!-- Bootstrap Core CSS --><!-- Custom CSS --><!-- Custom Fonts --><!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js doesn't work if you view the page via file:// --><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/Slideshow.css" rel="stylesheet" /><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/TextEffects.css" rel="stylesheet" /><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/Topic.css" rel="stylesheet" /><link href="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Content/Resources/Stylesheets/styles.css" rel="stylesheet" /><script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script><script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/custom.modernizr.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/jquery.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/foundation.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/plugins.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/require.min.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/require.config.js"></script><script src="file:///C:/ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Temporary/Website Output/Preview/MadCapAll.js"></script></head>
    <body>
        <h1 class="topic">
            <MadCap:concept term="IT" /><span style="color: #e8671a;">Product Management</span>
        </h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
        <p>COMING SOON!</p>
 
 
 
 
 
 
 
 
        <!-- Fixed navbar -->
        <div class="navbar navbar-default navbar-fixed-top" role="navigation">
            <div class="container-fluid">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
                    </button>
                </div>
                <div class="navbar-collapse collapse">
                    <ul class="nav navbar-nav navbar-left">
                        <li value="1"><a href="http://inside.perfectserve.net/appsdev" target="_blank" title="Click here to learn more about applications" alt="Click here to learn more about applications">Applications</a>
                        </li>
                        <li class="dropdown" value="2"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Departments <b class="caret"></b></a>
                            <ul class="dropdown-menu">
                                <li value="1"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/AdminExecs/adminexecs.htm">Administration/Execs</a>
                                </li>
                                <li class="divider" value="2">
                                </li>
                                <li class="dropdown-header" value="3">Client Services</li>
                                <li value="4"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Account_Management.htm">Account Management</a>
                                </li>
                                <li value="5"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Help_Center.htm">Help Center</a>
                                </li>
                                <li value="6"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Hospital_Implementation.htm">Hospital Implementation</a>
                                </li>
                                <li value="7"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Implementation_Shared_Services.htm">Implementation Shared Services</a>
                                </li>
                                <li value="8"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ClientServices/Practice_Implementation.htm">Practice Implementation</a>
                                </li>
                                <li class="divider" value="9">
                                </li>
                                <li value="10"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Finance/Finance.htm">Finance</a>
                                </li>
                                <li value="11"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/HumanCapital/Human_Capital.htm">Human Capital</a>
                                </li>
                                <li value="12"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Marketing/Marketing.htm">Marketing</a>
                                </li>
                                <li value="13"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductMarketing/product_marketing.htm">Product Marketing</a>
                                </li>
                                <li value="14"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Sales/Sales.htm">Sales</a>
                                </li>
                            </ul>
                        </li>
                        <li class="dropdown" value="3"><a href="#" class="dropdown-toggle" data-toggle="dropdown">IT<b class="caret"></b></a>
                            <ul class="dropdown-menu">
                                <li value="1"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/IT/AgileSCRUM.htm">Agile/Scrum</a>
                                </li>
                                <li class="divider" value="2">
                                </li>
                                <li class="dropdown-header" value="3">Departments</li>
                                <li value="4"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductDevelopment/Product Development.htm">Product Development</a>
                                </li>
                                <li value="5"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductEngineering/Product Engineering.htm">Product Engineering</a>
                                </li>
                                <li value="6"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/ProductManagement/Product Management.htm">Product Management</a>
                                </li>
                                <li value="7"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/IT/Network Operations.htm">Network Operations</a>
                                </li>
                                <li value="8"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/QA/Quality Assurance.htm">Quality Assurance</a>
                                </li>
                                <li value="9"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/SharedServices/sharedservices.html">Shared Services</a>
                                </li>
                                <li class="divider" value="10">
                                </li>
                                <li value="11"><a href="http://inside.perfectserve.net/apidev" target="_blank">System APIs</a>
                                </li>
                                <li value="12"><a href="http://inside.perfectserve.net/kbdev" target="_blank">Knowledge Base</a>
                                </li>
                            </ul>
                        </li>
                        <li value="4"><a href="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/Releases/Releases.htm">Releases</a>
                        </li>
                        <li value="5"><a href="http://inside.perfectserve.net/mobiledev" target="_blank">PS Mobile</a>
                        </li>
                    </ul>
                </div>
                <!--/.nav-collapse -->
            </div>
        </div>
        <!-- Bootstrap core JavaScript
        ================================================== -->
        <!-- Placed at the end of the document so the pages load faster -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
        </script>
        <script src="../../../../../ps_techcomm/My Projects/BootstrapTesting/Output/jcoria/Website Output/Content/Resources/MasterPages/js/bootstrap.min.js">
        </script>
    </body>
</html>
You do not have the required permissions to view the files attached to this post.
gohara718
Jr. Propeller Head
Posts: 2
Joined: Mon Nov 03, 2014 6:06 am

Re: Master Page Anomaly

Post by gohara718 »

Have you received any feedback on this yet?
Gary O'Hara

Cell 770-841-0872
NorthEast
Master Propellus Maximus
Posts: 6365
Joined: Mon Mar 05, 2007 8:33 am

Re: Master Page Anomaly

Post by NorthEast »

I don't really understand your post, but I can see that you have an extra link to jQuery.

HTML5 output will already include a link to jQuery (in the head section), therefore you don't need to add it yourself at the end of the body section:

Code: Select all

        <!-- Bootstrap core JavaScript
        ================================================== -->
        <!-- Placed at the end of the document so the pages load faster -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
        </script>
chunkee
Sr. Propeller Head
Posts: 121
Joined: Wed Mar 09, 2011 1:52 pm

Re: Master Page Anomaly

Post by chunkee »

I found that it was a the link to the bootstrap.js link. I used a link to a CDN to remain constant rather than having to maintain it via locally. Dave, thanks for the assist on the Jquery. I have since removed the second link.
Thank you.
John C
Post Reply