daniel-hopkins / zen-colorbox

Colorbox add-on for zen-cart 1.5
GNU General Public License v2.0
1 stars 5 forks source link

readme.html file #1

Closed mc12345678 closed 10 years ago

mc12345678 commented 11 years ago

Just sort of starting from the beginning associated with this plugin. Looking at the readme.html file, there are multiple instances of the statement Choose your version followed by buttons that read either 1.5.0 or 1.3.9. Clicking on either button appears to perform no action. Additionally by having only the text 1.5.0 may lead one to think that may not work with 1.5.1. Might suggest using 1.5.x until proven otherwise. In the same venue, the "dismiss" button at the top does not appear to perform any action, while the how? button shows that it will go to an an active link.

Attempted with IE9 from windows vista.

daniel-hopkins commented 11 years ago

Thanks for the feedback. Had not tested on windows, but good to know there are js issues.

mc12345678 commented 11 years ago

An example of the page source for that first menu option (IE9) is:

<div class='row-fluid choose-version'>
      Choose your version:
      <button class='btn btn-small btn-primary btn-one-point-five'><strong>Zen Cart 1.5</strong></button>
      <button class='btn btn-small btn-primary btn-one-point-three'><strong>Zen Cart 1.3.9</strong></button>
    </div>
mc12345678 commented 11 years ago

Ahhh.. Had to activate ActiveX controls on the webpage... Buttons now work... Although... I did also change to IE8 compatibility mode... Took a while to get the "error" message to pop up. I had seen it pop up once, but for some reason it disappeared before I could click on it.

mc12345678 commented 11 years ago

A solution may be additional text that identifies the expected action/what to do "instead". Ie., minimum requirements. (Java/ActiveX/etc...)