-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 23, 2015 at 12:14 pm #691954Hi there
Sorry delayed your ticket. I’ll try to check and reply you in asap.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 23, 2015 at 12:14 pm #749467Hi there
Sorry delayed your ticket. I’ll try to check and reply you in asap.Thank you,
Viet Vujohnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 11:14 am #692338Hi is there any update on this?
johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 11:14 am #749597Hi is there any update on this?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 24, 2015 at 11:25 am #692340Hi there
Please open
templatesubertplshome-university.phpReplace by
<?php
/**
* ------------------------------------------------------------------------
* Uber Template
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com - http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ------------------------------------------------------------------------
*/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') ?>
<?php $this->addCss('layouts/university') ?>
</head><body class="home-university">
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<div class="container">
<?php $this->loadBlock('header') ?><?php $this->loadBlock('home') ?>
<?php if($this->hasMessage()) : ?>
<div class="container">
<jdoc:include type="message" />
</div>
<?php endif ?><?php $this->loadBlock('footer') ?>
</div>
</div></body>
</html>
And apply css for .t3-wrapper
.t3-wrapper {
background: red;
}https://www.dropbox.com/s/d21k0p9u11fz4nb/2015-09-24_18-25-28.png?dl=0
But please consider you are modify template design concept. It would be override with template upgrade.Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 24, 2015 at 11:25 am #749599Hi there
Please open
templatesubertplshome-university.phpReplace by
<?php
/**
* ------------------------------------------------------------------------
* Uber Template
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com - http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ------------------------------------------------------------------------
*/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') ?>
<?php $this->addCss('layouts/university') ?>
</head><body class="home-university">
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<div class="container">
<?php $this->loadBlock('header') ?><?php $this->loadBlock('home') ?>
<?php if($this->hasMessage()) : ?>
<div class="container">
<jdoc:include type="message" />
</div>
<?php endif ?><?php $this->loadBlock('footer') ?>
</div>
</div></body>
</html>
And apply css for .t3-wrapper
.t3-wrapper {
background: red;
}https://www.dropbox.com/s/d21k0p9u11fz4nb/2015-09-24_18-25-28.png?dl=0
But please consider you are modify template design concept. It would be override with template upgrade.Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 12:09 pm #692345Can I not create a template override? This way an upgrade won’t effect it?
johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 12:09 pm #749604Can I not create a template override? This way an upgrade won’t effect it?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 24, 2015 at 12:15 pm #692346Hi there
You can use local. But the important thing here is you are changed concept of design 🙂 .
Anyways you can apply as my above code if needed but into /local/tpls/home-university.phpThank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 24, 2015 at 12:15 pm #749605Hi there
You can use local. But the important thing here is you are changed concept of design 🙂 .
Anyways you can apply as my above code if needed but into /local/tpls/home-university.phpThank you,
Viet Vujohnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 12:19 pm #692347This isn’t working for me, when I apply your changes my whole page is red, as follows;
I’m actually using the default.php nit hime-university.php however I mave made the same changes. My default.php looks as follows;
<?php
/**
* ————————————————————————
* Uber Template
* ————————————————————————
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license – Copyrighted Commercial Software
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com – http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ————————————————————————
*/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’) ?>
<?php $this->addCss(‘layouts/docs’) ?>
</head><body>
<div class=”t3-wrapper”> <!– Need this wrapper for off-canvas menu. Remove if you don’t use of-canvas –>
<div class=”container”>
<?php $this->loadBlock(‘header’) ?><?php $this->loadBlock(‘masthead’) ?>
<?php $this->loadBlock(‘submenu’) ?>
<?php $this->loadBlock(‘mainbody’) ?>
<?php $this->loadBlock(‘spotlight-1’) ?>
<?php $this->loadBlock(‘full-width’) ?>
<?php $this->loadBlock(‘footer’) ?>
</div></div>
</body>
</html>
johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 12:19 pm #749606This isn’t working for me, when I apply your changes my whole page is red, as follows;
I’m actually using the default.php nit hime-university.php however I mave made the same changes. My default.php looks as follows;
<?php
/**
* ————————————————————————
* Uber Template
* ————————————————————————
* Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license – Copyrighted Commercial Software
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com – http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ————————————————————————
*/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’) ?>
<?php $this->addCss(‘layouts/docs’) ?>
</head><body>
<div class=”t3-wrapper”> <!– Need this wrapper for off-canvas menu. Remove if you don’t use of-canvas –>
<div class=”container”>
<?php $this->loadBlock(‘header’) ?><?php $this->loadBlock(‘masthead’) ?>
<?php $this->loadBlock(‘submenu’) ?>
<?php $this->loadBlock(‘mainbody’) ?>
<?php $this->loadBlock(‘spotlight-1’) ?>
<?php $this->loadBlock(‘full-width’) ?>
<?php $this->loadBlock(‘footer’) ?>
</div></div>
</body>
</html>
johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 1:20 pm #692352Now resolved. I had to add a class to the container.
johnnys Friendjohnnys
- Join date:
- November 2012
- Posts:
- 123
- Downloads:
- 102
- Uploads:
- 6
- Thanks:
- 28
- Thanked:
- 3 times in 1 posts
September 24, 2015 at 1:20 pm #749611Now resolved. I had to add a class to the container.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 24, 2015 at 2:29 pm #692362Hi there
So … everything is solved ?
Yes. You also need css for wrapper class 🙂Thank you,
Viet Vu -
AuthorPosts
This topic contains 31 replies, has 2 voices, and was last updated by jooservices 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum