Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fvomnia Friend
    #207676

    Hello,
    when the screen start to get smaller, the view button on the images in the module disappear. I tried with my winphone ans with ipad 8″ as well.

    the image is not clickable any more. The title of the text is clickable but since by stile is black, no one would understand it.

    So the problem is pretty big, because I need to understand if to develop further the structure of the site or not. I hope the developers can fix this bug.

    Also in the demo this happens, but the image is still clickble.

    Ninja Lead Moderator
    #575011

    The default of JA Decor template does not support to show view button on the images in the module with mobile device.

    About the detail link when you click under Features-3 position does not show the detail page, I created Our Resource menu under Explore menu to work with “Our Resource” category, Now you can click to detail article

    About the clickable into the image, you use this way

    Open templates/ja_decor/html/mod_articles_category/normal.php file

    find and change


    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>

    to


    <a class="mod-articles-category-title <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/></a>

    fvomnia Friend
    #575055

    Thanks for the reply. I added the code. Now by laptop the image is clickable in modality responsive. In my winphone still not, i will try by samsung and Iphone. Make not so much sense for me. I started to renovate my website in order to get a website FULLY compatible with small screens.
    I think this feature is missing, and saying is missing I mean that needed to be added since the advertise of the template was clear. If going responsive you lose features, then the template is not fully responsive, but partially.

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

This topic contains 3 replies, has 2 voices, and was last updated by  fvomnia 8 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum