Hi Riku Lahteenmaki,
Thank you for your questions. Here is your answer:
- html Directory:
templates/educon_ii/html/ directory is Joomla’s default location for overrides. Any files placed here are automatically recognized by Joomla and applied to the respective views.
So if you want to chages single blog details view, then you have to changes in templates/educon_ii/html/com_content/article location.
- If you want your overridden code to work from the
templates/educon_ii/overrides/ directory, the code in the html folder must already override from the helixultimate plugin.
However, if templates/educon_ii/html/com_content/article/default.php contains raw code without being overridden, the code in templates/educon_ii/overrides/com_content/article will not take effect.
Note: In the Educon II template, the file templates/educon_ii/html/com_content/article/default.php contains raw code, which is why your overrides in the /overrides directory are not working.
So, please follow the solution 1 for your problem.
Feel free to ask if you have further questions.
Best regards.