Announcement

Collapse
No announcement yet.

Two Problems with New Image Machine Implementation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Two Problems with New Image Machine Implementation

    I realize I must be way behind the times on getting Image Machine in rock-n-roll mode on our website, but I do have some troubles that I need help with and cannot find answers in old forum posts.

    1. I'm looking for the template changes to make to the CTGY page in MMUI. On the category pages I want to use a thumbnail generated by image machine.
    2. On the prod page, the zoom/enlarged images are open up but they're halfway off of the screen. I can modify CSS, but I find it odd that "out of the box" this is the behavior. Is this indicative of another problem? Here's a test product: http://www.woodworkerssource.com/ipe..._specials.html


    Many thanks!
    Mark

    #2
    Re: Two Problems with New Image Machine Implementation

    I had this problem already at one of our clients but don't remember if it was a MMUI store all I did is change the position to fixed. See below.

    .closeup {
    background-color: #ffffff;
    border: 1px solid #333333;
    display: none;
    min-height: 350px;
    min-width: 350px;
    padding: 10px 10px 5px;
    position: fixed;
    text-align: center;
    top: 75px;
    z-index: 2;
    }
    Andreas Toman
    PCINET, LLC

    Miva Merchant Design, Development, Integration & Support
    We built over 200 Miva Merchant stores!
    Miva shopping cart design & integration service and see our Portfolio!


    e-mail: [email protected]
    web: www.pcinet.com
    LinkedIn: Andreas Toman
    phone: (786) 250-2056 (Miami, FL)

    Comment


      #3
      Re: Two Problems with New Image Machine Implementation

      Thank you, Andreas.

      Still looking for a list of template changes for the CTGY page in advanced mode. This Miva Merchant blog page (http://www.mivamerchant.com/blog/pr8...-image-machine) does a fine job of explaining the PROD display. Do I simply use the same code on CTGY?

      Comment

      Working...
      X