I'm looking to get a Backdrop theme built and wondered if anyone here would be interested in the job? We have an existing site and we want to migrate it to Backdrop loosely retaining the look'n'feel.
I don't build themes (Tim does!) but I do work with CSS. Can you add a screenshot of the existing site, or a link to it? Just to get a sense of the complexity.
This is a site I just finished - it uses Basis with three layouts and all the rest is CSS.
Sorry I missed your comment before. That site looks fantastic especially given the CSS only adaptions. Our website is http://smc-gateway.com and I'd be very interested if you believe you could work similar CSS magic. We are not after an exact copy but we do like the feel of the site (although we'd want to remove the page border).
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...
Posted1 day 23 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';
I have confirmed, that using the method $form['#attached']['js'] stops the webform.js from loading.
https://docs.backdropcms.org/form_api#attached shows that this is the expected method of JS loading...
Comments
Thanks for posting, @kgolding.
I've replied to you privately.
That sounds exciting !
I don't build themes (Tim does!) but I do work with CSS. Can you add a screenshot of the existing site, or a link to it? Just to get a sense of the complexity.
This is a site I just finished - it uses Basis with three layouts and all the rest is CSS.
https://dev-cbiinc.pantheonsite.io/
Hello Dianne,
Sorry I missed your comment before. That site looks fantastic especially given the CSS only adaptions. Our website is http://smc-gateway.com and I'd be very interested if you believe you could work similar CSS magic. We are not after an exact copy but we do like the feel of the site (although we'd want to remove the page border).
Kevin
Hi, I could create a new themplate for you, not just the css, but the hole themplate, heres one of my website jobs, feel free to contact me.
Derek