- Issue created by @drupaldope
- 🇷🇸Serbia levmyshkin Novi Sad, Serbia
Hi DrupalDope, it's a good idea! EPT Tabs module already has Views, and Block fields. I will create separate modules for block and view By the way you can use EPT Tabs module with one section for block or view for a while.
- 🇷🇸Serbia levmyshkin Novi Sad, Serbia
EPT Views is done:
https://www.drupal.org/project/ept_views → - 🇷🇸Serbia levmyshkin Novi Sad, Serbia
EPT Block is also done:
https://www.drupal.org/project/ept_block →I'm working on EPT Starterkit for creating a new EPT module from drush command.
DrupalDope, are you already using EBT/EPT modules or only evaluating how to use them?
- Status changed to Fixed
10 months ago 1:53pm 18 January 2024 @levmyshkin
a bit of both actually.
Quite early I developed somewhat of a dislike for bootstrap, it's too clumsy for my needs.
Then I really liked W3CSS, and there is a Drupal theme using that, and there is a bunch of nice W3CSS based paragraphs as well.
I built several sites using that.
But it comes with a drawback, it is loaded with a lot of features I don't need such as non-local fonts, menu JS, and a lot of default paddings, wrappers, etc.
So I wanted to look for a lightweight theme, almost bare, where I could put in my fonts, menus, etc. but then comes again the question of paragraphs.
That's when your projects caught my eye.
Can you recommend a bare/starter theme (but one that can already be used out of the box) so I can test it by building DrupalDope.com with it ?- 🇷🇸Serbia levmyshkin Novi Sad, Serbia
I used this template for my blog:
https://html5up.net/
https://html5up.net/editorialI added this theme on Drupal.org:
https://www.drupal.org/project/editorial_html5_up →
But there are a lot of missing styles for Drupal elements.I hired junior Drupal freelancer and he made a Drupal theme for me from that. It shouldn't be hard to find Drupal junior for theme development on Upwork or Fiverr.
I used before Bootstrap as well, it has simple grid system and built-in mobile menu. Sometimes it helps with different buttons, breadcrumbs and other Drupal elements. But now I'm trying to avoid use Bootstrap for small sites.
If you need only Grid system, you can use separate CSS file:
https://github.com/dmhendricks/bootstrap-grid-css
without any dependencies.So my advice not to use parent theme at all and start from the scratch, and to hire Junior Drupal developer from your local Drupal/PHP community.
thank you for the advice!
I'm using layout_paragraphs to build pages, it's really quick and intuitive !