Page 1 of 1

Headings in blocks.

Posted: Tue Jan 30, 2018 7:10 pm
by tobydude
Hi.
In some blocks I can make my own headings.
But in some blocks, making headings is not possible. (I think).

Is it possible to make an option for the users to make headings in future blocks?

Example: Image

Example: Image

http://fjærvollan.no/template/indexDesktop.php

Re: Headings in blocks.

Posted: Wed Jan 31, 2018 7:15 pm
by Dehatter
When I want a heading, I use the menuBlock option. Not ideal as you get the three lines in the left corner, but you do get a heading.

Tom

Re: Headings in blocks.

Posted: Wed Jan 31, 2018 7:44 pm
by tobydude
Thanks for answer.
Not sure what you mean?

On your own website, how will you make a heding as this?

Image

Re: Headings in blocks.

Posted: Wed Jan 31, 2018 7:52 pm
by Dehatter
Your can go see how it looks, but I also attached some pics.

Tom

Re: Headings in blocks.

Posted: Wed Jan 31, 2018 8:37 pm
by Jachym
in general the aim is to make blocks as compact as possible because the homepage has many of them. I only included headings for ones which could be unclear. Each block has its separate code, so it is not possible to just add some code in some general file and have heading in all blocks. I would have to update all of them because the heading would have to be added separately to each. And I believe that those who dont have it are clear to everyone. If you think not, then of course feel free to add a heading, but you would need to do it directly in the block HTML.

Re: Headings in blocks.

Posted: Wed Jan 31, 2018 10:23 pm
by tobydude
Dehatter wrote: Wed Jan 31, 2018 7:52 pm Your can go see how it looks, but I also attached some pics.
Thanks.
I got it. :)

Re: Headings in blocks.

Posted: Wed Jan 31, 2018 10:25 pm
by tobydude
Jachym wrote: Wed Jan 31, 2018 8:37 pm If you think not, then of course feel free to add a heading, but you would need to do it directly in the block HTML.
Thanks. Understand.

Re: Headings in blocks.

Posted: Thu Feb 01, 2018 5:02 am
by Jachym
If you want to make it consistent with the rest, use the H2 tag:

<h2>Title</h2>

Re: Headings in blocks.

Posted: Thu Feb 01, 2018 10:55 am
by tobydude
Jachym wrote: Thu Feb 01, 2018 5:02 am If you want to make it consistent with the rest, use the H2 tag:

<h2>Title</h2>
Thanks. I will.
But where do I put the H2 tag?

<h2>Title</h2>

Re: Headings in blocks.

Posted: Thu Feb 01, 2018 10:57 am
by Jachym
at the top of the block HTML, or wherever you want the title to be

Re: Headings in blocks.

Posted: Thu Feb 01, 2018 12:32 pm
by tobydude
Ok, thanks.