Announcement

Collapse
No announcement yet.

"quick view" magnific popup window for additional info

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

    "quick view" magnific popup window for additional info

    Is there a way to access the the "quick view" magnific popup window via a hyperlink on any page?
    i want to use that to show additional info if a customer clicks on that link.

    #2
    You can access the function of the light-box by adding code like this:
    Code:
    $('ID OR CLASS OF LINK').magnificPopup({
        items: {
            src: $('ID OR CLASS OF CONTAINER WITH CONTENT'),
            type: 'inline'
        }
    });
    Additionally, there are a number of coding options you have as well. Documentation for the plugin is here: http://dimsemenov.com/plugins/magnif...mentation.html
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      All good. Thanks Matt.

      Comment

      Working...
      X