Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hdsq2 Friend
    #157045

    Hello, I’m using the theme JA SOCIAL in gray color, but am having problems with the background color of all the lightbox. For example, try adding an k2 item via frontend, the background color of the lightbox is gray, it’s bad.

    How to I change the background color of the lightbox does not follow the thema? or else to force the color white for example.

    Thank u very much

    Sincerely,
    Daniel

    Saguaros Moderator
    #365555

    ok, you try following this thread:

    1) you open the file: templatesja_socialcomponent.php
    2) replace all content of this file by :
    [PHP]

    <?php
    /**
    * @copyright Copyright (C) 2005 – 2010 Open Source Matters. All rights reserved.
    * @license GNU/GPL, see LICENSE.php
    * Joomla! is free software. This version may have been modified pursuant
    * to the GNU General Public License, and as distributed it includes or
    * is derivative of works licensed under the GNU General Public License or
    * other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    */

    // no direct access
    defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”>
    <head>
    <jdoc:include type=”head” />
    <link rel=”stylesheet” href=”templates/<?php echo $this->template; ?>/css/template.css” type=”text/css” />

    <?php if($this->direction == ‘rtl’) : ?>
    <link rel=”stylesheet” href=”templates/<?php echo $this->template ?>/css/template_rtl.css” type=”text/css” />
    <?php endif; ?>
    </head>
    <body class=”contentpane”>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    </body>
    </html>

    [/PHP]

    =>check this again

    Thanks

    hdsq2 Friend
    #365631

    Worked like a charm !
    thank you.

    kcadminuk Friend
    #493251

    Hi. Please can you tell me how I could be able to change this BG color. Thanks
    it is on Ja_social as you will see the attached file. Thank You


    1. menu-BG
    Saguaros Moderator
    #493267

    Hi kcadminuk,

    You can try this way:

    – Open file: /templates/ja_template_name/css/template.css

    – Around line 890, you can find this css rule:


    #ja-mainnav {
    background: url("../images/trans-bg.png");
    border-top: 1px solid #4FAED2
    }

    We set an image as background for the main menu, you can change to your desired one.

    Clean JAT3 cache once done.

    Regards

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

This topic contains 5 replies, has 3 voices, and was last updated by  Saguaros 11 years, 1 month ago.

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