Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #908692

    Hi @guianea
    Could u post your site super user admin details via Private reply . So i can check this problem and help u in this matter .

    Gruponea.com Friend
    #908957
    This reply has been marked as private.

    Gruponea.com

    Pankaj Sharma Moderator
    #908961

    Hi
    Kindly apply my fix give Here

    Let me know if it helps.

    Gruponea.com Friend
    #908963

    Hi! thanks for your help! did the changes but nothing happened.

    Gruponea.com

    Pankaj Sharma Moderator
    #909008

    Hi
    The super user admin details you posted does not working for me .
    Please check .

    Gruponea.com Friend
    #909020
    This reply has been marked as private.

    Gruponea.com

    Pankaj Sharma Moderator
    #909028

    Hello guianea
    I checked your site , i saw you are running on latest Joomla , First i suggest you to do not update your live as template is not ready for it . Wait for template updates .

    Regarding the article order i checked the site carefully the order is normal as expected . You can switch to default Joomla template and check the order is same .

    Gruponea.com Friend
    #909136

    all of our client’s websites templates are from joomlart. Do you have any idea when these template’s updates are going to be? Regarding my problem, i’ve no problems with article ordering, my problem is that intro article is not showing on home (1 intro article in 1 column, the rest of the articles in 2 columns).
    i’m watching that you’ve changed the template.
    that’s the correct presentation that i want (as seen in the attached image).
    Hope you can help me, thank you very much


    1. Sin-título-1

    Gruponea.com

    Gruponea.com Friend
    #909140

    Forgot to tell you, these problem with the intro article I already had it with joomla 3.4 not only with 3.5

    Gruponea.com

    Pankaj Sharma Moderator
    #909220

    Hi
    I am afraid this layout is not design with this way , The Leading item is shows but its shows like other item so the layout looks good and fit . You make it as single by below tweak :
    Go to /html/com_content/featured/default.php
    find this code

            <?php if (!empty($this->lead_items)) : ?>
                <?php foreach ($this->lead_items as &$item) : ?>
                    <?php
                        $this->item = &$item;
                        echo $this->loadTemplate('item');
                    ?>
                <?php endforeach; ?>
            <?php endif; ?>
    

    replace it with

    <div class="span12">
            <?php if (!empty($this->lead_items)) : ?>
                <?php foreach ($this->lead_items as &$item) : ?>
                    <?php
                        $this->item = &$item;
                        echo $this->loadTemplate('item');
                    ?>
                <?php endforeach; ?>
            <?php endif; ?>
    </div>

    Hope it helps .

    Gruponea.com Friend
    #909630

    Thank you so much pankaj!!

    Gruponea.com

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

This topic contains 11 replies, has 2 voices, and was last updated by  Gruponea.com 8 years, 1 month ago.

The topic ‘Intro Article not showing on featured articles’ is closed to new replies.