Blog-Articles > Same Height And Other Problems (Page Builder + Helix Ultimate) - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Blog-Articles > Same Height And Other Problems (Page Builder + Helix Ultimate)

B

Börje Devoti

SP Page Builder 2 years ago

I have the following task:

  1. I need to show recent articels on a page. I try to use the "articles scroller" but ave the following problems: – the read more butto. is not shown (actually there is no such option to choos which is strange) – the articles all have different heights which looks weird. This is apparently because of the diffrent lenghts of the artice titles. But I need to have them all in the same height. How do I achieve that?

Now it looks like this:

  1. Alternatively I would use the "article" addon. Here I have the following problems (I have already styled the addon the readmore-buttons are supposed to be on the right side…): – Same as above: the hight is different on the Articles. I need the articles to have the same height.

Looks like this:

  1. Additionally I will need to have a blog-page like the blog page on "Investa"-template (that would be exactly what I need…). Can I achieve that with the Helix-Template? If so, how? I have already tried to use a custom Joomla-Module (Articles from category), but that only shows the Text-Titles…
0
9 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #126995

Hi Börje,

There are certainly several methods to improve this, but the simplest seems to be the one using min-height for block (item) area. Yes, by using Custom CSS you can fix height in both "articles scroller" and "articles" addon.

  1. Useful tool that your browser already have: https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action
  2. I assume that having a preview as to the class name you will manage by adding a few lines of CSS, with min-height value etc.

Simple example for Articles addon (investa theme)

.addons-articles-style .sppb-article-info-wrap {
  min-height: 400px; }

OR

.addons-articles-style .sppb-article-info-wrap {
display: flex; flex-direction: column;
min-height: 400px; }
1
B
Börje Devoti
Accepted Answer
2 years ago #127001

I have already tried that. It works for the articles-scroller. But combined with the read-more-button I don't know how to make the buttons align on the bottom:

I suppose if there should be the possibility to add readmore-buttons to the scroller I would have the same issue!?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #127010

Of course it was just a example, also if we talk about 400px that seems to be too big value for your project.

Now You have to use your CSS skills to play with location of "read more" button.

0
B
Börje Devoti
Accepted Answer
2 years ago #127012

OK. Thanks. I think I can handle the height-problem.

Do you also have answers regarding my points 2 and 3? I would be thankful if you have any proposals/solutions.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #127032

Without URL - not really.

Besides design CSS customization is on your side.

0
B
Börje Devoti
Accepted Answer
2 years ago #127038

I'm sorry. I meant only regarding 3 (as 2 was almost the same as 1…)

Means: Is it possible to get a Blog-Page like the one in the "Investa"-Template using Helix? I so, how? I have tried to use a custom Joomla-Module (Articles from category). But if I put that into a Pagebuilder-Page it only shows Text. Same for the Joomla-Module provided by the template…

I send you the URL and access credentials for the page in the hidden content.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #127059

ad 3) you have to use menu item > Category Blog view with 3 columns + serveral lines of custom CSS and then it should be possible, but as you see as component view, not module nor addon view.

The above method has another advantage, created short alias by Joomla Menu for each article link. But I think that's obvious.

look2023.gif


so it all depends on where and how you want to show the news / blog posts.

0
B
Börje Devoti
Accepted Answer
2 years ago #127063

OK. I see and will try that.

0
B
Börje Devoti
Accepted Answer
2 years ago #127087

Oh, and I'm just curious: is the blog page in the Demo of the Investa-template realized as you mentioned? Or ist this realized as a Pagebuilder-page?

0