Banner Opengraph

Lightbox-methoden

Lightbox methods This method allows to initialize the lightbox attach to a grid. It’s mainly used if you destroy() the instance. Otherwise, there isn’t any reason to init() the lightbox since it’s automatically done by the plugin on load. [pastacode lang=”javascript” manual=”wpgb.lightbox.init()%3B” message=”” highlight=”” provider=”manual”/] You can destroy the lightbox instance attached to grid at…

Banner Opengraph

Facet-methoden

Facet methods This method allows to initialize facets script. It’s mainly used if you destroy() the instance. Otherwise, there isn’t any reason to init() facets since it’s automatically done by the plugin on load. [pastacode lang=”javascript” manual=”wpgb.facets.init()%3B” message=”” highlight=”” provider=”manual”/] You can destroy facets instance at any time thanks to this method. [pastacode lang=”javascript” manual=”wpgb.facets.destroy()%3B”…

Banner Opengraph

Grid methoden

Grid methods This method allows to initialize a grid layout. It’s mainly used if you destroy() the instance. Otherwise, there isn’t any reason to init() grid layout since it’s automatically done by the plugin on load. [pastacode lang=”javascript” manual=”wpgb.grid.init()%3B” message=”” highlight=”” provider=”manual”/] You can destroy grid layout instance at any time thanks to this method.…

Banner Opengraph

Carrousel-methoden

Carousel methods This method allows to initialize the carousel. It’s mainly used if you destroy() the instance. Otherwise, there isn’t any reason to init() the carousel since it’s automatically done by the plugin on load. [pastacode lang=”javascript” manual=”wpgb.carousel.init()%3B” message=”” highlight=”” provider=”manual”/] You can destroy the carousel instance at any time thanks to this method. [pastacode…

Banner Opengraph

JS-methoden

JS Methods JS Methods are actions done by the plugin. Public methods allows to trigger an action programmatically and at any time. Methods can be set directly in your grid settings or in your own JS script. All Method examples presented in this documentation can be directly applied in your grid settings under customization tab…