This forum is for assistance with theme development.

Slideshow as bartik header

Hi,

I want to have a slideshow of pictures instead of the basic header in bartik theme. How can i do that? I'm trying with some modules but ... It's not really working.

Any idea ?

How do you reference fields in a content type?

Hi

I would like to override node.tpl.php but I'm not sure how to reference the individual fields in a content type in D7.
I have a content type to which I added a field field_picture and I want to reference this and the body of the content separately in the .tpl.php. I tried to print render($content['body']); but this outputs both the body (text) in the content and the image I have in the field_picture. So I take it 'body' refers to the entire content, but how do you reference just the body field and/or the field_picture field?

Thanks

CSS Changes Not Reflected on Public Site

Hi everyone,

I've recently moved my installation to a new web server and was heavily reliant upon Firefox and Chrome's inspector to style my site. I've subthemed Bartik and on the old web server, this worked just fine.

D8: How does {{ page.content }} find its template file?

I am trying to add a region to my theme (subtheme of AdaptivetTheme), and i followed the intructions, but now i don't know how to connect the {{ page.navbar2 }} in \templates\generated\page.html.twig to the the file in \templates\navigation\navtwo.html.twig or if i am even supposed to be doing that...

Trying to copy an existing region as an example. The subtheme comes with a Navbar region and is listed in \templates\generated\page.html.twig as {{ page.navbar }} and it displays the contents of \templates\navigation\menu.html.twig (right?)

How to get logo variable in menu--main.html.twig file

Hello guys,
Recently i'm working with Drupal 8 to develop my page.
But I struggle on how to get logo variable in menu--main.html.twig.

I have put {{ logo }} in menu--main.html.twig but it is not working.
while {{ logo }} working in page.html.twig

Show the all proposal id in library view

I have created Library and proposal view. I have assigned library view in proposal. But i want to show the all proposal id which assigned library, in status column in library view.

Check bellow Link.
http://prnt.sc/diwmxs

Pages

Subscribe with RSS Subscribe to RSS - Theme development