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.

03-OCT-2018

Harmony (HMY) 1.2.0

Added an option in the UI to set a column to overflow hidden. This can be extremely useful when using CSS animations or some our older widgets, such as Tab Panel Magic and Image Gallery Magic.

Do you need the update?

You only need to update If your current version is less then 1.1.9. To be certain, open your 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 p7hmy folder and delete the p7HMYscripts.js and p7HMY-01.css files inside
  6. Go to your page and open the Harmony interface as if you were going to edit it
  7. Make no changes. Simply click OK
  8. The system will create new script and CSS files
  9. Upload the revised p7hmy folder to your server

Alternative Manual CSS Update

In the event you have cutomized your Harmony CSS file, you might not want to replace it. If that's the case, you can easily make the changes contained in the version 1.2.0 CSS file manually. To do so:

  1. Open your p7HMY-01.css file
  2. Add the following rule:
    .hmy-overflow {overflow: hidden;}
  3. Save your CSS file and upload it to your web server

Prior Updates

20-Aug-2018: Harmony (HMY) 1.1.9

Revised CSS file to change the way default text links are styled. They were previously automated, but that automation required resetting them to eliminate conflicts with less specific links. The new format simply requires that you set a class assignment of text-link on any basic link within the context of your Harmony page's content areas.

26-Feb-2018: Harmony (HMY) 1.1.8

Fixed insertion point issue when using right-click insertion method.

31-May-2017: Harmony (HMY) 1.1.6

Features Added:

Added User Class option for hmy-section DIVs.

Revised CSS file to remove overflow: hidden from root element. Also added media queries for old veresions of IE (IE9 and IE8).