Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Pprblems with Ver 1.0

Home Forums Older releases 1.0.x Pprblems with Ver 1.0 Reply To: Pprblems with Ver 1.0

#3232
admin
Keymaster

I can now see some weird paths in your page source:

<!-- jQuery -->
<script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/libs/jquery/jquery.js"></script>

<!-- SmartMenus jQuery plugin -->
<script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/jquery.smartmenus.min.js"></script>

...

<!-- SmartMenus core CSS (required) -->
<link href="//http:www.britishsteam.com/smartmenus/css/sm-core-css.css" rel="stylesheet" type="text/css" />

<!-- "sm-mint" menu theme (optional, you can use your own CSS, too) -->
<link href="//http:www.britishsteam.com/smartmenus/css/sm-mint.css" rel="stylesheet" type="text/css" />

You also have tried to include the SmartMenus code twice:

<!-- SmartMenus jQuery plugin -->
<script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/jquery.smartmenus.min.js"></script>

...

<!-- SmartMenus jQuery plugin -->
<script type="text/javascript" src="//http:www.britishsteam.com/smartmenus/jquery.smartmenus.js"></script>

It’s needed just once.