1. Helix3
  2. Wednesday, 08 April 2020
i want to display the Article title and blog info before the featured image. where i can change the settings?

http://demo.ff-scheiblingkirchen.org/einsaetze/b3-schuppenbrand-in-pitten
Accepted Answer
I think css is enough.

.view-article .article-details {
display: flex;
flex-direction: column;
}
.view-article .article-header,
.view-article .article-info {
order: -1;
}

1.jpg
Attachments (1)
  1. more than a month ago
  2. Helix3
  3. # Permalink
Responses (5)
Hi,
sorry, not from settings, but from php/html code !!

In Helix3 you have to edit blog view that was overridden
  1. more than a month ago
  2. Helix3
  3. # 1
Lucas, but you have Helix Ultimate -- not Helix3, so why you have chosen the wrong product category?
---
Anyway, the answer is this same

templates\shaper_helixultimate\html\com_content\article\default.php
  1. more than a month ago
  2. Helix3
  3. # 2
Lucas, but you have Helix Ultimate -- not Helix3, so why you have chosen the wrong product category?
---
Anyway, the answer is this same

templates\shaper_helixultimate\html\com_content\article\default.php


sorry i did not find the Helix Ultimate. it would be nice if the category selection were sorted alphabetically.
  1. more than a month ago
  2. Helix3
  3. # 3
I think css is enough.

.view-article .article-details {
display: flex;
flex-direction: column;
}
.view-article .article-header,
.view-article .article-info {
order: -1;
}

[attachment]1.jpg[/attachment]


thank you ;)
  1. more than a month ago
  2. Helix3
  3. # 4


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.