-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
May 20, 2015 at 7:52 am #206489Hi,
i would like to just have the sidenews on my frontpage.
If i set the remove the slideshow position in Template Manager – layout it will just show empty space.
How can i make the sidenews show full width.
or should i use another news module ?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 6:36 pm #571271Is there anything else you’d like to assign to that space?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 20, 2015 at 6:36 pm #736319Is there anything else you’d like to assign to that space?
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
May 20, 2015 at 6:54 pm #571276i actually just want latest news to show there, with 1 big news and 2 small
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
May 20, 2015 at 6:54 pm #736324i actually just want latest news to show there, with 1 big news and 2 small
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 22, 2015 at 8:43 am #571478<em>@hjalte1983 474313 wrote:</em><blockquote>i actually just want latest news to show there, with 1 big news and 2 small</blockquote>
If you want to show 1 big and and 2 small, I’m afraid you will have to custom it on your site and it’s very hard and out of JA Support scope
If you want to show full width JA Sidenews module, you can do this way
Open templates/ja_fubix/css/custom.css file, add new rule
.top-content .top-sidenews {
float: none !important;
width: 100% !important;
}.top-content .top-slideshow {
display: none !important;
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 22, 2015 at 8:43 am #736526<em>@hjalte1983 474313 wrote:</em><blockquote>i actually just want latest news to show there, with 1 big news and 2 small</blockquote>
If you want to show 1 big and and 2 small, I’m afraid you will have to custom it on your site and it’s very hard and out of JA Support scope
If you want to show full width JA Sidenews module, you can do this way
Open templates/ja_fubix/css/custom.css file, add new rule
.top-content .top-sidenews {
float: none !important;
width: 100% !important;
}.top-content .top-slideshow {
display: none !important;
}
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
May 27, 2015 at 2:26 pm #571974Hi @ninja Lead thanks for the info
I’ll just use the News (articles – category ) mast-col position.i do have an issue, i try to remove position 7 so i can have 4 news images next to each other instead of 3.
but when i remove position 7 or set it to something else it also remove position 5 ?
see image
want it to look like this:
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 28, 2015 at 3:53 pm #572160I solved the problem directly on your site with solution below
Open templates/ja_fubix/tpls/blocks/homepage.php file
Line 65
from
<div id="t3-content" class="t3-content <?php echo $this->getClass($layout, $col) ?>" <?php echo $this->getData ($layout, $col++) ?>>
to
<div id="t3-content" class="t3-content span9 offset3">
Line 90
From
<div class="t3-sidebar t3-sidebar-1<?php $this->_c($sidebar1, $this->getData($layout, $col++, true)) ?>">
To
<div class="t3-sidebar t3-sidebar-1 span3 offset-12">
and find and remove
<div class="t3-sidebar t3-sidebar-2<?php $this->_c($sidebar2, $this->getData($layout, $col++, true)) ?>">
<jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
</div>
1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by hjalte1983 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum