Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #901254

    Hi there

    In this file templates/ja_hotel/acm/gallery/tmpl/list.php at line 69 you have

    <div class="magazine-category <?php if($limit && count($items) == $limit): ?>  has-loadmore <?php endif; ?>  hidden-xs" id="<?php echo $listId; 

    Try to remove the hidden-xs

    <div class="magazine-category <?php if($limit && count($items) == $limit): ?>  has-loadmore <?php endif; ?> " id="<?php echo $listId; 

    Let me know if helps

    baijianpeng Friend
    #901686

    Yes, it works!

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  baijianpeng 8 years, 1 month ago.

The topic ‘JA ACM module published to "section-2" position not shown up on mobile screen’ is closed to new replies.