-
AuthorPosts
-
rikaryo Friend
rikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 13, 2015 at 7:45 pm #206316I put a radio player and some icons at the top of the template, but the position is not in line, there is no css for it in template?
See Image:
:((
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 14, 2015 at 1:58 am #570486The site is on localhost, will host today and forward the url
🙂
Rikáryo Mourão
CEO - HeróiNerd - Inventtiverikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 14, 2015 at 1:58 am #735550The site is on localhost, will host today and forward the url
🙂
Rikáryo Mourão
CEO - HeróiNerd - Inventtiverikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 21, 2015 at 5:38 am #571323The top of this template has no option to hide the mobile version, nor the modules are positioned left or right when it publishes more than one, all are below unconfiguring entire project, everyone always fall short, how do you fix?
url: http://www.maisfm.com/portal
See the picture attached to the icons had become so q put on a table!
:((
-
rikaryo Friend
rikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 22, 2015 at 9:48 pm #571518Create a new position in the template that appears in the positioning, but do not appear in the normal site, because I need that only the icons appear on the mobile version and not the player who would be in another position! Can anyone help me? I need a solution for delivering online this Monday design.
link positions: http://www.maisfm.com/portal/index.php?tp=1
hellllp!!!! :((
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 25, 2015 at 6:38 pm #571680I wanted the positions created would work in this version of T3 seems not to work. In the mobile version only wanted the radio player in html 5 playing, but as the top of the template does not have the option of hiding the mobile version, created other but do not appear on the site, only when we visualize the positions, as in previous post image.
:((
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 25, 2015 at 6:38 pm #736726I wanted the positions created would work in this version of T3 seems not to work. In the mobile version only wanted the radio player in html 5 playing, but as the top of the template does not have the option of hiding the mobile version, created other but do not appear on the site, only when we visualize the positions, as in previous post image.
:((
Rikáryo Mourão
CEO - HeróiNerd - Inventtiverikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 26, 2015 at 12:15 am #571713Hi @adam M
I’ve done modifying the template t3, but does not appear in the visible version, when I type the link position appears.
http://www.maisfm.com/portal/index.php?tp=1
See Image:
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 26, 2015 at 11:01 pm #571853Hi @rikaryo,
No need to create new position, please open file root_folder/templates/ja_teline_v/css/home.css then add this code :
@media (max-width: 480px) {
.t3-topbar {
z-index: 1;
margin-top: 53px;
}
.t3-topbar .top-left {
float: none;
}
.t3-topbar .top-left iframe {
margin: 0;
height: 40px;
}
.t3-topbar .top-right {
display: none;
}
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
May 26, 2015 at 11:01 pm #736899Hi @rikaryo,
No need to create new position, please open file root_folder/templates/ja_teline_v/css/home.css then add this code :
@media (max-width: 480px) {
.t3-topbar {
z-index: 1;
margin-top: 53px;
}
.t3-topbar .top-left {
float: none;
}
.t3-topbar .top-left iframe {
margin: 0;
height: 40px;
}
.t3-topbar .top-right {
display: none;
}
}1 user says Thank You to Adam M for this useful post
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 27, 2015 at 9:33 am #571940Friend @adam M
The new positions do not appear in the project?
look:
http://www.maisfm.com/portal/index.php?tp=1Thank you for your help 😎
Rikáryo Mourão
CEO - HeróiNerd - InventtiveAuthorPostsThis topic contains 29 replies, has 3 voices, and was last updated by rikaryo 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum