Image not show

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Mar 12, 2014 10:43 am
Hi All,
My joomla version is 3.2.3
My Image Show GK4 version is 1.44

Adress of website is http://miglioranzacostruzioni.ravotech.it/

The problem is that the url of the image is not inside the tag <img> but is as a text on the tag <div>.

Please see the view source code below

Code: Select all
<div id="gkIs-gk-is-88" class="gkIsWrapper-gk_appsprotech">
   <div class="gkIsPreloader">Loading</div>
   
   <div class="gkIsImage" style="height: 450px;">
                                       
            <div class="gkIsSlide" style="margin-left: -83px; margin-top: 65px; z-index: 1;" title="w">http://miglioranzacostruzioni.ravotech.it/modules/mod_image_show_gk4/cache/slide.slide-1gk-is-88.jpg<a href="/">link</a></div>
                     
                                                         <div class="gkIsText" style="top: 0px;">
                                    <h1><a href="/">w</a></h1>
                                    
                                    <h2><a href="/">w</a></h2>
                                 </div>
                                 
      
            <div class="gkIsPrev">&laquo;</div>
            
            <div class="gkIsNext">&raquo;</div>
            
            <div class="gkIsPagination">
         <ol>
                                          <li><a href="#0">0</a></li>
                                    </ol>
      </div>
         </div>   
</div>
      </div>


There are solutions for this problem?

Thanks
Federico
User avatar
Fresh Boarder

GK User
Wed Mar 12, 2014 2:22 pm
I found, not from the documentation, that Image show GK4 needs mootools core.

To load mootool i add this code on the index.php page of my template

Code: Select all
JHtml::_('behavior.framework', true);


So I fix my problem.

Federico
User avatar
Fresh Boarder

teitbite
Sat Mar 15, 2014 3:16 pm
Hi

Some of the styles are using jQuery already, only the older ones needs mootools. Anyway it's pretty much not a standard option for template not to have mootools included. Great You have it sorted out.
User avatar
Moderator

GK User
Sat Mar 15, 2014 3:27 pm
Thanks for the replay
User avatar
Fresh Boarder


cron