test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • xama Friend
    #970973

    I’m using uber default home page style. I want to display featured articles in homepage but there is no position to use…
    If i try to link HOME menu to Display articles the result is the same….

    Saguaros Moderator
    #971297

    @xama

    I guess you’re using a layout which doesn’t contains component block – which displays main content area of a page. You can check this by going to Backend > Extensions > Templates > open template style > Layout tab and see.

    If there is not ‘component’ block included, you can add it into layout you’re using. Please check out the documentation of T3 framework for more info about the layout configuration: http://www.t3-framework.org/documentation/bs3-layout-system#layout-configuration

    xama Friend
    #973779

    This is the dafault Uber home style… component block is there as you can see…
    Do you have a solution?


    1. component.pdf
    xama Friend
    #973807

    I’ve solved the problem… it was a mismatch with menu assignment, but now i’m trying to modify home.php style layout to force block content to display after ‘header’ block.

    I’m using ‘mainbody’ block to show featured articled in home page. But if u put this block after ‘header’ it always displays on top of the page!!!

    Any suggestion?

    defined(‘_JEXEC’) or die;
    ?>

    <!DOCTYPE html>
    <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"
    class='<jdoc:include type="pageclass" />’>

    loadBlock(‘head’) ?>
    addCss(‘layouts/uberhome’) ?>

    <body class="home">

    <div class="t3-wrapper">

    <?php $this->loadBlock(‘header’) ?>

    <?php $this->loadBlock(‘mainbody’) ?>
    <?php $this->loadBlock(‘home’) ?>

    <?php $this->loadBlock(‘footer’) ?>

    Saguaros Moderator
    #973961

    @xama

    You can provide the URL, Admin & FTP account of your site, I will take a look.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 8 years, 3 months ago.

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