Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • guap Friend
    #941934

    I set the number of articles to 2, how can make the thumbnail same size as the main article
    (or make it 2 main article w/o thumbnail)

    and place the TITLE above the images instead?

    Thank you.

    Pankaj Sharma Moderator
    #941962

    Hi
    Can u give a screenshot how u want to change the looks of the Home-10 module .
    At present there is one lead article and then related article below

    guap Friend
    #942180
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #942283

    Hi Your site admin page redirect me to the home page . And the login details also does not working to check the font end of site . Go to templates/ja_magz/html/mod_articles_latest/focus.php file On this file you can find the article title code : http://prntscr.com/bixm2z Image : http://prntscr.com/bixmg9
    On my localhost i move the code of title

    <?php if ($params->get('show_title')) : ?>
                <header class="article-header clearfix">
                    <h2 class="article-title">
                        <?php if ($link) : ?>
                            <a class="article-link"
                               href="<?php echo $link; ?>"> <?php echo htmlspecialchars($focus->title); ?></a>
                        <?php else : ?>
                            <?php echo htmlspecialchars($focus->title); ?>
                        <?php endif; ?>
                    </h2>
                </header>
            <?php endif; ?>
    

    above the image code http://prntscr.com/bj2h2t
    http://prntscr.com/bj2i7q
    Please make sure there two type of articles in the code . The top article is the article with class focus .
    Let me know with correct site details u face any issue .

    guap Friend
    #942499
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #942509

    Hi
    The module php files seems to be customized a lot by you . Kindly give me your site super user details with admin path , so that i can check it directly on your site. Becuase On default files its working fine with the changes i suggested above .

    guap Friend
    #942512
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #942572

    Hi
    could revert the changes did in the focus.php because its too much wrong customization resulting the wrong article title and image on different place . Or allow me to restore it with original .

    guap Friend
    #942596
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #942649

    Hi
    Use the code below in custom.css file to make the title same as the first article title .

    .focus-articles .latest-items li .article-title {
        font-size: 28px;
        line-height: 1.3;
    }
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 10 months ago.

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