Do you sell wordpress javascript menus?
Return to Recent Questions
Q:
Do you sell wordpress javascript menus?
A:
Actually we're using Deluxe Menu in our WordPress blogs without any
problems.
You should edit the php template of your theme.
1. Go to Design -> Theme Editor
Open header.php file
!! Notice that you should CHMOD header.php file to
777 setting. Find more info here:
http://www.zachjorgensen.net/za/chmodtutor.html
2. Upload folder with all menu files on your server
3. Add the following code in the <head> tag:
<noscript><p><a href="http://deluxe-menu.com">wordpress javascript menu by Deluxe-Menu.com</a></p></noscript>
<script type="text/javascript">var dmWorkPath="menu/";</script>
<script type="text/javascript" src="menu/dmenu.js"></script>
where 'menu' is the folder with all menu file on your server.
4. Call data file in the place where you want to have the menu, for
example:
<div style='z-index: 100;position: absolute; right: 0; top: 0; margin: 0; padding: 0;float: left;height: 85px; '>
<script type="text/javascript" src="menu/deluxe-menu-blog.js"></script>
</div>
5. Click 'Update File' button.
Return to Recent Questions
Related:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Sep 23, 2006 - Is it possible that javascript drop down menus doesn't put anything on the local computer?
- Oct 07, 2006 - How do you change the back ground color of the javascript horizontal menus?
- Oct 15, 2006 - There's some problems when we use two javascript horizontal menus.
- Oct 15, 2006 - Submenus doesn't position correctly in my javascript template.
- Nov 05, 2006 - With the new version of javascript rollover menus, my body onload function is blocked.
- Dec 08, 2006 - Is it possible to customize the direction of javascript submenus...
- Feb 05, 2007 - Can we specify our own onclick event handler for the javascript sliding menus item?
- Feb 13, 2007 - I am looking to integrate your menus javascript system into a CMS such as Joomla.
- Feb 21, 2007 - The alignment of the submenus is off in my javascript slide menu.
|