Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • activha Friend
    #183282

    Hello
    Since upgrading to 1.0.6 when viewing a page on imageview mode on iPads it is impossible to see more than one item.
    Please try with http://activ-ha.com/activations
    When you click on an article it displays ok on the modal window, then all other articles clicked only flicks and do not display the modal window.
    Sometimes this behavior only occurs when other articles are paged, so if it works on the first ten, please page next to see the problem
    We have no errors in debug console neither in Safari nor in the website so it is impossible to track the problem and need some help

    thanks

    Wall Crasher Developer
    #477040

    Hi activha,

    Yes, we will fix this problem and in next release.

    Here you can try with your current version (I am sorry but since we have refine the coding, it will somehow change a bit on version 1.0.7)
    Open file templatesja_wallcsstemplate.css
    Replace

    body.display-imageview .item:hover .item-main,
    body.display-imageview .item:hover .item-image p.img_caption {
    display: block;
    }

    with

    body.hoverable.display-imageview .item:hover .item-main,
    body.hoverable.display-imageview .item:hover .item-image p.img_caption {
    display: block;
    }

    body.display-imageview .item.hover .item-main,
    body.display-imageview .item.hover .item-image p.img_caption {
    display: block;
    }

    Open templatesja_wallindex.php and add class ‘hoverable’ to <body> tag.

    Open templatesja_walljswall.js

    Add this block code below

    if(window.JawallMenu && JawallMenu.isTablet){
    $(document.body).removeClass('hoverable');
    $container.on('mouseenter', '.item', function(){
    $(this).addClass('hover');
    }).on('mouseleave', '.item', function(){
    $(this).removeClass('hover');
    });
    }

    just right after (line 233)
    //bind event

    $container.on('click', '.item-link', function (){
    return openPopup(this.href);
    });

    Please try, hope that helps.

    Regards

    activha Friend
    #477216

    This is much better for stability however there are still problems with links, when in image view and links are over another photo, there is no action.

    But clicking on the photo itself does open the item, so it’s a suitable workaround until next version.

    But you would have to retweak it a little 🙂

    When is 1.0.7 due ?

    Wall Crasher Developer
    #477329

    Hi activha,

    JA Wall version 1.0.7 has been released. Please upgrade it. 🙂

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Wall Crasher 11 years, 3 months ago.

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