-
AuthorPosts
-
September 1, 2014 at 12:36 am #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
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
September 1, 2014 at 2:04 am #5477841. 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; }September 1, 2014 at 10:57 am #547851Hi 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
September 1, 2014 at 11:18 am #547853Hi Chavan, I figured it out 🙂 When I use Class Suffix row-feature-full row-feature-secondary it turns right. Thanks for your help.
chizuoka Friendchizuoka
- Join date:
- June 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
September 10, 2014 at 7:24 am #548966Hi ..
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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
September 12, 2014 at 4:34 am #549245The 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 12, 2014 at 6:12 am #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 helps1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 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, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum