-
AuthorPosts
-
chichestersolar Friend
chichestersolar
- Join date:
- December 2009
- Posts:
- 48
- Downloads:
- 14
- Uploads:
- 0
- Thanks:
- 21
- Thanked:
- 4 times in 1 posts
June 9, 2014 at 8:56 am #198624Firstly, a little embarrassing since I have never had to ask logo questions before since they are so well documented. The logo does not appear to revert to our logo on the home page. On the sub pages the text and image shows. I have updated through theme magic. I have replaced all the logo’s I could find in the directories. I have cleared browser and Joomla cache.
Secondly, I can’t find where to remove the “HEALTH NEWS” title at the bottom of the page.
Finally, How do you remove the T3 block at the bottom of the page.MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 9, 2014 at 9:36 am #538301<blockquote>Firstly, a little embarrassing since I have never had to ask logo questions before since they are so well documented. The logo does not appear to revert to our logo on the home page. On the sub pages the text and image shows. I have updated through theme magic. I have replaced all the logo’s I could find in the directories. I have cleared browser and Joomla cache.
</blockquote>You can go to administrator->templates manager -> JA Medicare template, go to tab “Themes” then you need change “Slogan” and “Logo Image”
Note: if you use quickstart package, pls change in all templates.
<blockquote>
Secondly, I can’t find where to remove the “HEALTH NEWS” title at the bottom of the page.
</blockquote>
It’s feature article. To remove it, you need edit the source code. In your site, I see you used “No Slide Bar”, so please open and remove all source code in this file “templates/ja_medicare/tpls/blocks/mainbody/no-sidebar.php”.<blockquote>
Finally, How do you remove the T3 block at the bottom of the page.
</blockquote>Open this file “templates/ja_medicare/tpls/blocks/footer.php”, then remove code block below:
<?php if ($this->getParam('t3-rmvlogo', 1)): ?>
<div class="poweredby text-hide">
<a class="t3-logo t3-logo-small t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
</div>
<?php endif; ?>
Note: If you want to remove our copyright information “Desgined by Joomlart”, you need to buy package “Copyright REMOVAL”.
-
1 user says Thank You to MoonSailor for this useful post
chichestersolar Friendchichestersolar
- Join date:
- December 2009
- Posts:
- 48
- Downloads:
- 14
- Uploads:
- 0
- Thanks:
- 21
- Thanked:
- 4 times in 1 posts
June 9, 2014 at 1:40 pm #538330“Secondly, I can’t find where to remove the “HEALTH NEWS” title at the bottom of the page.”
I couldn’t get rid of the text logo appearing alongside main logo despite changing all the themes. As a work around I place a space in the site name and it has disappeared.
“Secondly, I can’t find where to remove the “HEALTH NEWS” title at the bottom of the page.”
I followed your instructions and the text did disappear but also all the content on all pages apart from the home page. Any ideas??
“Finally, How do you remove the T3 block at the bottom of the page.”
Worked great thanks. 🙂Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 10, 2014 at 11:22 am #538475<blockquote>”Secondly, I can’t find where to remove the “HEALTH NEWS” title at the bottom of the page.”</blockquote>
Please rollback all source code in templates/ja_medicare/tpls/blocks/mainbody/no-sidebar.php file(below is source code in this file)
<?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;
/**
* Mainbody 1 columns, content only
*/
?><div id="t3-mainbody" class="main-container t3-mainbody">
<div class="row"><!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12">
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
</div>
<!-- //MAIN CONTENT --></div>
</div>
and to do this way
+ Create templates/ja_medicare/css/custom.css file and add new rule
.home #t3-mainbody {
display: none !important;
}
Let me know if it helps
chichestersolar Friendchichestersolar
- Join date:
- December 2009
- Posts:
- 48
- Downloads:
- 14
- Uploads:
- 0
- Thanks:
- 21
- Thanked:
- 4 times in 1 posts
June 10, 2014 at 8:20 pm #538519Pavit got back to me showing it was a page heading that needed to be cleared in the front end – “You should disabling the Show page heading from your Home menu item Page display tab” Thanks for you help.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by chichestersolar 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Minor formatting adjustments
Viewing 5 posts - 1 through 5 (of 5 total)