"quick view" magnific popup window for additional info

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Strat1979
    Mivite

    • Feb 2009
    • 118

    #1

    "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.
  • Matt Zimmermann
    Mega Mivite










    • Apr 2008
    • 2482

    #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

    • Strat1979
      Mivite

      • Feb 2009
      • 118

      #3
      All good. Thanks Matt.

      Comment

      Working...
      X