test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • brenot Friend
    #181189

    Hi,

    I want to add a new module position below the content.

    Can somebody show me how?

    Thanks


    1. newpositio_sample
    Ninja Lead Moderator
    #469214

    This is my solution help you solve this request

    <blockquote>Admin area->Extensions->Template Manager->Edit JA_Mendozite – Default->Layout Tabs->Edit default</blockquote>

    From
    <blockquote><blocks name=”middle” colwidth=”33″>
    <block name=”right1″>left</block>
    <block name=”right2″ width=”25″>right</block>
    </blocks></blockquote>
    change to

    <blocks name="middle" colwidth="33">
    <block name="left-mass-bottom">left-mass-bottom</block>
    <block name="right1">left</block>
    <block name="right2" width="25">right</block>
    </blocks>

    You need to change css file

    <blockquote>Open templates/ja_mendozite/css/template.css file</blockquote>

    Add new script

    #ja-main {
    float: left !important;
    width: auto !important;
    }

    ilya davydyuk Friend
    #474728

    Tell me please, is it possible to place new module position like on picture?


    1. Untitled-2
    Ninja Lead Moderator
    #474830

    You can do that please follow my suggestion
    <blockquote>Admin area->Extensions->Template Manager->JA_Mendozite – Default->Layouts tab->Edit default </blockquote>
    Add both position
    From

    <block name="cpanel" type="usertools/cpanel"></block>
    change to

    <block name="cpanel" type="usertools/cpanel"></block>
    <block name="left-ads" type="modules" main-inner="0">left-ads</block>
    <block name="right-ads" type="modules" main-inner="0">right-ads</block>

    <blockquote>Open templates/ja_mendozite/css/template.css file</blockquote>
    add new script below

    #ja-left-ads .ja-moduletable,
    #ja-left-ads .moduletable ,
    #ja-right-ads .ja-moduletable,
    #ja-right-ads .moduletable {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    z-index: 1000;
    }

    #ja-left-ads .ja-moduletable,
    #ja-left-ads .moduletable {
    left: -200px;
    }

    #ja-right-ads .ja-moduletable,
    #ja-right-ads .moduletable {
    right: -200px;
    left: auto;
    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 12 months ago.

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