Override not loading on eachpage
Hi,
On this dev website : https://dev.mairie-melle.fr/
The frontpage is ok, if you click on the search button on top : it load a modal (make with tassos Engagebox) which is loading a minutek module by ID.
This module have a specific override called "modules" : modules.php; modules_form.php; modules_result.php; modules_results in html/com_miniteklivesearch/search folder.
If you test this search modal from the homepage or this one : https://mairie-melle.fr/service-aux-habitants you can see it load the override (a text with good layout and a btn class is added to the mls-query link)
But if you try from this menu link form example https://mairie-melle.fr/ville-projets-et-initiatives it's the default template (bad layout text added to the core tmpl).
The module is right one (we can see the "desktop" classs form on each menulink, the search form ID is the good one (mls-4) but the alternate layout is not always the good one.
I really can't understand why sometime the override is load sometimes not.
Thanks for your help on this
10 answers
So you don't give support anymore ?
Hi,
Still no help on this ?
Can we get this fix and then look at this review ?
Hi,
So can you look at the issues ?
You said : I look at it "in the day"
When I post, I first think about other users, I post good reviews too if look at. Do you think my post is dishonest or wrong ?
I still can delete this (don't think I can edit) for a new one, nothing definitive here.
I'm ready to help you to debug the issues for making your extension better.
As Joomla! Agency, we need nice extensions for our business, but we need to be sure developers deliver the promises on their websites too. I know that developer's extension business is hard, so I'm ready to help you.
What we do next ?
I understand, but that review just "killed" the extension as it just demoted it to a low ranking.
It was already hard to keep up with the updates due to people never bothering to write a good review, now it just finished it off.
Hi,
I post an honest review ^^ The component have a lot of potential, somes issues here and here, doc is okay but the core Joomla finder need more doc in general and I don't get help here since 2 weeks ;-) When we are delivering a project and when the component website seems very pro and have a support policy (reason why we bought your extention) , of course we are quite dispointed ;-)
Now that said, we can move on and look at the issues :
- We have the issue with the override like said in previous post, for now I patch your core files because we are currently delivering the website to our client
- Other issue we spend a looooot times (about 5-6 hours) it's the a caching Issue : when we have multiple module in the same page multiple issue come : the "ajax" thing don't work naymore and more imortant and very weird, the css of the engagebox extention is not loaded anymore. If we disable your module everything come back. We have try to disable all other module, switch back to cassiopea, everytime we reactive the second modules we have issues. If you want to see the issue : just activate the progressive or conservative cache and look at the biottom of the page you will sill the modal content because is css is not loaded.
Yes the admin access is reactivated but our client since yesterday start to work on the website so it's hard to "try and break things".
We have reproduce theses issues on fresh other website, so I think you can experiment by yourself the same conf .
- 2 modules ith override
- 1 module in a engagebox popup
Thanks
Hi there,
I apologize for not replying earlier. It's true that I don't have much time for consistent support, as most people do not write reviews anymore when they get good support, instead, they write bad reviews when they don't get good support.
Anyway, I will look into this issue later today. Is the admin account still active?
We really need you regard here because we are ngoing to make it production in few days and they are clearly an issue here.
Hi,
Can we have some help on this bug plz ?
I think I have found where the issue come from : \components\com_miniteklivesearch\src\View\Search\HtmlView.php
l.311
$active = $app->getMenu()->getActive();
if (isset($active->query['layout'])) {
// We need to set the layout in case this is an alternative menu item (with an alternative layout)
echo"default view" ;
$this->setLayout($active->query['layout']);
}
This code seems have no use because it test the menu item layout params even if you component didn't use this :-/
If I remove the code : every thing work fine ;-)
I don't remove it for your testing but I will remove it ine 24H because i have to show the website the client.