Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ekaup Friend
    #200960

    Hello, I can’t seem to find out how to change the background color and the fixed text “Recent projects” in the Recent project module. Can anyone help please?
    ekaup


    1. project
    chavan Friend
    #547784

    1. Go to this File: templatesja_sugitehtmlmod_articles_categoryprojects.php

    Find this code, This is language code produces the text.

    <h3><?php echo JText::_('TPL_RECENT_PROJECTS'); ?></h3>

    2. To change bg color

    GO to this File: /templates/ja_sugite/css/template.css

    Find this code and replace the background color coding


    .row-feature.row-feature-secondary { background: #2d3e50; color: #a0adbb; overflow: hidden; }

    ekaup Friend
    #547851

    Hi there Chavan, thanks for geting back to me. The text problem is solved.
    Regarding the background color; I am using “row-feature-full” Class Suffix. The row-feature-secondary has the right color but it shows up much bigger than it should be. see here
    Also the link for “View All” (below the recent project text) where and how can I define where that leads to when clicked?
    ekaup


    1. tohigh
    ekaup Friend
    #547853

    Hi Chavan, I figured it out 🙂 When I use Class Suffix row-feature-full row-feature-secondary it turns right. Thanks for your help.

    chizuoka Friend
    #548966

    Hi ..

    Where is the text being referenced in
    <h3><?php echo JText::_(‘TPL_RECENT_PROJECTS’); ?></h3>

    I can just change it here? as in
    <h3>My Text</h3> ? Or i should be changing it else where?

    chavan Friend
    #549245

    The text is in this File: templatesja_sugitehtmlmod_articles_categoryprojects.php

    you can change it to any. Text you like.

    <h3><?php echo JText::_('My Text'); ?></h3>

    Pankaj Sharma Moderator
    #549288

    <em>@chizuoka 445092 wrote:</em><blockquote>Hi ..

    Where is the text being referenced in
    <h3><?php echo JText::_(‘TPL_RECENT_PROJECTS’); ?></h3>

    I can just change it here? as in
    <h3>My Text</h3> ? Or i should be changing it else where?</blockquote>
    Hi chizuoka

    >>TPL_RECENT_PROJECTS is called from the language files .
    you can find the recent project name there and change it as per your need .
    Path : languageen-GBen-GB.tpl_ja_sugite
    find >> Recent Projects and change it . >>> http://prntscr.com/4m0so7
    Hope it helps

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

This topic contains 7 replies, has 4 voices, and was last updated by  Pankaj Sharma 10 years, 1 month ago.

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