Hide Article Intros In Blog Page - Question | JoomShaper

Celebrate JoomShaper's Sweet 16 with Flat 35% OFF!

Hide Article Intros In Blog Page

AP

Alberto Pastorelli

Helix Framework 2 weeks ago

Hello, I have a standard joomla blog page, I set the menu options to hide article intros but they do still show up Same happens with article titles how can I fix these? Other options work fine

Same options used to work correctly with my previous T4 template

0
3 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 2 weeks ago #225402

Thank you for your feedback.

I understand that the suggested workaround may not be suitable in all scenarios, especially when you need the intro text to be displayed selectively across different pages. I have already informed our development team about the issue regarding the Joomla article options not being respected correctly within the Helix framework.

The issue has been acknowledged, and our team is working on a proper fix. It is planned to be addressed in a future update. While I cannot provide an exact release timeline at the moment, the development team is aware of the impact and will include a permanent solution as soon as possible.

We appreciate your patience and understanding.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 2 weeks ago #225320

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

body.view-category .article-introtext {
    display: none;
}

After applying the change, please make sure to clear both your Joomla cache and your browser cache to see the updated result.

0
AP
Alberto Pastorelli
Accepted Answer
2 weeks ago #225390

ok not quite a solution, more a workaround for my specific case since it will hide the introtext sitewide (I may need to have it in a blog page an not in another), and the joomla options are still broken by the helix framework.

Any plan to fix it in next releases?

0