-
AuthorPosts
-
May 1, 2011 at 2:43 pm #389287
PM is sent, Could you please tell how to make a new position over the user1 and width until user5.
Am very happey to be member and i will buy JAEC and renew JATC soon. 🙂
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
May 20, 2011 at 6:29 pm #392158Hi Guys,
is there any update?
I would like to add a new position there as well.
Have a look at the screenshot. There should be an area where I can place modules which have the same width as the position above and not devided to two positions as the area below it.
Also a positon above content-mas-top would be great, as well in same size not like user1 positions to span the width in total.Cheers
Nick
May 20, 2011 at 6:49 pm #392159<em>@Nick R 241659 wrote:</em><blockquote>Hi Guys,
is there any update?
I would like to add a new position there as well.
Have a look at the screenshot. There should be an area where I can place modules which have the same width as the position above and not devided to two positions as the area below it.
Also a positon above content-mas-top would be great, as well in same size not like user1 positions to span the width in total.Cheers
Nick</blockquote>I was thinking the same today i give you my voice to make a new position on the same place on your attached image.
We need help from Developer Members :-*
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
May 21, 2011 at 6:50 am #392196<em>@lillestromby 237751 wrote:</em><blockquote>I have the same problem with content-bot its somthing wrong with the style. If you have solved this please tell us how.
Thank you and waiting your reply.</blockquote>Hi lillestromby (Jeg bor 20 minutter unna Lillestrøm).
I have not solved this problem.
toloekka
May 21, 2011 at 10:36 am #392219<em>@toloekka 241710 wrote:</em><blockquote>Hi lillestromby (Jeg bor 20 minutter unna Lillestrøm).
I have not solved this problem.
toloekka</blockquote>
Hei toloekka (din nettside ser bra men bare legg denne koden på Template.css)
I have checked you’r site there is no styling for content-bottom position, If you need quick fixes go to
[joomla]/templates/ja_teline_iv/css/template.cssand add this:
.ja-content-bottom {
background: white;
border: 1px solid #CCC;
margin: 2px;
padding: 0;
}Thats will help. 🙂
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
May 23, 2011 at 5:33 am #392386Hi lillestromby.
I added your code and added this:
border-top: 4px solid #853D01;
to get the line on top.We are currently not using the content-bottom (conten-bot) possition, but now I have the solution if we will use the content-bottom position later.
Thanks:)
Tom LøkkaNick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
June 2, 2011 at 7:06 am #394239BUMP – Any updates?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 3, 2011 at 3:50 pm #394531<em>@Nick R 241659 wrote:</em><blockquote>Hi Guys,
is there any update?
I would like to add a new position there as well.
Have a look at the screenshot. There should be an area where I can place modules which have the same width as the position above and not devided to two positions as the area below it.
Also a positon above content-mas-top would be great, as well in same size not like user1 positions to span the width in total.Cheers
Nick</blockquote>You can use content, content-top position
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
June 3, 2011 at 4:00 pm #394534<em>@khoand 244679 wrote:</em><blockquote>You can use content, content-top position</blockquote>
Just for my record, did you tried this?
I have tried it on different installs and “content” is not working anywhere on the frontpage and the result of “content-top” is shown in the screenshot, even module title is not shown which has been already reported.No, it is not just an error on my website.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 3, 2011 at 4:07 pm #394535To use content position for home page. You change this code from templatesja_teline_ivcoreetcprofileshome.ini
hide_content_block=1
with
hide_content_block=0
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 3, 2011 at 4:09 pm #394536<em>@toloekka 241965 wrote:</em><blockquote>Hi lillestromby.
I added your code and added this:
border-top: 4px solid #853D01;
to get the line on top.We are currently not using the content-bottom (conten-bot) possition, but now I have the solution if we will use the content-bottom position later.
Thanks:)
Tom Løkka</blockquote>Do you solve your problem? If you don’t, could you give me a link to your website?
Nick R JA JobBoardNick R
- Join date:
- August 2009
- Posts:
- 284
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 20 times in 1 posts
June 3, 2011 at 4:19 pm #394538<em>@khoand 244684 wrote:</em><blockquote>To use content position for home page. You change this code from templatesja_teline_ivcoreetcprofileshome.ini
hide_content_block=1
with
hide_content_block=0
</blockquote>
Nope, not working on my installs. Just wonder what is the reason about this setting to be set to hide?khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 4, 2011 at 8:44 am #394645<em>@Nick R 244687 wrote:</em><blockquote>Nope, not working on my installs. Just wonder what is the reason about this setting to be set to hide?</blockquote>
We shouldn’t use content position. So we use content-top instead of content position. When you use content-top, it doesn’t show title of module as you said. To show title, you edit default layout, replace this code
<block name="content-top" style="raw">content-top</block>
with
<block name="content-top">content-top</block>
toloekka Friendtoloekka
- Join date:
- September 2007
- Posts:
- 117
- Downloads:
- 168
- Uploads:
- 35
- Thanks:
- 6
- Thanked:
- 7 times in 1 posts
July 2, 2011 at 6:31 pm #399638<em>@khoand 244685 wrote:</em><blockquote>Do you solve your problem? If you don’t, could you give me a link to your website?</blockquote>
The problem is solved. Thanks.
toloekka
AuthorPostsThis topic contains 29 replies, has 6 voices, and was last updated by toloekka 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum