Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • davilico Friend
    #693528

    How can we remove the “articulos” here http://w3.safaburgos.com/index.php?option=com_content&view=article&id=210

    And second we have 10 articles in ja news but only want to display 5 and then press next page on home page for the rest. How can we do this.

    Thanks.

    Ninja Lead Moderator
    #693802

    Hi,

    With css style will help you to remove “articulos” on your site

    Open templates/ja_university/css/template.css file

    find and change

    h1.componentheading, .componentheading {
    border-bottom: 1px solid #ccc ;
    font-weight: normal ;
    font-size: 2.500em ;
    margin-bottom: 20px ;
    padding-bottom: 10px ;
    }

    to

    h1.componentheading, .componentheading {
    border-bottom: 1px solid #ccc ;
    font-weight: normal ;
    font-size: 2.500em ;
    margin-bottom: 20px ;
    padding-bottom: 10px ;
    display: none;
    }

    Once done remember to clear cache from admin area

    + About pagination in JA Sidenews module, it does not support this option – the same with default Joomla module, it only shows the number of article shown in module

    Regards

    Ninja Lead Moderator
    #750135

    Hi,

    With css style will help you to remove “articulos” on your site

    Open templates/ja_university/css/template.css file

    find and change

    h1.componentheading, .componentheading {
    border-bottom: 1px solid #ccc ;
    font-weight: normal ;
    font-size: 2.500em ;
    margin-bottom: 20px ;
    padding-bottom: 10px ;
    }

    to

    h1.componentheading, .componentheading {
    border-bottom: 1px solid #ccc ;
    font-weight: normal ;
    font-size: 2.500em ;
    margin-bottom: 20px ;
    padding-bottom: 10px ;
    display: none;
    }

    Once done remember to clear cache from admin area

    + About pagination in JA Sidenews module, it does not support this option – the same with default Joomla module, it only shows the number of article shown in module

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 1 month ago.

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