Hi,
I have the "View more" button on our test site https://test.ulc-moedling.at/ (renamed in German to: "Weitere Artikel"). It's configured to point to our main page menu entry "News", also used as start page.
However, a click on View More button does not redirect to all featured articles as https://test.ulc-moedling.at/index.php?option=com_content&view=featured does and JA Fubix does (see production site https://www.ulc-moedling.at). It links to the site address itself: https://test.ulc-moedling.at.
Update1: I reviewed /templates/ja_flix/html/mod_articles_category/news-1.php: The link is composed by:
<a href="<?php echo JRoute::_("index.php?Itemid={$modMenu}"); ?>" class="btn btn-line btn-lg" title="View More">
<?php echo $modCat ;?>
</a>
So, it's using Itemid that is 30 in our case. When I browse to https://test.ulc-moedling.at/index.php?Itemid=30 I get to start page, too. But why doesn't the template source rather use the menu link instead of the ItemId. The menu link that is correctly pointing to /index.php?option=com_content&view=featured ?
I could fix that by editing the php file myself, but I would prefer a solution without any code changes to simplify template updates (I had to customize many Fubix files as well, so I know that I do not want to do this at first place).
Update2: I worked around this by creating a hidden meny item with a Category Blog, selecting the same categories as in Featured Articles, tuned the options and linked it in "Extra Fields" of start page module in main-section-1. It'S not perfect yet, because https://test.ulc-moedling.at/alle-newsartikel lists all the sub-categories right before "More from the latest" Button. I do not know yet where this is coming from, since I disabled all those captions in menu configuration under "Category".
So, rather than asking: Could you help me please to get View More button to point to the list of all featured articles rather than pointing to the site address?
I would rather ask: Is this the intended/best solution for this and how to get rid of the sub-category headers after the articles list?
Kind regards,
Klaus