Bad Css Class For Related Articles When Menu Item is Assignet To Article - Question | JoomShaper

Bad Css Class For Related Articles When Menu Item is Assignet To Article

O

Opravar

Helix Framework 3 years ago

Hello, I am using Helix ultimate template with related article enabled. When Blog article has assignet menu Item, Module related article take class .col-md-12. - http://dev.winktrade.sk/produtky/kovanie/dr-hahn-kovanie-pre-plastove-dvere

when there is no menu assigned to article, related article are displayed right with class .col-md-4 - http://dev.winktrade.sk/produtky/kovanie/82-dverove-kovanie-winkhaus

0
11 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #5333

Hello Opravar

Please share a screenshot explaining the difference and what you actually want.

Best regards

0
O
Opravar
Accepted Answer
3 years ago #5335

Hello Ofi, here are two screenshot. One is from blog article, when there is no menu item to this article created. In this case are related articles displayed correctly. http://dev.winktrade.sk/produtky/kovanie/82-dverove-kovanie-winkhaus/

When there is menu to blog article created, related articles are not displayed in a columns http://dev.winktrade.sk/produtky/kovanie/dr-hahn-kovanie-pre-plastove-dvere

0
O
Opravar
Accepted Answer
3 years ago #5905

Hello, Something new with this issue? This is not how Amazing support looks like.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #6025

Maybe you have modified the link. It does not match with your screenshots. Please check the page links again.

0
O
Opravar
Accepted Answer
3 years ago #6029

Hello, yes it matchs. First screenshot and link is from article without defined menuitem. In this case are related articles OK in 3 columns.

Second screenshot and link is from article with defined menuitem. In this case are not related articles in 3 columns as in first case.

0
O
Opravar
Accepted Answer
3 years ago #7404

Hello, can you please help me with this problem? I am waiting for solution more than two weeks.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #7491

Apology for the delay. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials.

0
O
Opravar
Accepted Answer
3 years ago #7673

Hello, I am providing admin acces to web. The web was moved to main domain from subdomain. The problem is same, article with defined menuitem has improper css class for related articles section: https://www.winktrade.sk/produtky/kovanie/dr-hahn-kovanie-pre-plastove-dvere

When the menu is not assigned to article, related article are OK in 3 columns.

0
O
Opravar
Accepted Answer
3 years ago #9458

Hello, can you please help me. It is more than month without solution

0
Pavel
Pavel
Accepted Answer
3 years ago #9502

Hi. It looks like a bug. While the team disassembles the problem, I can advise you a quick CSS solution. Insert this code in the custom.css file. If you do not have this file, create it following the instructions in the Helix documentation.

@media (min-width: 992px) {
    .article-list.related-article-list .row .col-md-12 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

This code will affect only on pages having the problem and only on desktop.

0
O
Opravar
Accepted Answer
3 years ago #11902

Thanks Pavel your code works!

0