There are modules that provide pretty easy slideshow support, such that I do not think you need slideshow support in your theme.
I'm working on a new contrib theme (Tatsu) and would consider providing some support for slideshows or carousels, if I can determine exactly what that means in Backdrop land. I created an issue for Tatsu here, please feel free to comment: https://github.com/backdrop-contrib/tatsu/issues/26
Do you have the time/skills to create a sub-theme or are you looking for something that will work 100% out of the box?
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Posted4 days 11 hours ago by Alejandro Cremaschi (argiepiano) on:
This was from examining line 2463- of the webform.module, where
// Attach necessary JavaScript and CSS.
$form['#attached'] = array(
'css' => array(backdrop_get_path('module', 'webform...
d'oh. Because of course it is reassigning. Don't mind me...
the correct syntax is
$form['#attached']['js'][] =
backdrop_get_path('module', 'mymodule') . '/mymodule.js';
Comments
I don't think that there is any such theme at this time. Here is a recent spreadsheet I created of all the themes currently available.
https://docs.google.com/spreadsheets/d/15Cmp7jRsA_rpNXYPKsE1fNRGwjlu-m7rlKzIoirRJJI/edit#gid=0
There are modules that provide pretty easy slideshow support, such that I do not think you need slideshow support in your theme.
I'm working on a new contrib theme (Tatsu) and would consider providing some support for slideshows or carousels, if I can determine exactly what that means in Backdrop land. I created an issue for Tatsu here, please feel free to comment:
https://github.com/backdrop-contrib/tatsu/issues/26
Do you have the time/skills to create a sub-theme or are you looking for something that will work 100% out of the box?
Here is another forum discussion about slideshow/carousel modules:
https://forum.backdropcms.org/forum/slideshow-carousel-recommendations