×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Content Extensions
JUX News Wall
FAQs JUX News Wall
FAQs JUX News Wall
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 4 months ago - 9 years 4 months ago #6988
by Huyen Tran
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 4 months ago #6989
by Huyen Tran
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.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 4 months ago #6990
by Huyen Tran
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.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 4 months ago #6991
by Huyen Tran
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.
Forum
JUX Member Forum - Restricted to Members Only
JUX Content Extensions
JUX News Wall
FAQs JUX News Wall
Time to create page: 0.075 seconds