-
AuthorPosts
-
activha Friend
activha
- Join date:
- July 2012
- Posts:
- 114
- Downloads:
- 17
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 20, 2012 at 9:34 am #183282Hello
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 helpthanks
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 21, 2012 at 6:44 am #477040Hi 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 Friendactivha
- Join date:
- July 2012
- Posts:
- 114
- Downloads:
- 17
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 22, 2012 at 1:19 pm #477216This 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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 24, 2012 at 2:17 am #477329Hi activha,
JA Wall version 1.0.7 has been released. Please upgrade it. 🙂
Regards
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Wall Crasher 11 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum