Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • softchris4ol Friend
    #899560

    Hi,
    I am using the JA-Movimax Template. And I have some changes to make to the page. I have already developed by site, but I have having some difficulty making required changes to some certain parts of the site.

    Kindly help with the codes to resolve the following. Please, find the images attached:

    1. Where can I position my login module in the template. I noticed there’s no login. Please, tell me where to get the login and the position on the JA-Moviemax Template.
    2. article1.png…how can I disable the article titles? I do not want to see the article title. All I want is the images and the content of the article. I want to disable the article title not to show at the front end.
    3. I noticed in header1.png that there’s no white space between the Slideshow Banner Image and the menu. But in header2.png, there’s a white space. How can I cover the white space?
    4. Also, I want to change the bgcolor of the white space at the menu top (header) see header2.png.

    Please, send me the code and how to use. I will be able to do the needful.

    Thank you so much.

    Best Regards.


    1. article1
    2. header1
    3. header2
    Ninja Lead Moderator
    #899763

    Hi,

    You can find my answer with your request below

    1) Login module of you mentioned above is Site Offline option from Global configuration and you have a look login_module image

    2) This way will help you to remove the title under Article Category module

    Open templates/ja_moviemax/html/mod_articles_category/articlelist.php file

    find and change

    <h3 class="article-title">
        <?php if ($params->get('link_titles') == 1) : ?>
        <a title="<?php echo $item->title; ?>"  href="<?php echo $item->link; ?>">
        <?php endif; ?>
            <?php echo $item->title; ?>
        <?php if ($params->get('link_titles') == 1) : ?>
        </a>
        <?php endif; ?>
    </h3>

    to

    <h3 class="article-title">
        <?php if ($params->get('link_titles') == 1) : ?>
        <a title="<?php echo $item->title; ?>"  href="<?php echo $item->link; ?>">
        <?php endif; ?>
        <?php if ($params->get('link_titles') == 1) : ?>
        </a>
        <?php endif; ?>
    </h3>

    3) Open templates/ja_moviemax/images/logo.png file

    Look at the logo screenshot, you will see blank space around the logo is very big, you need to crop it.

    4) Create templates/ja_moviemax/css/custom.css file and add new CSS style and change background-color to the color of your need

    #t3-header .container {
        background-color: red !important;
    }

    Regards


    1. login_module
    2. logo
    softchris4ol Friend
    #900062

    Kindly look into the attached images and tell me how I can change the background colors. See footerbanner2.PNG

    See Character.png. How can I remove the blurry effects on the pictures?


    1. character
    2. footerbanner2
    Ninja Lead Moderator
    #900213

    You can fix both the problems of your site with my tweak below

    Open templates/ja_moviemax/css/custom.css file and add new CSS style

    .t3-footnav .t3-module .module-title {
        border-bottom: 2px solid #C23D27 !important;
        background: #C23D27 !important;
    }
    .article-slide .item-intro .rating-score {
        border: 2px solid #C23D27 !important;
        color: #C23D27 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 1 month ago.

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