Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tulio Friend
    #162855

    Hi there,

    I was trying to get rid of the “you are here” words and remove the nav-helper block. But after that I click reset to default layout to have the block again as it was and then it got in white. But then my front page came all white in the top and the bottom. And even the logo disappear.

    This is how the default layout is now:

    <?xml version=”1.0″ encoding=”utf-8″?>
    <layout name=”desktop”>
    <!–Extra css load for this layout–>
    <stylesheets>
    </stylesheets>
    <blocks name=”top” style=”xhtml”>
    <block name=”top-panel” type=”modules” style=”jaraw” main-inner=”1″>top-panel</block>
    <block name=”header” type=”header” main-inner=”1″></block>
    <block name=”topbar” type=”topbar”></block>
    <block name=”mainnav” type=”mainnav”></block>
    <block name=”cpanel” type=”usertools/cpanel”></block>
    </blocks>
    <blocks name=”middle” colwidth=”22″>
    <block name=”content-mass-top” style=”jaraw”>content-mass-top</block>
    <block name=”content-top” type=”spotlight”>user1,user2,user3</block>
    <block name=”inset2″>left</block>
    <block name=”right2″>right</block>
    </blocks>
    <blocks name=”bottom” style=”xhtml”>
    <block name=”botsl” type=”spotlight” main-inner=”1″>user6,user7,user8,user9,user10</block>
    <block name=”navhelper” type=”navhelper” main-inner=”1″></block>
    <block name=”footer” type=”footer”></block>
    <block name=”ie-rounded” type=”ie-rounded” no-main=”1″ no-wrap=”1″></block>
    </blocks>
    </layout>

    Can you give me a hand on hot to fix it to be as the default demo?

    website http://www.noviabook.com/index.php

    This is what I got after

    Please check the image:

    Thanks Tulio


    1. Doc1
    aman204 Friend
    #386709

    Try disable css compression in template parameters to see if it helps

    The background image url is not seen right due to which it isnt reflecting

    tulio Friend
    #386731

    That’s it!

    Last questions:
    – How can I reduce the space between the slideshow and the blue below. Is to much space.
    – How to remove her you are and top.

    Thanks Aman.

    aman204 Friend
    #386742

    <em>@tulio 234671 wrote:</em><blockquote>That’s it!

    Last questions:
    – How can I reduce the space between the slideshow and the blue below. Is to much space.
    – How to remove her you are and top.

    Thanks Aman.</blockquote>

    1) Decrease in min-height value accordingly::

    #community-wrap {style.css (line 57)
    display: inline-block;
    margin: 0 0 30px;
    min-height: 450px;
    min-width: 650px;
    position: relative;
    text-align: left;
    width: 100%;
    }

    Css file reference:: components/com_community/templates/default/css/style.css

    2) Disable breadcrumb module in module manager and add this at end of template.css file::

    .ja-links li.top{display:none;}

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

This topic contains 4 replies, has 2 voices, and was last updated by  aman204 13 years, 7 months ago.

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