-
AuthorPosts
-
midhat Friend
midhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
April 14, 2014 at 1:02 pm #196744I need a little help around the custom.css.
I’m making a site on the template t3_bs3_blank and slowly finishing. On my site I have installed Mosets Tree component that is based on Bootstrap.2. For this reason, only on that menu item appears conflict.
Menu go to the left, off the canvas button down, arrow also down and menu items above. I tried to fix that conflict with custom css so I added code:.navbar .nav > li > a {
color: #a38d80
float: none;
padding: 15px 15px;
text-decoration: none;
text-shadow: 0 0px 0 #FFFFFF
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #160b05
color: #fd7a0a
}
.navbar .nav .dropdown-toggle .caret {
margin-top: 0px;
}
.navbar .btn, .navbar .btn-group {
margin-top: 0;
}and I repaired everything except the menu, which is still on the left side. Results can be seen on image:
How can I move the menu, to be like on the other pages?
You can try on my test site http://emreza.net/web1/. Mosets tree is on Conflict menu item (http://emreza.net/web1/index.php/conflict)P.S.
I tried this out with t3_blank which is based on the Bootstrap 2, but I had big problems with internet explorer 8, so I think this will be easier to solve
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 15, 2014 at 4:15 am #530901BS3 is so different from BS2 so please install component which supports the same version of bootstrap used in template to avoid the conflict.
Could you post URL of page which you use T3_Blank template here? also try to enable Optimize CSS option in template manager and see whether the problem in IE8 persists or not.
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
April 15, 2014 at 8:31 am #530935Thank you for your response. To make it easier to understand my problem I created two test sites:
1. http://emreza.net/bs2/ with t3_blank template.
Problem: The site is broken in IE8. I tried to enable Optimize CSS option but the problem is persists2. http://emreza.net/bs3/ with t3_bs3_blank template.
Problem: Menu go to the left side on http://emreza.net/bs3/index.php/conflictI need to solve one of these two problems.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 16, 2014 at 9:44 am #531104The conflict comes from BS2 used in Most Tree component with BS3 in your site, it’s not ideal to use both versions of BS at the same time, you can raise your concern into Most Tree component forum if there is any help or wait for them upgrade to BS3 then you can use.
I will have a look at the problem you’re facing in T3 Blank template in IE8 browser, you can PM me admin and ftp credentials of your site. I need to have a closer look and will give you suggestion then.
1 user says Thank You to Saguaros for this useful post
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
April 16, 2014 at 11:17 am #531120I sent you a PM
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 17, 2014 at 3:32 am #531197It seems you customised css for background of the main navigation, and in IE browser it does not load that style. Could you update ftp account again as I could not access with info you sent me?
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
April 17, 2014 at 7:57 am #531231I sent you a PM again. :((
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 11, 2015 at 8:55 pm #562701Hi midhat, I was facing the same problem :((. I found a mostes forum post with steps to disable BS2. I’m not sure about the odd effects, but at first look, it seems to solve the problem:
http://forum.mosets.com/showthread.php?t=21706&highlight=bootstrapJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
May 5, 2015 at 8:20 pm #569563The only problem with this ‘fix’ is that it kills the Responsive-ness of Mosets.
So back to the drawing board.John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
May 5, 2015 at 8:20 pm #734652The only problem with this ‘fix’ is that it kills the Responsive-ness of Mosets.
So back to the drawing board.May 6, 2015 at 4:31 pm #569661What do you think about override mosets tree component/module output (Joomla overriding feature)?
I mean, to change BS2 classes with the BS3 corresponding ones ?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 7, 2015 at 6:10 am #569743It can’t be guaranteed to work properly with such way. I think it’s best if Mosets treen component can support BS3
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 4 voices, and was last updated by John Wesley Brett 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Confict BS2 and BS3
Viewing 13 posts - 1 through 13 (of 13 total)