Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Deleted joomla container position in home page

  • Antonio Brocco
  • Antonio Brocco's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago #139199 by Antonio Brocco
Deleted joomla container position in home page was created by Antonio Brocco
Good morning,
i have a littlr problem in my home page. I have setting a module in the "component" position and another module in "below_component" position.

Between these two, however, is an area that I have seen through debugging belong to joomla container. How can I delete it?

the site is www.marsigliapartners.eu.

Thank's for your support.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #139200 by Krikor Boghossian
Replied by Krikor Boghossian on topic Deleted joomla container position in home page
If you want to remove any block of your homepage you have to use this block of code.
<?php if(!$isFrontpage): ?>
CODE GOES HERE
<?php endif; ?>

Removing the exclamation mark will do the exact opposite, that block will only show in the homepage.
<?php if($isFrontpage): ?>
CODE GOES HERE
<?php endif; ?>

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Antonio Brocco
  • Antonio Brocco's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 3 months ago #139201 by Antonio Brocco
Replied by Antonio Brocco on topic Deleted joomla container position in home page
I add this code In the index.php file?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #139202 by Krikor Boghossian
Replied by Krikor Boghossian on topic Deleted joomla container position in home page
Yes.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum