Countdown Timer – Ultimate Addons
Countdown Timer Docs » Ultimate Addons Elements » Countdown Timer
Countdown Timer Docs » Ultimate Addons Elements » Countdown Timer
Description#Description This event is triggered before facets are refreshed. Example#Example [pastacode lang=”javascript” manual=”wpgb.facets.on(%20’refresh’%2C%20function()%20%7B%0A%0A%09console.log(%20’refresh’%2C%20this.facets%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]
Changelog The latest updates to the Gridbuilder ᵂᴾ plugin Get Gridbuilder ᵂᴾ Now! v1.2.3 Release date: May 14, 2020 addedNew orderby option in grid settings to order by term taxonomy count. improvedAdded version number in query string of SVG sprite (admin). changedWrong french translation in rating facet (& up => & plus). changedDragger JS helper…
Grid layout This event is triggered after grid items are lay out. Argument Type Description items array Hold grid items [pastacode lang=”javascript” manual=”wpgb.grid.on(%20’layout’%2C%20function(%20items%20)%20%7B%0A%09%0A%09console.log(%20’layout’%2C%20items%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]
Compatibility FAQ Yes, Gridbuilder ᵂᴾ works with any theme following WordPress standards. If you encounter compatibility issue you can get a refund during the 14 Days Money Back Guarantee. Of course! Gridbuilder ᵂᴾ comes with 2 blocks (grid and facet) for Gutenberg. And you can also use shortcodes to render grids and facets on your…
Lightbox loaded This event is triggered when the lightbox item is loaded. Argument Type Description item node Node opened in the lightbox [pastacode lang=”javascript” manual=”wpgb.lightbox.on(%20’loaded’%2C%20function(%20item%20)%20%7B%0A%09%0A%09console.log(%20’loaded’%2C%20item%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]
Carousel change This event is triggered when a slide is selected. Argument Type Description index number Selected slide index [pastacode lang=”javascript” manual=”wpgb.carousel.on(%20’change’%2C%20function(%20index%20)%20%7B%0A%09%0A%09console.log(%20’selected%20slide’%2C%20index%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]
Carousel dragStart This event is triggered when draging starts and slider starts scrolling. Argument Type Description event object Original event object [pastacode lang=”javascript” manual=”wpgb.carousel.on(%20’dragStart’%2C%20function(%20index%20)%20%7B%0A%09%0A%09console.log(%20’dragStart’%2C%20event%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]
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…
Lightbox close This event is triggered before the lightbox closes. Argument Type Description item node Node opened in the lightbox [pastacode lang=”javascript” manual=”wpgb.lightbox.on(%20’close’%2C%20function(%20item%20)%20%7B%0A%09%0A%09console.log(%20’close’%2C%20item%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]