Hi,
I am in the process of migrating to Joomla 4, but I have run into a problem...
In Joomla 3 I can show the article intro images on a page, and when the user clicks on an intro image he will be taken to the page with the full article.
However, in Joomla 4 the links don't work, i.e. they are missing. I don't understand how to navigate to the article page. I can't put every article in the top menu.
Is there a new option with Joomla 4 that I am missing? How do I make this work like it does in Joomla 3?
Rgds,
GF
Goranrk
POSTED: 2023-08-08
Hello? Anybody there who can advise?
AS Templates
POSTED: 2023-08-10
Hello GORANRK,
It seems Joomla does not have such option anymore, but it could be done by rewriting Joomla core files, if you interested you may ask for our services here: https://www.astemplates.com/services
Regards, AS Team.
Goranrk
POSTED: 2023-10-03
I mentioned above that the intro images are no longer clickable in Joomla 4. I have now discovered that these images are clickable in the default Joomla 4 template (Cassiopeia), so it's not a Joomla core problem. It's in the 002032 template.
Another problem is that the icons on the frontend to allow for frontend editing don't show at all (in Cassiopeia they work perfectly well). Is there an option to turn them on/off? Otherwise please fix this.
On the other hand, if I turn on frontend editing of modules and menus, the icons show up, but they show up the whole time. Not like before when they appeared only when I hovered over the position. In addition the text about the module name and position etc, is being displayed, constantly. Before they used to pop up like tooltips. It looks quite ugly now.
So my point is that you still have some work left to do to bring this template back to the level it had in Joomla 3.
I would appreciate if this could be fixed as soon as possible!
Goranrk
POSTED: 2023-11-03
Hi,
I've run into a problem with the modal window in as002032/Joomla 4.3.3
A component (DJ-Classifieds) is using a modal to confirm a deletion. But that modal window doesn't display. Instead the page is hanging, as the button to confirm the deletion is not shown. Consequently I cannot delete any items. I can see the placeholders when using the style inspector.
The problems seems to be with the template as it works perfectly well with Cassiopeia.
This is the piece (taken from style inspector) that doesn't work:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I am in the process of migrating to Joomla 4, but I have run into a problem...
In Joomla 3 I can show the article intro images on a page, and when the user clicks on an intro image he will be taken to the page with the full article.
However, in Joomla 4 the links don't work, i.e. they are missing. I don't understand how to navigate to the article page. I can't put every article in the top menu.
Is there a new option with Joomla 4 that I am missing? How do I make this work like it does in Joomla 3?
Rgds,
GF
It seems Joomla does not have such option anymore, but it could be done by rewriting Joomla core files, if you interested you may ask for our services here: https://www.astemplates.com/services
Regards, AS Team.
Another problem is that the icons on the frontend to allow for frontend editing don't show at all (in Cassiopeia they work perfectly well). Is there an option to turn them on/off? Otherwise please fix this.
On the other hand, if I turn on frontend editing of modules and menus, the icons show up, but they show up the whole time. Not like before when they appeared only when I hovered over the position. In addition the text about the module name and position etc, is being displayed, constantly. Before they used to pop up like tooltips. It looks quite ugly now.
So my point is that you still have some work left to do to bring this template back to the level it had in Joomla 3.
I would appreciate if this could be fixed as soon as possible!
I've run into a problem with the modal window in as002032/Joomla 4.3.3
A component (DJ-Classifieds) is using a modal to confirm a deletion. But that modal window doesn't display. Instead the page is hanging, as the button to confirm the deletion is not shown. Consequently I cannot delete any items. I can see the placeholders when using the style inspector.
The problems seems to be with the template as it works perfectly well with Cassiopeia.
This is the piece (taken from style inspector) that doesn't work:
<div id="confirm_delete" role="dialog" tabindex="-1" class="joomla-modal modal fade show" style="display: block;" aria-modal="true">
<div class="modal-dialog modal-lg jviewport-width40">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title">Delete confirmation</h3>
<button type="button" class="btn-close novalidate" data-bs-dismiss="modal" aria-label="Stäng">
</button>
</div>
<div class="modal-body">Vill du verkligen ta bort denna annons?</div>
<div class="modal-footer">
<button type="button" class="button cancel btn btn-secondary" data-dismiss="modal" data-bs-dismiss="modal">Ångra</button>
<a href="/index.php/annonsera/rivierablocket/ad/11?task=delete" class="button btn btn-primary">Ta bort</a></div>
</div>
</div>
</div>
Please advise what needs to be done to make it work.