-
AuthorPosts
-
stazzy Friend
stazzy
- Join date:
- September 2014
- Posts:
- 375
- Downloads:
- 34
- Uploads:
- 65
- Thanks:
- 36
- Thanked:
- 3 times in 1 posts
September 30, 2015 at 10:56 pm #694079Kul template, but would have been appreciated most if the new features where added to teline v.
tecnolog;494959i don’t like it, it’s very basic do not see it as a magazine but as a blog very basic:re?r:
1 user says Thank You to stazzy for this useful post
stazzy Friendstazzy
- Join date:
- September 2014
- Posts:
- 375
- Downloads:
- 34
- Uploads:
- 65
- Thanks:
- 36
- Thanked:
- 3 times in 1 posts
September 30, 2015 at 10:56 pm #750250Kul template, but would have been appreciated most if the new features where added to teline v.
tecnolog;494959i don’t like it, it’s very basic do not see it as a magazine but as a blog very basic:re?r:
1 user says Thank You to stazzy for this useful post
stazzy Friendstazzy
- Join date:
- September 2014
- Posts:
- 375
- Downloads:
- 34
- Uploads:
- 65
- Thanks:
- 36
- Thanked:
- 3 times in 1 posts
September 30, 2015 at 10:59 pm #694080No calendar, no date, text too large, spaces not fully utilized, no featured slider which is very important in any news template.
stazzy Friendstazzy
- Join date:
- September 2014
- Posts:
- 375
- Downloads:
- 34
- Uploads:
- 65
- Thanks:
- 36
- Thanked:
- 3 times in 1 posts
September 30, 2015 at 10:59 pm #750251No calendar, no date, text too large, spaces not fully utilized, no featured slider which is very important in any news template.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
September 30, 2015 at 11:29 pm #694081<em>@stazzy 495033 wrote:</em><blockquote>No calendar, no date, text too large, spaces not fully utilized, no featured slider which is very important in any news template.</blockquote>
So choose a another one. I’ll take this JA Magz II 🙂
Regard.
1 user says Thank You to dieudonne for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
September 30, 2015 at 11:29 pm #750252<em>@stazzy 495033 wrote:</em><blockquote>No calendar, no date, text too large, spaces not fully utilized, no featured slider which is very important in any news template.</blockquote>
So choose a another one. I’ll take this JA Magz II 🙂
Regard.
1 user says Thank You to dieudonne for this useful post
art3 Friendart3
- Join date:
- April 2011
- Posts:
- 146
- Downloads:
- 81
- Uploads:
- 65
- Thanks:
- 96
- Thanked:
- 26 times in 4 posts
October 5, 2015 at 12:45 pm #695430They can add Bonus Page:
About us, Services, Portofolio, Our Teen.
To use the tempalte as corporate website.
That way it would not be a magazine more, we already have and it’s not hard to do.
Thanks.
P.S. A magazine can benefit to such people?
A corporate web (not specified) for business, we can use it for many customers.art3 Friendart3
- Join date:
- April 2011
- Posts:
- 146
- Downloads:
- 81
- Uploads:
- 65
- Thanks:
- 96
- Thanked:
- 26 times in 4 posts
October 5, 2015 at 12:45 pm #750626They can add Bonus Page:
About us, Services, Portofolio, Our Teen.
To use the tempalte as corporate website.
That way it would not be a magazine more, we already have and it’s not hard to do.
Thanks.
P.S. A magazine can benefit to such people?
A corporate web (not specified) for business, we can use it for many customers.gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
October 5, 2015 at 5:13 pm #695454Hi @hung Dinh
I noticed a bug on the videos page where when you load a video the scroll to top is not positioned correctly and it cuts off part of the video.
I also notice at resolution 992px (viewport size) there is a scrolling issue like I have pointed out before in the other thread.
Your code,
@media (min-width: 992px) {
.container {
width: 980px;
}
}Is the part that is wrong because you also have padding of 20px for left and right!
Using a fixed width is kind of old now and instead wouldn’t it be better to just set all of the relevant to,
.container {
width: 100%;
max-width: (maximum size of container example) 1220px;
}This would reduce the amount of min-width and max-width settings and reduce the amount of code in the template.css making things a teeny tiny bit faster 🙂
Thanks,
Richard1 user says Thank You to gringo211985 for this useful post
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
October 5, 2015 at 5:13 pm #750650Hi @hung Dinh
I noticed a bug on the videos page where when you load a video the scroll to top is not positioned correctly and it cuts off part of the video.
I also notice at resolution 992px (viewport size) there is a scrolling issue like I have pointed out before in the other thread.
Your code,
@media (min-width: 992px) {
.container {
width: 980px;
}
}Is the part that is wrong because you also have padding of 20px for left and right!
Using a fixed width is kind of old now and instead wouldn’t it be better to just set all of the relevant to,
.container {
width: 100%;
max-width: (maximum size of container example) 1220px;
}This would reduce the amount of min-width and max-width settings and reduce the amount of code in the template.css making things a teeny tiny bit faster 🙂
Thanks,
Richard1 user says Thank You to gringo211985 for this useful post
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 5, 2015 at 5:39 pm #695457<em>@websair 494543 wrote:</em><blockquote>1. what are the difference between, JA magz II & JA Teline V Template
2. why do not make (do not know how to make) different styles (different header, slideshow, colors, full & boxed width and more) in one template
http://themeforest.net/item/newspaper/full_screen_preview/5489609</blockquote>
You do realize the template you linked to is a WordPress theme.
Nice one though, but I need more functionality than “Must Read” in ever sidebar of every page.dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 5, 2015 at 5:58 pm #695459Hello again,
I just want to know when you said
<blockquote>JA Magz II will have the following features:
…
Custom pages with Joomla CCK</blockquote>
Yes, great, but which CCK… K2 ?
Regard.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 5, 2015 at 5:58 pm #750655Hello again,
I just want to know when you said
<blockquote>JA Magz II will have the following features:
…
Custom pages with Joomla CCK</blockquote>
Yes, great, but which CCK… K2 ?
Regard.
-
AuthorPosts
This topic contains 51 replies, has 16 voices, and was last updated by bionet 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum