Hey there,
i was trying to add a Custom Class to the <div class="lg-grid ....">.
Is there a filter to modify this markup?
Add Custom Class to lg-grid
Hey there,
i was trying to add a Custom Class to the <div class="lg-grid ....">.
Is there a filter to modify this markup?
Hi @pattn
have a lok here:
http://laygridder.com/documentation.html
Showing the Grid on the Frontend
You can use the shortcode[laygrid id="" type=""]
(id and type optional)
or <?php echo get_laygrid($id, $type); ?>
or <?php the_laygrid($id, $type); ?>
get_laygrid($id, $type)
<?php echo get_laygrid($id, $type); ?>
I hope that helped!
All the best!
Marius
Otherwise you can append a class to the div with jQuery.
https://stackoverflow.com/questions/11444640/add-a-class-to-a-div-with-javascript
hey @pattn !
There is no way to add a custom class to the div of the grid.
May I ask what it is specifically that u are trying to achieve with that?
Maybe I can point you in the right direction.