-
AuthorPosts
-
jm1100 Friend
jm1100
- Join date:
- July 2015
- Posts:
- 33
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
July 16, 2015 at 8:12 pm #208884Hi again guys,
Hope your fine.
I’ve been looking for some thread about it but I didn’t found anything.
So here is my issue : I wonder how to display one entire article in uber-business layout, without including it in a ACModule, mainly for SEO issues.
And if possible, to do it before “business-home” position.This is about using joomla in a classic and easy way : article, category and item menu “Article”.
There is a “message” position in this layout, but it doesn’t display anything.
If I use another template for this menu item, header and footer disappear obviously…Thanks for your help.
JM
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 17, 2015 at 9:49 am #577808Hi @jm1100,
Assuming that you’re using layout home-business, please open file templatesubertplshome-business.php and look for this part :
<?php $this->loadBlock('home') ?>
<?php if($this->hasMessage()) : ?>
<div class="container">
<jdoc:include type="message" />
</div>
<?php endif ?>then change as below :
<?php $this->loadBlock('mainbody') ?>
<?php $this->loadBlock('home') ?>
1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 17, 2015 at 9:49 am #644102Hi @jm1100,
Assuming that you’re using layout home-business, please open file templatesubertplshome-business.php and look for this part :
<?php $this->loadBlock('home') ?>
<?php if($this->hasMessage()) : ?>
<div class="container">
<jdoc:include type="message" />
</div>
<?php endif ?>then change as below :
<?php $this->loadBlock('mainbody') ?>
<?php $this->loadBlock('home') ?>
1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 17, 2015 at 9:49 am #742737Hi @jm1100,
Assuming that you’re using layout home-business, please open file templatesubertplshome-business.php and look for this part :
<?php $this->loadBlock('home') ?>
<?php if($this->hasMessage()) : ?>
<div class="container">
<jdoc:include type="message" />
</div>
<?php endif ?>then change as below :
<?php $this->loadBlock('mainbody') ?>
<?php $this->loadBlock('home') ?>
1 user says Thank You to Adam M for this useful post
jm1100 Friendjm1100
- Join date:
- July 2015
- Posts:
- 33
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
July 17, 2015 at 10:49 am #577815Works perfectly 😀 *Infinite thanks*
Just a detail : it creates a space between the mainmenu and the first module in the other pages :
Is it possible to avoid it ?
regards,
JM
jm1100 Friendjm1100
- Join date:
- July 2015
- Posts:
- 33
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
July 17, 2015 at 10:49 am #644109Works perfectly 😀 *Infinite thanks*
Just a detail : it creates a space between the mainmenu and the first module in the other pages :
Is it possible to avoid it ?
regards,
JM
jm1100 Friendjm1100
- Join date:
- July 2015
- Posts:
- 33
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
July 17, 2015 at 10:49 am #742744Works perfectly 😀 *Infinite thanks*
Just a detail : it creates a space between the mainmenu and the first module in the other pages :
Is it possible to avoid it ?
regards,
JM
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 20, 2015 at 6:46 am #577946Hi @jm1100,
In this case, please duplicate file home-business.php and named it home-business-custom.php. Use layout home-business-custom in your home page, revert changes in file home-business.php and use it for all the rest.
1 user says Thank You to Adam M for this useful post
jm1100 Friendjm1100
- Join date:
- July 2015
- Posts:
- 33
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
July 20, 2015 at 9:24 am #577994Perfect !
Thanks 🙂
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by jm1100 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum