Scroll To Top

Enter a query to search our site. Note that you can use "*" and "?" as wildcards. Enclosing more than one word in double quotes ("CSS Layout") will search for the exact phrase.

20-September-2015

PMM3 3.5.2

Updates DOM Fast Loader to ensure proper initialization on pages running Ajax or external script libraries. Adds additional support for windows 10 touch devices.

Do you need the update?

You only need to update If your current version is less then 3.5.2. To be certain, open Extension Manager and check your version number.

Downloading the updated version

To download the latest version, go to our customer service download center:

PVII Download Center

Follow the instructions to find your order or to have your order history sent to you. Once you locate your order, you will have access to the download.

Installation

  1. Unzip your download
  2. Install the extension using the Extension Manager
  3. When prompted to overwrite existing files or replace your existing version, choose Yes or Yes To All
  4. Restart Dreamweaver to complete the update process
  5. Locate the p7pm3 folder and delete the p7PM3scripts.js file inside
  6. Select your menu and open the interface as if you were going to edit the menu
  7. Make no changes. Simply click OK
  8. The system will create a new p7PM3scripts.js file
  9. Upload the new script file to your server

Prior Updates

24-Nov-2014: PMM3 3.5.1

Fixed responsive toolbar error when Jump List mode is enabled.

23-Oct-2014: PMM3 3.4.9

Enhanced Conversion Utility. In addition to the ability to convert PMM1, PMM2, and DMM menus, PMM3 now has the ability to convert any list-based menu. This includes all jQuery and Spy menus.

Added Fixed Position on Scroll Option. Setting this option allows your menu to scroll with the page, until it reaches the top of the window—at which point, the menu becomes fixed, so that it is always in view, no matter how much content below it is scrolled.

Also fixed Jump List mode. First click on sub-trigger with valid page now launches linked page.

Added 'closed' class to menu <ul> to prevent flash of content on mobile devices.

Fixed minor issues in Chrome and IE browsers on Win8 touch screens.

22-July-2014: PMM3 3.4.3

Added new style theme 16: Multicolor

12-May-2014: PMM3 3.4.1

Added a new menu mode to the Responsive Conversion option. You now have the choice of either an accordion menu or a Jump List menu for the conversion.

3.4.1: Existing Menu notes

For existing menus, you will need to add the new mode-specifc CSS rules to your menu CSS file.

1. Open the PMM3 CSS file that is linked to your menu

2. Locate the media query near the bottom. It will begin like this:

@media only screen and (min-width: 0px) and (max-width: 700px) {

3. Go to the end of the media query, which looks like this:

/*Workaround for very old Android devices*/
.p7PM3-01 div {
left: 0px !important;
top: 0px !important;
}
/*End old Android workaround*/
}

4. Make a new line above the /*Workaround for very old Android devices*/ comment.

5. Add the Jump List rules, so the media query now ends like this:

.p7PM3.responsive.select .pmm3-select-wrapper {
display: block;
padding: 10px;
}
.p7PM3.responsive.select select {
width: 100%;
font-size: 1em;
padding: 4px;
}
.p7PM3.responsive.select .pmm3-toolbar {
display: none;
}
.p7PM3.responsive.select ul {
display: none;
}
/*Workaround for very old Android devices*/
.p7PM3-01 div {
left: 0px !important;
top: 0px !important;
}
/*End old Android workaround*/
}

21-April-2014: PMM3 3.3.9

Fixed an issue whereby using a mouse in responsive conversion mode would trigger a root link before opening its sub-menu. The behavior has been modified to allow first click to open sub-menu and second click to execute the root link.

27-March-2014: PMM3 3.3.8

Addressed change in Windows 8.1 touch architecture to seamlessly support devices that are both touch and mouse enabled (Windows 8 Touch enabled Metro and desktop). Also added vertical edge detection.

11-February-2014: PMM3 3.3.6

Added new style theme 15: Jade

18-November-2013: PMM3 3.3.5

Added new style theme 14: Pipes

02-November-2013: PMM3 3.3.4

Fixed typo in script file. The typo caused live trigger links to be executed on first tap in mobile devices.

25-October-2013: PMM3 3.3.3

Installation

  1. Unzip your download
  2. Double-click the installer file
  3. When prompted to overwrite existing files or replace your existing version, choose Yes or Yes To All
  4. Restart Dreamweaver to complete the update process
  5. Locate the p7pm3 folder and delete the p7PM3scripts.js file inside
  6. Select your menu and open the interface as if you were going to edit the menu
  7. Make no changes. Simply click OK
  8. The system will create a new p7PM3scripts.js file
  9. Upload the new script file to your server

 

17-September-2013: PMM3 3.3.1

Installation

  1. Unzip your download
  2. Double-click the installer file
  3. When prompted to overwrite existing files or replace your existing version, choose Yes or Yes To All
  4. Restart Dreamweaver to complete the update process
  5. Locate the p7pm3 folder and delete the p7PM3scripts.js file inside
  6. Select your menu and open the interface as if you were going to edit the menu
  7. Make no changes. Simply click OK
  8. The system will create a new p7PM3scripts.js file
  9. Upload the new script file to your server

 

31-July-2013: PMM3 3.2.8

Installation

  1. Unzip your download
  2. Double-click the installer file
  3. When prompted to overwrite existing files or replace your existing version, choose Yes or Yes To All
  4. Restart Dreamweaver to complete the update process
  5. Locate the p7pm3 folder and delete the p7PM3scripts.js file inside
  6. Select your menu and open the interface as if you were going to edit the menu
  7. Make no changes. Simply click OK
  8. The system will create a new p7PM3scripts.js file
  9. Upload the new script file to your server

 

16-July-2013: PMM3 3.2.6

This update fixes an internal typo

Installation

  1. Unzip your download
  2. Double-click the installer file
  3. When prompted to overwrite existing files or replace your existing version, choose Yes or Yes To All
  4. Restart Dreamweaver to complete the update process
  5. Locate the p7pm3 folder and delete the p7PM3scripts.js file inside
  6. Select your menu and open the interface as if you were going to edit the menu
  7. Make no changes. Simply click OK
  8. The system will create a new p7PM3scripts.js file
  9. Upload the new script file to your server