将 Bootstrap 模板转换为 Drupal 主题
Converting Boostrap Template To Drupal thememe
我想知道如何将我的 bootstrap 模板转换为 drupal 主题,同时考虑我的 bootstrap 模板中的 JQuery 代码。请帮助我,我为此封锁了数周。
您不能只 "convert" Drupal 主题模板。您应该构建新的 Drupal 主题并重新使用现有模板的某些部分。找到一些简洁的教程并学习如何制作 drupal 主题。没有神奇的转换器。你必须自己做。
https://valuebound.com/resources/blog/a-step-step-guide-to-drupal-7-custom-theme-development
http://www.tenten71.com/drupal-theme-from-scratch/
https://blog.templatetoaster.com/create-drupal-theme-from-scratch/
此外,您可能需要安装基于 Bootstrap3 的 Drupal 主题:https://www.drupal.org/project/bootstrap
然后基于 Bootstrap 基本主题创建子主题:
https://drupal-bootstrap.org/api/bootstrap/docs%21subtheme%21README.md/group/subtheme/7
享受编码:-)
我想知道如何将我的 bootstrap 模板转换为 drupal 主题,同时考虑我的 bootstrap 模板中的 JQuery 代码。请帮助我,我为此封锁了数周。
您不能只 "convert" Drupal 主题模板。您应该构建新的 Drupal 主题并重新使用现有模板的某些部分。找到一些简洁的教程并学习如何制作 drupal 主题。没有神奇的转换器。你必须自己做。
https://valuebound.com/resources/blog/a-step-step-guide-to-drupal-7-custom-theme-development
http://www.tenten71.com/drupal-theme-from-scratch/
https://blog.templatetoaster.com/create-drupal-theme-from-scratch/
此外,您可能需要安装基于 Bootstrap3 的 Drupal 主题:https://www.drupal.org/project/bootstrap
然后基于 Bootstrap 基本主题创建子主题: https://drupal-bootstrap.org/api/bootstrap/docs%21subtheme%21README.md/group/subtheme/7
享受编码:-)