Hi Deyan Sedlarski
The first problem, images are to default with link and lighbox, because you want to turn off lighbox , so can click on images,
Second probelm, please follow the instructions below;
In code modules:Modules/mod_jux_portfolio/tmpl/default.php and edit code line 223: add "echo " , meaning is:
before edit: <a class="jux-icon2" href="<?php $list->itemlink; ?>" target="_blank">
after editing: <a class="jux-icon2" href="<?php echo $list->itemlink; ?>" target="_blank">
Hope it can help you