Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • hjalte1983 Friend
    #206489

    Hi,

    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 ?


    1. SuperligaBold.dk-100-Superliga
    TomC Moderator
    #571271

    Is there anything else you’d like to assign to that space?

    TomC Moderator
    #736319

    Is there anything else you’d like to assign to that space?

    hjalte1983 Friend
    #571276

    i actually just want latest news to show there, with 1 big news and 2 small

    hjalte1983 Friend
    #736324

    i actually just want latest news to show there, with 1 big news and 2 small

    Ninja Lead Moderator
    #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 Moderator
    #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 Friend
    #571505

    Hey @tomc

    i might just use the module ( Articles – Category )

    Do you know if there is anyway to continue the news out in position 7.

    so i shows the 6 newest articles in postion mast-col and the continue out in position 7.

    Is that possible ?

    hjalte1983 Friend
    #736552

    Hey @tomc

    i might just use the module ( Articles – Category )

    Do you know if there is anyway to continue the news out in position 7.

    so i shows the 6 newest articles in postion mast-col and the continue out in position 7.

    Is that possible ?

    hjalte1983 Friend
    #571974

    Hi @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:


    1. SuperligaBold.dk-100-Superliga-3
    2. SuperligaBold
    Ninja Lead Moderator
    #572160

    I 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>

    hjalte1983 Friend
    #572334

    Thank you @ninja Lead ! you’re the best 🙂

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 3 voices, and was last updated by  hjalte1983 8 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum