Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • emilion Friend
    #197634

    Hello,
    How can I change the color and the text of the module “Recent Projects – View All”?
    Thanks.

    Radonja Djurisic Friend
    #534528

    Hello Emilion

    u can create custom.css file in template/css folder

    and u can add this code in custom.css


    .category-module .project-item.project-item-more > h3
    {
    color: #00FF00;
    }
    .category-module .project-item.project-item-more > .btn-border
    {
    color: #FF0000;
    }
    .category-module .project-item.project-item-more > .btn-border:after
    {
    background-color: #00FF00;
    }
    .row-feature.row-feature-full .container > .row
    {
    background: none repeat scroll 0% 0% #0000FF;
    }

    Play with # (colors)

    Radonja Djurisic Friend
    #534529

    Find this file in

    templates/ja_sugite/language/en-GB/en-GB.tpl_ja_sugite.ini

    around 138 line


    ;Template Custom
    TPL_VIEW_ALL ="View all"
    TPL_RECENT_PROJECTS ="Recent Projects"

    if u want to translate to your language u can add this in your language ini files

    emilion Friend
    #534605

    Thanks you very much tolja!

    emilion Friend
    #561248

    Hello!
    Suddenly I am not able to change the text for “Recent Projects”.
    Now I want to use for other thing… “Nuestros servicios” But Changing the text on language/en-GB/en-GB.tpl_ja_sugite.ini nothing happen… I deleted the cache of joomla and of the browser… What could be happening?

    Thanks

    Ninja Lead Moderator
    #561569

    <em>@emilion 461086 wrote:</em><blockquote>Hello!
    Suddenly I am not able to change the text for “Recent Projects”.
    Now I want to use for other thing… “Nuestros servicios” But Changing the text on language/en-GB/en-GB.tpl_ja_sugite.ini nothing happen… I deleted the cache of joomla and of the browser… What could be happening?

    Thanks</blockquote>

    Please give me URL of your site here, I will help you to check it

    emilion Friend
    #561632

    Thanks Ninja. The url is http://www.emilionavas.com
    I can send you by PM the admin password. I opened a ticket with the information if is useful to check too.

    Ninja Lead Moderator
    #561812

    <em>@emilion 461565 wrote:</em><blockquote>Thanks Ninja. The url is http://www.emilionavas.com
    I can send you by PM the admin password. I opened a ticket with the information if is useful to check too.</blockquote>

    I did not find the your ticket ID, you can pm me admin login of backend site, I will help you out.

    Ninja Lead Moderator
    #561814

    <em>@emilion 461565 wrote:</em><blockquote>Thanks Ninja. The url is http://www.emilionavas.com
    I can send you by PM the admin password. I opened a ticket with the information if is useful to check too.</blockquote>

    I just got the info of your ticket. I checked on templates/ja_sugite/html/mod_articles_category/projects.php file but it’s very hard to detect the define text below on your site

    <blockquote>TPL_RECENT_PROJECTS</blockquote>

    But you can try to use my solution below

    + Open templates/ja_sugite/html/mod_articles_category/projects.php file

    find and change

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

    to

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

    + Open language/en-GB/en-GB.tpl_ja_sugite.ini file and add new rule

    TPL_RECENT_PROJECTS_NEW ="Nuestros servicios"

    Let me know if it helps

    emilion Friend
    #562255

    Hi Ninja!
    I did all the steps you tell me, but I think something is not Ok. I need to clear any special cache or similar?
    Thanks!

    Ninja Lead Moderator
    #562349

    <em>@emilion 462370 wrote:</em><blockquote>Hi Ninja!
    I did all the steps you tell me, but I think something is not Ok. I need to clear any special cache or similar?
    Thanks!</blockquote>

    I will fix this problem directly on your site, you can pm me admin login and FTP account of your site. I will help you out.

    anantjk Developer
    #562402

    Yes, even at my side, I could not change the “Recent Project” text. Having issue, despite followed all the above steps. My development site is serantau.org/austqual.com

    emilion Friend
    #562403

    Sent!
    Thanks!
    Emilio.

    Ninja Lead Moderator
    #562586

    <em>@emilion 462553 wrote:</em><blockquote>Sent!
    Thanks!
    Emilio.</blockquote>

    I fixed the problem directly on your site with the solution below, you can check it again, let me know if it helps


    1. Screen-Shot-2015-03-11-at-17.07.45
Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 4 voices, and was last updated by  Ninja Lead 9 years, 3 months ago.

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