Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ivanudias Friend
    #156296

    Hi!
    I would like to hide the content in home page in my website, because now I have a white space
    http://rainbowmoda.webexpertia.es/index.php

    Anyone could help me?
    Thanks a lot

    Ivan


    1. Imagen-1
    vishalgrover Friend
    #362459

    Hello,
    Well, You can hide the Joomla Frontpage (the content area) by editing the template php file, called index.php. You can edit it using the joomla backend >> Goto Extensions / Template Manager, select your template by clicking the name and then click Edit html.

    Search within the index.php file for the following code:

    <jdoc:include type=”component” />

    And replace it with this:

    <?php $pageview = JRequest::getVar(‘view’, ”);
    if ($pageview != ‘frontpage’) { ?>
    <jdoc:include type=”component” />
    <? } ?>

    Let me know if it doesnt work…

    ivanudias Friend
    #363744

    Thanks vishalgrover, but nothing happens… I erased breadcrumbs, but I cannot erase content… Any idea?
    Regards

    ivanudias Friend
    #364094

    Hi I solved it creating a Menu Item as Section Blog and hiding everything.
    :laugh:
    Thanks a lot!!


    1. Imagen-2
    2. Imagen-1
Viewing 4 posts - 1 through 4 (of 4 total)

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

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