Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

map-pin How to make image clickable!

More
10 years 11 months ago #4092 by GDragon
Dear all!
This is tutorial to make link whole images:
Step 1: Go to path {root}/modules/mod_jux_metro_contents/tmpl then open file default_xxx.php (xxx is source you choose at back-end option)
Step 2: Go to line 174 then change the code (similar with line 207, 240, 273 )
<figcaption class="jux-overlay">
<div>
to
<figcaption class="jux-overlay">
<div class="jux-custom">
Step 3: Go to path {root}/modules/mod_jux_metro_contents/assets/css then open file style.css
Step 4: add this css code to botttom
.jux-overlay .jux-custom{
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jux-overlay .jux-custom a{
position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
Hope this help!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #5441 by Almerico Manganella
But this change will also work with the current version?

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #5450 by GDragon
Hi maverix,
Thanks for your reply!
Let's check and feedback!. I checked and it working fine!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.095 seconds
Powered by Kunena Forum