Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • amir00251 Friend
    #170690

    when I enable project fork themes (any of them) I get top panel buton separating and moving to the sides (image attached above).

    I have looked at the css but I could not find what is the problem.

    I can sort this out by defining absolute position for left, middle, and right images of the buttom but I dont think it is a good idea. Any suggestions welcome.

    Thank you.


    1. Untitled1
    khoand Friend
    #424619

    Hi,
    Could you give me a link to your page as you said?

    amir00251 Friend
    #424621

    Hello and thanks for quick reply. I sent the link to you by message. Also if you could make a suggestion to show top panel in IE9 i will be grateful. It is several months IE9 has been released and top panel module has not yet been updated by joomlart. Thank you.

    khoand Friend
    #424622

    You go to Template manager,choose JA Portfolio template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.

    amir00251 Friend
    #424623

    Thanks I just turned off css optimisation.

    khoand Friend
    #424625

    You login bakend > Extensions > Template Manager > JA_Portfolio – Default > GLOBAL > Css & Javascript Compress . Edit Optimize CSS to No .

    amir00251 Friend
    #424626

    As I said, I have done this. Sorry I remembered I have also installed jfinalizer which does compress css. I have not turn that off too so there should not be any problem.

    khoand Friend
    #424628

    You find this code from /templates/ja_portfolio/css/mod_jatoppanel.css

    .ja-toppanel-button-wraper .left .ja-toppanel-button-r {
    background: url("../images/button-right.png") no-repeat right;
    height: 23px;
    width: 35px;
    float: left; < add this line
    }

    amir00251 Friend
    #424630

    Ok, this solve part of problem. Now the right image of the buttom came to the left and joined the middle part. Now I have whole buttom in the left of the screen. How should I centre align. Thank you.

    khoand Friend
    #424631

    You replace this code from /modules/mod_jatoppanel/assets/style.css

    div.ja-toppanel-button-wraper .left {
    float: left;
    margin: 0;
    }

    with

    div.ja-toppanel-button-wraper .left {
    left: 500px!important;
    margin: 0;
    }

    amir00251 Friend
    #424635

    Hello, Thank you issue has been resolved in firefox or chrome but in IE8 or IE7, I have the top panel buttom a bit to the right of screen.

    When I look closely it seems that IE handels the template totally different, even top menu and amount of space I have left after menu items is different in IE.

    amir00251 Friend
    #424637

    <em>@khoand 282681 wrote:</em><blockquote>You replace this code from /modules/mod_jatoppanel/assets/style.css

    div.ja-toppanel-button-wraper .left {
    float: left;
    margin: 0;
    }

    with

    div.ja-toppanel-button-wraper .left {
    left: 500px!important;
    margin: 0;
    }

    </blockquote>

    Hi I think I have found the solution
    code from /modules/mod_jatoppanel/assets/style.css

    replace
    div.ja-toppanel-button-wraper .left {
    float: left;
    margin: 0;
    }

    with

    div.ja-toppanel-button-wraper .left {
    float: left !important;
    margin: 0;
    }

    and replace

    div.ja-toppanel-button-wraper .right {
    right: 10px;
    height: 0;
    overflow: hidden;

    with

    div.ja-toppanel-button-wraper .right {
    float: right !important;
    right: 10px;
    height: 0;
    overflow: hidden;

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

This topic contains 12 replies, has 2 voices, and was last updated by  amir00251 13 years ago.

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