-
AuthorPosts
-
renejdm Friend
renejdm
- Join date:
- April 2012
- Posts:
- 186
- Downloads:
- 0
- Uploads:
- 38
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
June 9, 2012 at 12:01 am #177967Hi,
I do not think that anyone will argue that JA Lens is a beautiful template. I am trying to use it for a website and I have run into a few design issues.
Here goes:
1) It absolutely makes no sense to place the K2 toolbar at the bottom of the article. If someone wants to read the article in a larger font, that’s too bad, because you have already read the article. The K2 toolbar should be at the top.
2) Likewise with the comments. What is the point of having an icon that links directly to the comments when you can just scroll down a bit more to read the comments. Again, the toolbar should be at the top.
3) Scrolling. This is problematic at best. Try enlarging the font (toolbar at bottom) and then try scrolling to the bottom. You cannot!
Rene
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
June 9, 2012 at 4:01 am #456710Rene
Do you think it’s best to ask the mods open a forum discussion thread on responsive templates, discussions only; not asking for help as the individual forums are for that. This way we can discuss all the general issues in all responsive templates, alternative, you start a responsive discussion group, I’ll join
Cheers Shannonrenejdm Friendrenejdm
- Join date:
- April 2012
- Posts:
- 186
- Downloads:
- 0
- Uploads:
- 38
- Thanks:
- 8
- Thanked:
- 12 times in 1 posts
June 9, 2012 at 11:31 am #456785Hi Shannon,
You can put in a request but I will bet that they will not.
Rene
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
June 11, 2012 at 11:41 am #456958Hi Rene,
Thank for your idea.
<blockquote>1) It absolutely makes no sense to place the K2 toolbar at the bottom of the article. If someone wants to read the article in a larger font, that’s too bad, because you have already read the article. The K2 toolbar should be at the top.</blockquote>
=> Yes, you are right. But I think it is not a big problem. You can customize it of course. Here are two files if you want to edit the layout.
templatesja_lenshtmlcom_k2ja_lensitem.php
templatesja_lenshtmlcom_k2ja_lens_blogitem.php<blockquote>2) Likewise with the comments. What is the point of having an icon that links directly to the comments when you can just scroll down a bit more to read the comments. Again, the toolbar should be at the top.</blockquote>
=> This is the default function of K2. And same idea as above.<blockquote>3) Scrolling. This is problematic at best. Try enlarging the font (toolbar at bottom) and then try scrolling to the bottom. You cannot!</blockquote>
=> We have some technical trade off here. If we enable auto detect the size of popup, the performance may decrease a lot. We decided to not turn this feature on.If you want to enable it, Open file templatesja_lensjswall.js
focus on line 94:
window.popupIscroll = new iScroll('popup-inner', {vScrollbar: true, hScrollbar: false, scrollbarClass: 'popupTracker', fixedIndicator: true, onBeforeScrollStart: null, useTransform: false, scroller: (isTouch ? doc.getElementById('container') : null) });
and replace by this
window.popupIscroll = new iScroll('popup-inner', { checkDOMChanges: true, vScrollbar: true, hScrollbar: false, scrollbarClass: 'popupTracker', fixedIndicator: true, onBeforeScrollStart: null, useTransform: false, scroller: (isTouch ? doc.getElementById('container') : null) });
I would not recommend you use those K2 tool. You can turn it off (font icon, comment icon).
Regards
-
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by Wall Crasher 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum