Dear Erasmus Ackon,
1. Could you please send the screenshot about problem you see?
2. we fixed your issue in your_site/modules/mod_sj_sobipro_extraslider/tmpl/default.php and find:
<div class="item-image">
<img class="extra-loadimage" title="<?php echo $entry['name']['_data']; ?>" alt="<?php echo $entry['name']['_data']; ?>" src="<?php echo ImageHelper::init($img)->src(); ?>" style="display:none;" />
<?php echo SPExtraSliderHelper::imageTag($img);?>
</div>
=>
<div class="item-image">
<a href="<?php echo $entry['url'];?>" title="<?php echo $entry['name']['_data']; ?>" <?php echo SPExtraSliderHelper::parseTarget($params->get('item_link_target')); ?>>
<img class="extra-loadimage" title="<?php echo $entry['name']['_data']; ?>" alt="<?php echo $entry['name']['_data']; ?>" src="<?php echo ImageHelper::init($img)->src(); ?>" style="display:none;" />
<?php echo SPExtraSliderHelper::imageTag($img);?>
</a>
</div>
3. Please chose category parent for all the sub category. go to sobipro manage -> section -> Edit Category: "Environmental Associations" -> Category Path -> select category parent.
4. We're sorry. This is tested on your site is in there. It works normally. (eg: category "Associations for expats" ).
Thanks!