Disable Links on Image Show

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jan 02, 2013 1:55 am
Hi there. I was trying to disable the links on the module image show, but it's not working. How can I accomplish this?

Thanks in advance.
User avatar
Gold Boarder

GK User
Wed Jan 02, 2013 9:52 am
Hi,

You said about the links after clicking on the slide image or about links in the slide titles? Because option "Slide links" is connected with clicking on the slide image. The links in the slide titles cannot be disabled in the module style options.
User avatar
Administrator

GK User
Thu Jan 03, 2013 2:39 am
dziudek wrote:Hi,

You said about the links after clicking on the slide image or about links in the slide titles? Because option "Slide links" is connected with clicking on the slide image. The links in the slide titles cannot be disabled in the module style options.


Yes, I am referring to slide titles. Is there any way to disable those from the back end?

Also, the slider does not stop on mouse hover and instead keeps changing the slides. Is there any way to change that as well?
User avatar
Gold Boarder

GK User
Thu Jan 03, 2013 9:45 am
The only way to disable links in the slide titles is changing in file modules/mod_image_show_gk4/styles/gk_financial_business/view.php fragment:

Code: Select all
         <div class="gkIsTextItem">
            <span><?php echo $date; ?></span><a href="<?php echo $link; ?>"><?php echo $title; ?></a>
         </div>


to:

Code: Select all
         <div class="gkIsTextItem">
            <span><?php echo $date; ?></span><?php echo $title; ?>
         </div>
User avatar
Administrator

GK User
Thu Jan 03, 2013 5:05 pm
dziudek wrote:The only way to disable links in the slide titles is changing in file modules/mod_image_show_gk4/styles/gk_financial_business/view.php fragment:

Code: Select all
         <div class="gkIsTextItem">
            <span><?php echo $date; ?></span><a href="<?php echo $link; ?>"><?php echo $title; ?></a>
         </div>


to:

Code: Select all
         <div class="gkIsTextItem">
            <span><?php echo $date; ?></span><?php echo $title; ?>
         </div>



Thanks for the fix. I will play with it and let you know if it worked. In the meantime, how do I fix hovering issue?
User avatar
Gold Boarder

GK User
Fri Jan 04, 2013 8:57 am
Sorry but change of the hover event is beyond of our support, because it needs deep changes in the core module code.
User avatar
Administrator

GK User
Sat Jan 05, 2013 6:22 pm
dziudek wrote:Sorry but change of the hover event is beyond of our support, because it needs deep changes in the core module code.

Actually, I think this should be a default feature. It's a good idea for the future. Anyway, thank you for your support. :)
User avatar
Gold Boarder


cron