-
AuthorPosts
-
instantinlaw Friend
instantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
February 8, 2011 at 4:09 am #159883Hi Folks, I’m hoping someone can help with this. Threr are actually 2 problems but the first one I’m listing is the most important. Ok, here goes…
I’m working on a development server (on Rochen), so I’d rather not give the URL right now. Anyway, I’m using the default layout and I have the top main menu in place as default set up, but I also have duplicate menus that corespond to the main menu items to the left of each coresponding article.
Here’s the problem though. In Firefox when the menu is set to position RIGHT, it shows upon the right, but in IE8 it shows up on the left. See images below (Both screenshots are the same page).
This image shows the menu set to position “RIGHT” in Firefox
This image shows the menu set to position “RIGHT” in IE8
——————————————————————————————
So seing that that didn’t work the same in both IE & FF I tried to load the menu’s in the “LEFT” position, but here’s the new problem though. In Firefox when the menu is set to position Left, it dissapears, but in IE8 it shows up on the left. See images below (Both screenshots are the same page).
This image shows the menu set to position “LEFT” in IE8
This image shows the menu set to position “LEFT” in FF
I want all the side menu’s to show up on the left, but if I decide to change my mind and have all the side meun’s show up on the right, I’d like to be able to do that too. What I don’t want is to have the menu show up whenever or where-ever it wants.
Am I missing something? This is my first attempt at working on a JA T3 or is it T2 template? I haven’t changed anything in the template parameters, except to change the layout dorpdown selector to “default”.
Can anyone let me know what’s going on with the disapearing/side switching menus? If you need more info I’ll be more than happy to provide it.
Now, on to the second problem. When a menu item is too long to fiton one line, it breaks to a second line. The only problem with that is that the second line is not right below the first line as it should be. Instead, it shows up below the bullet. You can see the problem in any of the screenshots above that have the side menu showing. The word System shows up below the bullet instead of aligning its self with the text on the first line of the menu item text.
Installed from quickstart.
Thanks!
- instantinlaw Friend
instantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
February 9, 2011 at 4:50 am #375758So I admit I am new at using the new framework, but this appears to be more than just a misconfiguration on my part. Are there any JA staff members looking into this? I haven’t been able to get notifications to my posts or notifications of new private messages in well over a year no matter what settings I change, so I don’t even know if a staff member replied to my support ticket. In fact, I can’t even find mt own support ticket to see if anyone replied to it. I’d sure apreciate it if someone in JA staff would at least aknoledge that they at least read this thread. How about it guys? I put in a lot of time helping people in this forum when I was active. How about returning the favor? If you need more info I’ll be happy to ptovide it, just let me know. Thanks!
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
February 10, 2011 at 3:56 am #375938Dear instantinlaw!
Could you provide us the login information (FTP/admin account) to your site to this ticket AEB-186-65385 or PM? The bug you reported is very detail but It’s easy for us to located the problems if we have login information.
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
February 10, 2011 at 2:25 pm #376043<em>@thangnn1510 220483 wrote:</em><blockquote>Dear instantinlaw!
Could you provide us the login information (FTP/admin account) to your site to this ticket AEB-186-65385 or PM? The bug you reported is very detail but It’s easy for us to located the problems if we have login information.</blockquote>
Hello thangnn1510,
I have sent you a PM with all the requested information.
Please let me know ASAP what the problem is.
I don’t know why, but I do not get notifications of PM’s or forum replies, so I will check for your answer twice a day.
Thank you.thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
February 12, 2011 at 4:10 am #376290Dear instantinlaw!
Thanks for supplying us the login information. I have checked your problem and seen that the FF and IE display the same when you change position of main menu to left or right. So this isn’t problem, please check it again.
Ja pyro couldn’t switch side auto when you change position of main menu. You should change some CSS code to do this.
Example: if you want to swith side position from right to left please not need change module position. you just only open
/templates/ja_pyro/css/layout.css and change this code:#ja-right {
float: left;
}to
#ja-right {
float: right;
}And change
#ja-mainbody {
float: left;
}to
#ja-mainbody {
float: right;
}Regarding your second problem, please change this code:
#ja-container ul.menu li li a:hover, #ja-container ul.menu li li a:active, #ja-container ul.menu li li a:focus {
background: url("../images/bullet4.gif") no-repeat scroll left center transparent;
color: #114477 !important;
}to
#ja-container ul.menu li li a:hover, #ja-container ul.menu li li a:active, #ja-container ul.menu li li a:focus {
background: url("../images/bullet4.gif") no-repeat scroll left 15px transparent;
color: #114477 !important;
}in templates/ja_pyro/css/template.css.
Hope this helps and good luck! 😎
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by thangnn1510 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum