saguaros Thanks for reply but it doesn't work.
Changing
<div class=“mod-project-item”>
to
<div class="mod-project-item" onclick="window.location.href='<?php echo $item->link; ?>'">
in /templates/ja_stark/html/mod_articles_category/projects.php only helps in homepage > http://quickstart.revelis.com/ (I installed your quickstart package in my subdomain.
But this code won't help here > http://quickstart.revelis.com/index.php/projects
Even, changing (copying the same code)
<div class="item-content-wrap">
to
<div class="item-content-wrap" onclick="window.location.href='<?php echo $item->link; ?>'">
in /templates/ja_stark/html/com_content/category/projects_item.php
doesn't help. It doesn't generate hyperlink like it was in the first example.
<div class="mod-project-item" onclick="window.location.href='/index.php/projects/11-172-n-jean-street'">
Do you have an idea how to resolve that?
Thanks,
Maciek