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

lock FAQs JUX News Wall

More
8 years 7 months ago - 8 years 7 months ago #6988 by Huyen Tran
Last edit: 8 years 7 months ago by Huyen Tran.
The topic has been locked.
More
8 years 7 months ago #6989 by Huyen Tran
Replied by Huyen Tran on topic FAQs JUX News Wall

Solution:
Go to file tmpl/default.php line 124 và comment this code line:
Caroulse
// itemContainer.each(function(){
   //  if($(this).find('.noo-gallery').length !== 0){
   //   $(this).addClass('gallery');
   //  }

Best Regards,
Huyen Tran
The topic has been locked.
More
8 years 7 months ago #6990 by Huyen Tran
Replied by Huyen Tran on topic FAQs JUX News Wall
Please add line code in file: ...modules/mod_jux_news_wall_assets_assets_css
.noo-k2-masonry .itemContainer.gallery .catItemView .catItemHeader .catItemImageBlock .item-content .catItemIntroText img {
width: 100% !important;
}
.noo-gallery .carousel-control.left { 
right: auto !important;
left: 0 !important;
}
.noo-gallery .carousel-control.right {
right: 0 !important;
left: auto !important;
}
.carousel .item.active.left {
left: -100%;
height: 100%;
width: 100%;
}

Best Regards,
Huyen Tran
The topic has been locked.
More
8 years 7 months ago #6991 by Huyen Tran
Replied by Huyen Tran on topic FAQs JUX News Wall

Fatal error: Can't use method return value in write context in /home/peoplede/public_html/nct2/modules/mod_jux_news_wall/tmpl/Default/default.php on line 37


Solution:
Go to the line…. modules/mod_jux_news_wall/tmpl/Default/default.php 37 and change
<?php if($params->get('itemImage') || !empty($params->get('itemIntroText'))): ?>
to
<?php if($params->get('itemImage') || $params->get('itemIntroText')): ?>

Best Regards,
Huyen Tran
The topic has been locked.
Moderators: Jackie
Time to create page: 0.032 seconds
Powered by Kunena Forum