-
AuthorPosts
-
Adam M Moderator
Adam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
May 29, 2015 at 10:32 pm #572359@adam M
I’ve added the blocks in various JA models and did the same procedure that. The change appears in the positioning, but does not appear to the site!
I also added positions in templateDetails.xml (barra-1, barra-2, barra-3, barra-4, barra-5)
ja_teline_v/tpls/blocks/default.php and magazine-home.php
[PHP]
<?php
/**
*——————————————————————————
* @package T3 Framework for Joomla!
*——————————————————————————
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github
* & Google group to become co-author)
* @google group: https://groups.google.com/forum/#!forum/t3fw
* @link: http://t3-framework.org
*——————————————————————————
*/defined(‘_JEXEC’) or die;
?><!DOCTYPE html>
<html lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”
class='<jdoc:include type=”pageclass” />’><head>
<jdoc:include type=”head” />
<?php $this->loadBlock(‘head’) ?>
</head><body>
<div class=”t3-wrapper”> <!– Need this wrapper for off-canvas menu. Remove if you don’t use of-canvas –>
<?php $this->loadBlock(‘barra’) ?>
<?php $this->loadBlock(‘topnav’) ?>
<?php $this->loadBlock(‘header’) ?>
<?php $this->loadBlock(‘mainnav’) ?>
<?php $this->loadBlock(‘spotlight-1’) ?>
<?php $this->loadBlock(‘navhelper’) ?>
<?php $this->loadBlock(‘mainbody’) ?>
<?php $this->loadBlock(‘spotlight-2’) ?>
<?php $this->loadBlock(‘footer’) ?>
</div>
</body>
</html>
[/PHP]
ja_teline_v/tpls/blocks/barra.php
[PHP]
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 – 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/defined(‘_JEXEC’) or die;
?><?php if ($this->checkSpotlight(‘spotlight-2’, ‘position-5, position-6, position-7, position-8’)) : ?>
<!– SPOTLIGHT 2 –>
<div class=”container t3-sl t3-sl-2″>
<?php $this->spotlight(‘barra-1’, ‘barra-2, barra-3, barra-4, barra-5’) ?>
</div>
<!– //SPOTLIGHT 2 –>
<?php endif ?>[/PHP]
Help friend
Rikáryo Mourão
CEO - HeróiNerd - InventtiveAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
June 3, 2015 at 8:42 pm #572797Hi @adam M
Already yes, I’m using your solution, but there is still the mistake of covering the header with the icons!
I created the new positions to choose where and what appears, but as you saw there in posts, not solved!
:((
Rikáryo Mourão
CEO - HeróiNerd - InventtiveAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 4, 2015 at 11:12 am #572872Hi @rikaryo,
I checked your site but haven’t seen the suggested code yet, please navigate to admin >>> Extensions >>> Template Manager >>> choose default template >>> temporary disable CSS compression then let me know.
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
June 4, 2015 at 11:12 am #737906Hi @rikaryo,
I checked your site but haven’t seen the suggested code yet, please navigate to admin >>> Extensions >>> Template Manager >>> choose default template >>> temporary disable CSS compression then let me know.
1 user says Thank You to Adam M for this useful post
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
June 8, 2015 at 1:41 pm #573311Hi @adam M
The site is working, the problem is I need to put a module on the side and when I enable it gets one below the other and did not want the player does not appear in the mobile version and has appeared!
See the image simulation that I need to stay!
:((
rikaryo Friendrikaryo
- Join date:
- June 2006
- Posts:
- 127
- Downloads:
- 143
- Uploads:
- 59
- Thanks:
- 107
- Thanked:
- 10 times in 4 posts
June 8, 2015 at 1:41 pm #738339Hi @adam M
The site is working, the problem is I need to put a module on the side and when I enable it gets one below the other and did not want the player does not appear in the mobile version and has appeared!
See the image simulation that I need to stay!
:((
Rikáryo Mourão
CEO - HeróiNerd - InventtiveAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
AuthorPostsThis topic contains 29 replies, has 3 voices, and was last updated by rikaryo 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum