-
AuthorPosts
-
November 27, 2010 at 6:12 am #156819
Hi,
when working with JA T3 Framework default template
I came across a hurdel
“Welcome to the Frontpage”
I am unable to remove this from any Parameter
it is even not displayed in the menue manager
need help
How to remove it from home screenmichael essien Friendmichael essien
- Join date:
- September 2014
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 27, 2010 at 6:36 am #364449<em>@vikas894 205554 wrote:</em><blockquote>Hi,
when working with JA T3 Framework default template
I came across a hurdel
“Welcome to the Frontpage”
I am unable to remove this from any Parameter
it is even not displayed in the menue manager
need help
How to remove it from home screen</blockquote>I was able to remove “Welcome to JA Rave” from a similar location; you may check to see if the same file is used for this. All the best.
http://www.joomlart.com/forums/topic/welcome-to-ja-rave-wording-does-not-change/
Michael
1 user says Thank You to michael essien for this useful post
November 28, 2010 at 9:30 am #364553<em>@michieis2 205555 wrote:</em><blockquote>I was able to remove “Welcome to JA Rave” from a similar location; you may check to see if the same file is used for this. All the best.
http://www.joomlart.com/forums/topic/welcome-to-ja-rave-wording-does-not-change/
Michael</blockquote>
Thanks “michieis2”
but as I am not a paid member on JoomlaArt and Working with the T3 Framework
I amunable to view the link that you had provided
Please Explain me how to remove the Component heading “Welcome to Frontpage”
I am Attaching a snipping images of the page!
need help…….please
michael essien Friendmichael essien
- Join date:
- September 2014
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 28, 2010 at 9:57 am #364554I hope the following helps. I am not sure if I am supposed to paste this(i mean the terms of use of joomlart) so I would like to add that paid membership has been worth every penny. you should try it – not trying to be rude; just putting in a word for joomlart.
you open the file: templates/ja_rave_new/html/com_content/frontpage/default.php you will see the code
PHP Code:
<span><span><?php echo JText::_(‘Welcome to JA Rave’) ?></span></span>
you make your text in here or add the traslation text into the global language file:HTML Code:
WELCOME TO JA RAVE=Welcom to JA Rave
March 23, 2011 at 5:51 pm #382924I have the same issue with JA Rave for 1.6. Anyone figure it out?
<em>@michieis2 205701 wrote:</em><blockquote>I hope the following helps. I am not sure if I am supposed to paste this(i mean the terms of use of joomlart) so I would like to add that paid membership has been worth every penny. you should try it – not trying to be rude; just putting in a word for joomlart.
you open the file: templates/ja_rave_new/html/com_content/frontpage/default.php you will see the code
PHP Code:
<span><span><?php echo JText::_(‘Welcome to JA Rave’) ?></span></span>
you make your text in here or add the traslation text into the global language file:HTML Code:
WELCOME TO JA RAVE=Welcom to JA Rave</blockquote>
July 22, 2011 at 5:35 pm #402571<em>@bengal313 229719 wrote:</em><blockquote>I have the same issue with JA Rave for 1.6. Anyone figure it out?</blockquote>
I needed this solution with my blank t3 template and here was the fix:
T3 has a template override built into it in the plugin directory. For the blank T3 template or any other template, to fix this issue you need to go to:
plugins/system/jat3/base-themes/default/html/com_content
Download the com_content directory. This is a template override but it’s run from the plugin. You don’t want to change core code so download the plugin and upload it to your template’s HTML directory:
templates/your_t3_based_template/html
From here you need to modify the frontpage view in the com_content directory:
templates/your_t3_based_template/html/com_content/frontpage/default.php
Change this line in default.php:
<h1 class=”componentheading”><?php echo JText::_(‘Home page title’); ?></h1>
To:
<h1 class=”componentheading”><?php echo $this->escape($this->params->get(‘page_title’)); ?></h1>
This will call in that line from the menu item’s parameter field like it should.
Not sure why Joomlart overrode this file in this way, it doesn’t really make sense to me. But this will return it to the way it should be done without changing any T3 core plugin code or changing any Joomla core code. All of this is done correctly without hacks with template overrides.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by sgorney 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA T3 Framework default Template issue!
Viewing 6 posts - 1 through 6 (of 6 total)