Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • aeisec Friend
    #181633

    I cant find Content Mass Top, any idea? :/

    pavit Moderator
    #470898

    Hi

    Could you post a link to your site too ?

    http://awesomescreenshot.com/005k4r156

    Regards

    aeisec Friend
    #471200

    Hi,

    my website is http://www.aeisec.pt/

    Hope you can help me, Thanks 🙂

    pavit Moderator
    #471204

    Hi

    You need to publish your content in content-mass-top position

    If you cannot see it listed in your available positions try to manually write the word content-mass-top in position field of the module configuration and save your module clean your Jat3 cache and refresh your frontend

    If you still have problems try to send me a Private Message with your credentials for administrator “username and password” so i will check better your configuration

    Regards

    aeisec Friend
    #471405

    Its working, thank you :laugh: you are awesome 🙂

    Can you help me one more time? How i make the imagem of “folder” disapear? Its a Menu Page, with K2 Categories ->
    Another problem is the footer, only appear the central part of the footer ->


    1. image-2
    2. image-1
    Ninja Lead Moderator
    #471447

    Regarding “folder” is dissapeared, i need to access your site to fix that.

    To appear at center of the footer, pls do as follows:

    <blockquote>templates/ja_university/css/template.css</blockquote>
    from

    .ja-breadcrums {
    text-indent: 10px;
    }
    #ja-footer .ja-copyright {
    float: left;
    padding-left: 10px;
    }

    change to

    .ja-breadcrums {
    text-indent: 10px;
    text-align: center;
    }
    #ja-footer .ja-copyright {
    padding-left: 10px;
    text-align: center;
    }

    Ninja Lead Moderator
    #471762

    I have fixed the error to get :Folder” on your site disappeared.

    <blockquote>Open templates/ja_university/css/k2.css file</blockquote>
    from

    div.itemListCategory {
    background: white;
    border: 1px solid #DDD
    margin: 0;
    padding: 10px;
    }

    change to

    div.itemListCategory {
    background: white;
    border: 1px solid #DDD
    margin: 0;
    padding: 10px;
    display: none;
    }

    Please check it again.

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

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 12 years ago.

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