Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • turminator Friend
    #183549

    Hello Team,

    I would like to enlarge some pixels sidebar-2 (Right column). I saw into template parameters but I don’t found any feature. How can I do it?

    Many thanks for your support.

    Ninja Lead Moderator
    #478097

    Total width on this main content and sidebar-2 positon is 960px
    You can add this format script on into css file

    #ja-content.span8 {
    width: 560px;
    }

    .ja-sidebar.ja-sidebar-2.span4 {
    width:400px;
    }

    turminator Friend
    #478125

    Hello Ninja Lead,

    Many thanks for your support. I’m trying to found correct css file but all that I open is’nt any #ja-content.span8 code. What file is that I must modify?

    Many thanks!

    Ninja Lead Moderator
    #478203

    Hi turminator,

    Add new script

    #ja-content.span8 {
    width: 560px;
    }

    .ja-sidebar.ja-sidebar-2.span4 {
    width:400px;
    }

    + If you using less style on your JA Brisk template
    <blockquote>Open templates/ja_brisk/less/bootstrap-responsive.less file</blockquote>
    + if you are using css style on your JA Brisk template
    <blockquote>templates/ja_brisk/css/bootstrap-responsive.css</blockquote>
    If you still have the same error, please send me link on your site. I shall help you out

    Regards

    turminator Friend
    #478287

    Hi Ninja Lead,

    Thankyou for your support.

    <blockquote>I’m using CSS system because when I click in COMPILE LESS TO CSS is not happening anything.</blockquote>

    I modified file with your code script, but I looked that now sidebar-2 it shows at bottom of page. Yo can see it at;

    http://www.diccionariomedico.net/diccionario-terminos

    Many thanks!

    turminator Friend
    #478299

    Also if I can reduce lef and top margin of sidebar-2, I can save some pixels for bodycontent position.


    1. remove_margin
    Ninja Lead Moderator
    #478355

    I have checked on your site, please pm me with admin access and ftp account. I shall help you fix it directly on your site.

    turminator Friend
    #478469

    Hi Ninja Lead,

    I sent you data access details. Many thanks for your support.

    Ninja Lead Moderator
    #478492

    I fixed the problem on your site with this fixes:
    <blockquote>Open /templates/ja_brisk/css/bootstrap-responsive.css file</blockquote>
    add new script

    #ja-content.span9 {
    width: 517px;
    }

    .ja-sidebar.span3 {
    width:353px;
    }

    You can check it with this link: http://www.diccionariomedico.net/preguntas-medicas

    turminator Friend
    #481215

    Hi Ninja Lead,

    Why when I enable CSS COMPRESS option my website will broke your changes?

    Many thanks!

    Ninja Lead Moderator
    #481263

    <em>@turminator 357095 wrote:</em><blockquote>Hi Ninja Lead,

    Why when I enable CSS COMPRESS option my website will broke your changes?

    Many thanks!</blockquote>

    I have checked the problem on your site and found the error on backend site, see the screenshot

    There maybe jQuery conflict with com_seoglossary component(3rd party)


    1. Error_jQuery
    turminator Friend
    #481411

    Hello Ninja Lead,

    Thankyou for your support.

    I made some modifications, for exmaple disabled jQuery from com_seoglossary. Can you look it? I think that this is not a problem with com_seoglossary because it appears when I enable CSS compress.

    Many thanks for your help. 🙂

    Ninja Lead Moderator
    #481430

    After you have changed it, the problem with css compress on JA Brisk Template is fixed now, here is the screenshot
    Before css compress

    And after compress

    You can check it again. Let me know if you have any further issue.


    1. Before_Compress
    2. After_Compress
    turminator Friend
    #481529

    Hello Ninja Lead,

    I don’t understand your reply because when I go to my website right column cotninues showing wrongly. You can see it at:

    http://www.diccionariomedico.net/diccionario-terminos

    I attached two images with and withou css compression feature.

    Many thanks!


    1. with_css_compress
    2. without_css_compress
    Ninja Lead Moderator
    #481650

    :(( Because i have fixed it here
    <blockquote>templates/ja_brisk/css/bootstrap-responsive.css</blockquote>
    and you have set compress css and clicked compile LESS to CSS, that’s the reason my customization was overwritten.

    I have fixed it again on custom css file, you can see it here

    <blockquote>/templates/ja_brisk/css/custom.css</blockquote>

    #ja-content.span9 {
    width: 517px;
    }

    .ja-sidebar.span3 {
    width:353px;
    }

    Please check it again let me know if it helps

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

This topic contains 20 replies, has 3 voices, and was last updated by  turminator 11 years, 8 months ago.

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