Robert C.
Results
2
issues of
Robert C.
Add support for custom buttons. Resolving #35 New options: `leftArrow`, `rightArrow`, `closeX` ```js baguetteBox.run('.baguetteBox', { leftArrow : '...', rightArrow : '...', closeX : '...' }); ``` All options must be...
When modifying the `$query_args` using the `aql_query_vars` filter, the `array_merge` in the `query_loop_block_query_vars` callback function overwrites the `tax_query` in `$query_args`. This causes issues when custom tax queries are added via...
bug
Needs More Information