Customer has a real need to be able to easily create and rearrange an photo gallery. The Image Across Component would be fantastic if it had the ability to link to a popup. Instead, a lengthly how-to will need to be written so that the code can be edited...
Announcement
Collapse
No announcement yet.
Image Across Component Needs Popup Modal Capabilities
Collapse
X
-
Image Across Component Needs Popup Modal Capabilities
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
I'm thinking we are going to need a forum just for these types of questions. I downloaded the mmx-image-across Image Across Flex Component file. So not knowing what I don't know I started peeking into the files. It looks like I need the mmx-hero Hero Flex Component file too. But again, not knowing what I don't know. Is there any way to add the data-lightbox="photos" or even just get the image to open in a new window right now?
On this page I have both - a Bootstrap Lightbox and the Image Across Flex Components. If you click around you will figure out which is which. Using the Image Across Flex Component is amazingly fast and easy to create this photo gallery. Is it ALMOST exactly what the store owner wants. IF it had the Lightbox module this would be golden.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
-
Originally posted by Brennan View PostYou will need to download the component file, extract it make the necessary changes to the instance template (HTML) and add the Lightbox JS to get it to display how you want it.
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
In the Lightbox script I'm using is requires that data-lightbox="photos" be added to the a tag. The only location I have found for rendering the a tag is in the MMX / HERO scripts.js file. I added it to the
Code:render() { return /*html*/` <a
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
Comment