Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Responsive2 Grid configuration

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Are you looking to change the tag itself?

rather than the style of the tag

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Not sure I can afford a visit to any where at the moment :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

I intend to reduce the size, how big the heading of the component is displayed and want to use a dedicated font. The latter works, but I don´t find the location, where I can change the size.
But if I understand right, I need to change it in a custom-css file?
correct?
Cheers,
Lars.
  • Lars Olboeter's Avatar
  • Lars Olboeter
  • LIfetime Developer - Big Bamboo
  • 48 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Lars,

Yes that is correct - adding something like this

h1, h2, h3, h4, h5, h6 { font-size:24px;}

These are the heading tags - you could split them up or leave as all this size

This is for module titles commonly used on the sidebar
.zen-module-title h3 {font-size:20px;}

If you just wanted to adjust the article title and nothing else it would be the h1 tag only

h1 {font-size:24px;}

the current font size is

h1 {font-size: 39px;}

so adding the new line to the custom.css file would override the existing 39px
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Not sure if I covered this in a previous thread but you can find out more on customisation itself here (custom.css sub section)

docs.joomlabamboo.com/zen-grid-framework-4/theme/customisation

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

thanks a lot. It worked fine for the h1 tag.
but not for the accordion module headings. Can You help again?
Here is my custom.css:
/**
* custom css file generated 06.11.2015
* b-rightshore
* Lars Olboeter
*/
.zen-module-title h3 {font-size: 10px;}
h1 {font-size: 24px;}

I put the zen-module-title to an extreme value to see an effect, but didn´t see a change.
Anything wrong?

Cheers,

Lars.
  • Lars Olboeter's Avatar
  • Lars Olboeter
  • LIfetime Developer - Big Bamboo
  • 48 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Lars,

Not sure if you fixed this but I can see

h4 {
font-size: 14px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you wanted something specific to the module type you could add

.accordion-title h4 {
font-size: 14px;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

yes, in the meantime I changed all heading sizes and use now heading 4 for the accordion menu. This is somehow a workaround.
What I also recognized is, that when I choose an article from the accordion menu, it is displayed with a certain heading, where the heading is a link to the article itself.
Clicking on it displays the same article, but the heading changes to a non-clickable one in the correct heading size. Strange behavior to me. Could you have a look? -> you see, I am still struggling with the heading displays...
Try the following:

www.b-rightshore.com/b-rightshore/index.php/pm/108-project-management

- click on "Partner" in the accordion tab
- when the article is displayed, click on the heading of the article and the heading changes to the correct layout and without being a link.

Have a nice weekend,
Cheers,
Lars.
  • Lars Olboeter's Avatar
  • Lars Olboeter
  • LIfetime Developer - Big Bamboo
  • 48 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Lars,

I'm a bit unclear how your content is structured

www.b-rightshore.com/b-rightshore/index.php/partners/107-partners

This is the url the article loads - do both pages exist menu link wise?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks - same to you and the family

Enjoy the weekend :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

I have e.g. an article named "partner" as well as a category with the same name. The article is assigned to that category.
In the accordion menu on the side bar, I have added the categories I want to show under "content. See screenshot.
So when I click the category, the article is displayed (I guess).


screenshot_2015-11-08.jpg


In the tabs position on the main page, I have used the grid and have choosen for the content type source the articles items.


screenshot_2015-11-08.jpg


Here, it works fine.

Anything i misconfigured?

Cheers,

Lars.
  • Lars Olboeter's Avatar
  • Lars Olboeter
  • LIfetime Developer - Big Bamboo
  • 48 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Oops,

I doubled one of the screenshots. Here is the correct one...,
Attachments:
  • Lars Olboeter's Avatar
  • Lars Olboeter
  • LIfetime Developer - Big Bamboo
  • 48 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Does this behave the same for all content?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes, for all items in the accordion menu.
I suspected, that when clicking the article, not only the article is displayed, but that the heading is coming from the category?
Only when I click again on the heading, the pure article is displayed?
  • Lars Olboeter's Avatar
  • Lars Olboeter
  • LIfetime Developer - Big Bamboo
  • 48 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Can you try creating a hidden menu link for an individual article

see if that helps

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

for all articles, there are hidden menu entries.
any other idea?

Cheers,
Lars.
  • Lars Olboeter's Avatar
  • Lars Olboeter
  • LIfetime Developer - Big Bamboo
  • 48 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
You could disable titles as links in the global config and articles

All the hidden menu links are published?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers