Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • eruzak Friend
    #157043

    I install the ja_rave v.1.0.2 quickstart package.

    I go to backend.
    Menus->main menu->home>parameters(system)->page title

    I change the title “Welcome to Ja Rave” to “rave”.But,the frontpage title doesn’t change.I clean the cache and reload the page again.It’s still the same.

    Is it the minor bug?Anyone can fix it soon?

    regards.

    damian Friend
    eruzak Friend
    #365285

    Thanks.

    I use search function before and visited that post yet.
    But,my question is that why don’t we can change that home page name in backend pannel?

    Is there any reason we have to change that name manually?

    <em>@damian 206662 wrote:</em><blockquote>http://www.joomlart.com/forums/topic/welcome-to-ja-rave-wording-does-not-change/</blockquote>

    Sherlock Friend
    #365385

    Dear eruzak,

    You can try as following
    Go to the file of templatesja_ravehtmlcom_contentfrontpagedefault.php, Search for this code
    [PHP]
    <?php if ($this->params->get(‘show_page_title’,1)) : ?>
    <h1 class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
    <span><span><?php echo JText::_(‘HOME PAGE TITLE’) ?></span></span>
    </h1>
    <?php endif; ?>
    [/PHP] Change it to
    [PHP] <?php if ($this->params->get(‘show_page_title’, 1)) : ?>
    <div class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
    <?php echo $this->escape($this->params->get(‘page_title’)); ?>
    </div>
    <?php endif; ?>
    [/PHP] Then go to your back-end and change the page title as you want.

    eruzak Friend
    #365434

    hi,dathq:

    nice shot.
    but,the page title will not show below the logo image.

    Sherlock Friend
    #365507

    Dear eruzak,

    Do you want the page title to show below the logo image ? In the demo site, the page title is not below the logo :confused

    abalto Friend
    #367234

    Hi!

    I tried your solution to replace the default.php block you mentioned with:

    <?php if ($this->params->get('show_page_title', 1)) : ?>
    <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
    <?php echo $this->escape($this->params->get('page_title')); ?>
    </div>
    <?php endif; ?>

    This does not change the “Welcome to JA Rave” on the home page main content area. How can we change or eliminate this?

    Thanks!

    pioneercss Friend
    #370860

    Hi,
    I could change the Ja rave at the top of the window but when I open tabs like in the attached picture,
    I still have ‘Ja Rave’

    Any suggestion to fix it ?

    Thanks!


    1. tab
    Phill Moderator
    #370863

    The reason this has been coded in this way is to allow a different title for different languages. If you hard code a title in the standard Joomla control panel then that is fixed if you change language. So in this instance the developers have been clever and added a language file. The english version can be found in administratorlanguageen-GBen-GB.plg_system_jat3.ini

    In that file you will find the following

    00001: #_________________________Frontend-language___________________________#
    00002: YOU ARE HERE=You are here
    00003: SKIP TO CONTENT=Skip to content
    00004: HOME PAGE TITLE=Welcome to the Frontpage
    00005: #___________IE6_Warning_____________#
    00006: IE6 WARNING TITLE=IE6 warning title
    00007: IE6 WARNING MESSAGE=IE6 warning message
    00008: CLOSE THIS NOTICE=Close this notice
    00009: DO NOT SHOW THIS MESSAGE AGAIN=Do not show this message again

    You can edit all the wording I have highlighted in red to your own wording. If you wanted to create an alternate language file then you could copy thi to the relavent folder and put your own language strings in place.

    Hopefully that helps explain the reasons for this.

    pioneercss Friend
    #370876

    My problem solved

    Thank you

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 6 voices, and was last updated by  pioneercss 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum