Adjust HTML of the gridster-widgets by overriding the template from cbach-wp-gridster views gridster-default.php..
The return of your applied function should be array like this array, 'alignright => , where the array keys are CSS classes to apply and the values are the text for you or your editors..
The guys of Ducksboard and the many github Contributors for their work on gridster js.
Create Gridster by dragging your content from Lists of your posttypes left to the workbench on the right..
How can I customize the layout of Gridster Widgets on the frontend..
There CSS classes you can use..gridster-not-loaded is appended to the element, when shortcode is found on the current page..gridster-loaded replaces the former mentioned.gridster-not-loaded body-class, when Gridster Javascript is loaded..gridster-wrap is the wrapper for the whole shortcode output..gs w is the generic class aplied to every Gridster Widget...
When you add existing content to gridster, the plugin will look for the best fitting image size, according to the width and height of your current gridster-widget..
So if you have defined the width to 100px, base height to 100px and your margins to 10px, the plugin will look for images of 100 * 100 px..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Added visual shortcode replacement inside the editor, similar to the gallery-shortcode, with handle-buttons for changing the current shortcode, editing the gridster and deleting the shortcode from the content.
Read more