Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • nawdin Friend
    #164836

    I’d like to split sl1-l module position into 2. I’d like to have 3 position sl1-l sl1-m and sl1-r. How can I do that? pls help me it’s urgent.

    I’m using J1.6.3.

    Thanks

    khoand Friend
    #394760

    Hi,
    You login backend > Extensions > Template manager > ja_teline_iv > layout tab > default layout. Replace this code


    <block name="topsl1" type="spotlight" special="left" specialwidth="66">sl1-l,sl1-r</block>

    with


    <block name="topsl1" type="spotlight" >sl1-l,sl1-m,sl1-r</block>

    nawdin Friend
    #394781

    Thanks got it. 😉

    nawdin Friend
    #395116

    Hi I’d like to have control over each column width. For eg. sl1-l width=200px; sl1-m width 400px, sl1-r width=300px etc… How can I do it?

    Thanks

    khoand Friend
    #395227

    You replace this code from pluginssystemjat3jat3base-themesdefaultblocksspotlight.php


    <?php if( $this->countModules($pos) ): ?>

    with

    <?php if( $this->countModules($pos) ):
    if ($pos == "sl1-l") $botsl[$pos]['width'] = "200px";
    else if ($pos == "sl1-m") $botsl[$pos]['width'] = "400px";
    else if ($pos == "sl1-r") $botsl[$pos]['width'] = "300px";?>

    nawdin Friend
    #395286

    <em>@khoand 245605 wrote:</em><blockquote>You replace this code from pluginssystemjat3jat3base-themesdefaultblocksspotlight.php


    <?php if( $this->countModules($pos) ): ?>

    with

    <?php if( $this->countModules($pos) ):
    if ($pos == "sl1-l") $botsl[$pos]['width'] = "200px";
    else if ($pos == "sl1-m") $botsl[$pos]['width'] = "400px";
    else if ($pos == "sl1-r") $botsl[$pos]['width'] = "300px";?>

    </blockquote>

    Hi I placed the code in that file, but the source in front end still show 33.3% for each column. Any idea?
    Thanks

    khoand Friend
    #395341

    Hi,
    Could you give me username+password of ftp and a link to your website? I will check it.

    nawdin Friend
    #395848

    <em>@khoand 245734 wrote:</em><blockquote>Hi,
    Could you give me username+password of ftp and a link to your website? I will check it.</blockquote>
    Hi I’ve PMed you. Have you checked my website yet?

    Thanks

    khoand Friend
    #395924

    Sorry about my late response. But username+password you give me is incorrect. You check and send it to me again.

    nawdin Friend
    #395935

    <em>@khoand 246517 wrote:</em><blockquote>Sorry about my late response. But username+password you give me is incorrect. You check and send it to me again.</blockquote>

    I sent it again. Pls check ur PM.

    Thanks

    khoand Friend
    #395966

    I solved it. I changed templatesja_teline_ivblocksspotlight.php

    nawdin Friend
    #396016

    Thanks how about the comment plugin problem?

    khoand Friend
    #396127

    I don’t understand what you said. What do you mean?

    khoand Friend
    #397198

    Your website has error: Bandwidth Limit Exceeded. When your website works normally again, you inform me.

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

This topic contains 14 replies, has 2 voices, and was last updated by  khoand 12 years, 11 months ago.

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