Diemux Posted June 12, 2009 Share Posted June 12, 2009 I'm using the Basartronic theme, this is for PS version 1.0. Unfortunantly I can't fix the following problem. The tabs in the product view (more info, accessories etc) are no longer next to each other, in this theme they are on a new line. When uploading another theme like the original one, it does work. I tried everything, I replaced the Basartronic TPL files with the original ones, I compared and changed the CSS files (global.css), replaced the js files etc. but still the tabs aren't aligned properly.Can somebody help me? I attached a image to show what is wrong. Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 hi! there is hard to say without seeing ...but it maybe because the tabs are too wide, so they are dropping below. If you use firefox, is good to have firebug then you can see the elements. But in your global you are looking for ul.idTabs Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 I'm usinf Fx and Firebug, tabs are not too large. See example here:http://www.clearviewbv.nl/optoma-projectoren-beamers/43-optoma-ep783s.html(BTW, I replaced all related CSS functions (like idTabs) with the original ones from the prestashop theme.... doesn't change anything) Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 Have you got this line in your global ***** .hidden, .collapsed, .block_hidden_only_for_screen { display:none; } **** Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 Yep, it's in the CSS file. Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 add this line.......think this is missing***** .block_hidden_only_for_screen {display: block; margin-top: 1em;} ***** Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 I do have:.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }And above posted line doesn't solve the problem unfortunantly.I added my CSS file. global.zip Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 I just tried the same global of your theme on mine and is lined up, so there must be a conflict with one of your mods...for instance try to disable the wiznav and see if it works?? sorry i can't be much more help...but there seems to be a conflict somewhere?? Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 Yeah I think the same as I just noticed the demo site of the theme doesn't have the same issue. I will start crossing things away untill it starts working. Will report back when i know something. Link to comment Share on other sites More sharing options...
jhnstcks Posted June 12, 2009 Share Posted June 12, 2009 Have you tried replacing the product.tpl files from 1.1 default theme into your v1 theme?Themes made for v1 are NOT compatible with +1.1 versions, and need some changes to them.I would advice copying over all the tpl files into your new theme Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 Done that already without result. I think it's due to the CSS file. Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 Hi! just downloaded the theme and it did the same for me as is doing for you....and I tracked it to the header...if you replace with the default header the tabs work Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 I already replaced all TPL files with the ones from the original theme, this didn't resolve it for me. Also WizNav isn't causing this (removed it and the error was still there). Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 Amikka, may I ask you why you think it's caused by the header? (And I presume you mean the header.tpl in the theme folder? Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 because the bastronic header has got some sort of java code in there?? also I just noted that this is missing from the css file...so you need to add this block *****/* IdTabs Short*/ul.idTabsShort li a { background-image: url('../img/tab_bg_short.jpg'); width:138px;}ul.idTabsShort li a.selected{ background-image: url('../img/tab_bg_selected_short.jpg'); color:white;} Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 Well very weird. I replaced the header.tpl with the one from the original package but still no joy. Thanks for the help though. Any other idea's? Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 it is weird....but no I haven't sorry. The only other thing I have read is turning off the dynamic option in categories block module. Other than that I'm really stumped, because what work for me doesn't for you?? are you using 1.1? The only thing I suggest is using the default and then transfering the main graphic customizations to the default css ie headers and such. Bit more work, but at least is fixed and stable. Link to comment Share on other sites More sharing options...
Diemux Posted June 12, 2009 Author Share Posted June 12, 2009 Yeah you are right. I will transfer the features of the theme to the original one. Thanks for your help. Link to comment Share on other sites More sharing options...
mooshi Posted June 12, 2009 Share Posted June 12, 2009 no problem! good luck with it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now