Remove ImageshowGK4 tooltips?

GK User
Sun Oct 25, 2015 1:36 pm
I have removed the links from Imageshow in the file
modules\mod_image_show_gk4\styles\[gk_university]\view.php
but I can not find how to remove the tooltips:
Screenshot 2015-10-25 08.23.34.png


Can you help with this?
User avatar
Expert Boarder

GK User
Sun Oct 25, 2015 9:46 pm
Hi ,
this tooltip is becuase of using a title

From demo code
<div class="gkIsSlide" style="z-index: 1; background-image: url(&quot;https://demo.gavick.com/joomla25/university/images/demo/header_bg.jpg&quot;); cursor: pointer;" title="An Innovative Graduate School of __Theology__"></div>
User avatar
Platinum Boarder

GK User
Sun Oct 25, 2015 11:56 pm
Well, I don't know. This is really hard to find!
Here is the screenshot from my client's website http://www.certiprohomeinspections.com:
Screenshot 2015-10-25 18.51.06.png


I don't think anyone will want this tooltip, it doesn't look good, so it should probably be removed from the next version of the template (imho).

In some themes (eg gk_bikestore and others) there is a line:
Code: Select all
<div class="gkIsSlide" style="z-index: <?php echo $i+1; ?>;" title="<?php echo $title; ?>" data-alt="<?php echo $alt; ?>" data-path="<?php echo $path; ?>" data-link="<?php echo $link; ?>"></div>


but not in gk_university.
I will keep looking, but as I said it's REALLY hard to find - I don't know why :)
User avatar
Expert Boarder

GK User
Mon Oct 26, 2015 9:31 am
I agree mistress. Maybe search in engine.js file in this same folder.
User avatar
Platinum Boarder


cron