Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • modalia Friend
    #192828

    Hello. I’m running tests to update JA Nex T3. But I need to change the width of the sidebar positions.

    I need to reduce the width of Sidebar-1. I would like a width of 170px.
    Regarding Sidebar-2, I would increase the width to 310px.

    Where I can make these changes. I can not find the CSS file to make this change.

    This is the test site: http://www.otromundo.eu

    Thank you very much for your help and excellent work.

    Javier

    Modalia


    1. resize-sidebar
    TomC Moderator
    #514833

    <em>@modalia 401055 wrote:</em><blockquote>H
    Where I can make these changes. I can not find the CSS file to make this change.
    </blockquote>

    This is generally something you can modify within your LAYOUT parameters
    – within your Template Manager–Layout

    modalia Friend
    #514839

    Thanks for the reply. I tried to change the width with the template manager.

    In Position & Responsive Configuration.

    But I cann’t. I haven’t found this option.

    thanks

    TomC Moderator
    #514842

    If you can provide me with temporary access to your site administration, I can take a look for you and try to provide you with more concise direction as to where you need to look and what you should try to modify.

    You can send me the info in a PM.

    modalia Friend
    #514847

    You got it. Thank you for your attention.

    modalia Friend
    #514937

    Hello, I found a similar question in the forum FUBIX Ja. They offer this solution:

    “Hi Johan,

    You can try to customize it from css style

    + Create custom.css file in templates/ja_fubix/css folder

    + Open custom.css file and add new script

    Code: @media (min-width: 1200px) {
    .offset3 {
    margin-left: 300px !important;
    }
    .span7 {
    width: 690px !important;
    }
    .span3 {
    width: 300px !important;
    }
    }
    Let me know if it helps

    Regards”

    http://www.joomlart.com/forums/topic/how-to-resize-position-5/

    Would it be possible to do something similar with Ja Nex?

    Ninja Lead Moderator
    #515206

    You can PM me admin login info and FTP account of your site, I will help you to check this

    Ninja Lead Moderator
    #516474

    The problem on your site is fixed with my solution as below.

    + I have changed templates/ja_nex_t3/tpls/blocks/mainbody-homepage.php file, see details in the screenshot

    + and added script css style directly on your site into templates/ja_nex_t3/css/custom.css file

    @media (min-width: 1200px) {
    .t3-sidebar.t3-sidebar-1.span2.offset-8 .module-ct {
    padding: 5px;
    }
    .t3-content.layout-home.span6.offset2 .main-content {
    padding-left: 10px;
    }
    }


    1. Change
    21stcentury Friend
    #517782

    Hello Modalia, how did you achieve the two side bar i have been trying to do it since but did not succeed this is my site http://hottestgist.com/
    Can you provide me with the css file or teach me how to do it. Every assistance will be appropriated.

    Thanks in advance

    Ninja Lead Moderator
    #518050

    @21stcentury: Your site uses JA Nex Template with JA T3v2 framework thus it need different configuration. You can try out as follows:

    Open templates/ja_nex/etc/layouts/default.xml file,

    Replace:

    <block name="inset2">left</block>
    With:

    <block name="left1">left</block>

    Don’t forget to clear cache (via your site Admin) after such change.

    21stcentury Friend
    #518400

    Thanks Ninja Lead, it worked i am grateful, but can you help me with one more thing?
    I want the left position width to be like 300px how can i increase the size of the width.
    Thanks in advance

    Ninja Lead Moderator
    #518625

    @21stcentury: Following modification will help to change the left position width:

    Open templates/ja_nex/etc/layouts/default.xml file,

    Change

    <block name="left1">left</block>

    To

    <block name="left1" width="30">left</block>

    Remember to clear cache (via your site Admin) after such change.

    21stcentury Friend
    #523427

    Thanks, but I just noticed another problem some days ago.
    If you visit http://hottestgist.com/Nigeria/hottest-gist you will notice that all the module in sl1-3 module position are on the left of the page instead of right, it happened some days ago, and i did not do any form of modification on the site, i just visited it sometime last week and i see the issue.

    Secondly
    If you visit http://hottestgist.com/Nigeria/News/senate-confirms-obanikoro-gusau-eight-others-as-ministers.html
    you will notice an error message like
    ”Error
    There was a problem loading image Princess-Stella-Oduah1.jpg
    There was a problem loading image unnamed0.png
    There was a problem loading image article-2561113-1B91846D00000578-232_634x436.jpg
    There was a problem loading image CONDOLENCE-VISIT-TO-FCT-MINISTER-076-599×300.jpg”

    Even when i set Error Reporting to NONE in Admin the error still appear in some pages
    Do i need to upgrade the template or how can i resolve the issues, your assistance will be appreciated.
    Thanks

    Ninja Lead Moderator
    #523566

    The first problem on your site relates to content added recently, <div> and </did> tags included in Article caused the broken layout. You need to find and remove such tags.

    The second problem is from 3rd party that causes jQuery conflict issue on your site. I would need to take a closer look, please pm me URL, admin and ftp credentials of your site. I will help you to debug further.

    21stcentury Friend
    #523805

    I have sent the login details but can you help me check these i complain about earlier

    Thanks, JA News Pro module is now working but JA side news image link is not working any more.
    And another major issues i have is that if i enable the modules (Ja News Pro, Ja News featured or Ja Side news) to show on the default menu, if i click on any of the article the articles will show at the bottom of the page after the three modules even though i disable the modules from appearing in the in those menus but they will still appear they by pushing the articles below. It’s given me concern. You will notice that the modules are not showing in the home page but in the menu “hottestgist” and if i make the menu hottestgist default menu the same problem will arise again. i need your help.

    There are two other issues i am having;

    The menu http://hottestgist.com/Nigeria/hottest-gist was linked to Phoca Download Component because if i link it to article it will conflict with the Ja side News module and the Ja Features, you can try and link it to joomla articles so you will notice what i am talking about. I have no need for phoca download on the site i installed it just to link the menu ”hottest-gist”

    Secondly i can not delete
    Can not delete users in the site when i try deleting, i get error like ”1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE =’612” at line 1 SQL=SELECT `id` FROM WHERE =’612”

    you can try deleting user with ”AbalozFL”

    Thanks
    I am counting on you

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 4 voices, and was last updated by  Ninja Lead 10 years, 8 months ago.

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