This forum is for assistance with theme development.

Create custom front page

Hi.

I'm currently develop a custom theme from the ground up.

I want to create a custom front page too, but without using the view front page given by default with drupal.

So I disable it from the views and I also delete the path /node from the configuration > basic site settings.

Is there any ideas on how I can create a custom front page?

Thanks in advance!

Custom theme development

Hello,

I want to make a custom theme from the ground up.

I have make all the necessary settings from the documentation and all works fine but here is where the trouble begins..

I don't want to use the front page view which drupal give's me so I disable it.

Right now I work with context module to create the front page but it doesn't work as I have excepted...

Who is the best way to develop my theme?

Any recommendations?

Thanks for advance!

[Fixed] - Bootstrap style : content section not taking 100% width when no side menu

Title is quite self explanatory but to provide more input, main content section stays in col-sm-9 style even if side menu ( secondary in my case ) is empty.

Visually it is quite obvious to notice : http://77beauval.net/_pit/agenda

Has this behaviour been noticed ?

Thx,

Taxonomy term entity translations

Hello,

I have in Drupal 8.5.5 Twig template this variable - it´s taxonomy term entity in field:

{{ node.field_category.0.entity.label }}

I need this field multilanguage - now I have it everytime only in default language. 

Thank you

Karaya

How to display a user's view in the page of my store ?

In the user account, I created 2 display group_default and store_default

I want to display `group_default` on the page of my group.

I added the code below in the template of my group and it works.

    {{ drupal_entity('user', group.uid.target_id, 'group_default') }}

I would like to do the same thing on the pages of my stores with the display store_default

Theming Webform Emails

I am trying to theme the emails that are sent from a Webform.

I am not a developer so if this means writing PHP code, preprocess PHP code etc., then, thanks for reading this, but it will be beyond my limited understanding of twig and PHP coding. Many thanks for your time. But if you know where I can find information for a novice to learn what is needed to achieve my goal, then I will try them.

Having read Document pages and watched videos on Drupal, Drupal Docs, stackoverflow, and other pages.

Pages

Subscribe with RSS Subscribe to RSS - Theme development