Valoilmio Posted March 18, 2014 Share Posted March 18, 2014 Very easy topic but cannot get the Live edit to move the shopping cart location -> it is just in odd placement? also picture are messed up and wrong size and also second picture comes up. Dont seem to get the same default theme to show up as in the instruction videos? updated from 1.5.6 to 1.6 without any modules installed. Link to comment Share on other sites More sharing options...
dioniz Posted March 18, 2014 Share Posted March 18, 2014 Try to reorder modules in BO > Modules > Positions Link to comment Share on other sites More sharing options...
Blackielives Posted March 18, 2014 Share Posted March 18, 2014 Hi, I also have had this problem. I have tried to reorder the modules around. I can get it to the right area but the alignment is way off, any help is much appreciated. Link to comment Share on other sites More sharing options...
misc100 Posted March 18, 2014 Share Posted March 18, 2014 Very easy topic but cannot get the Live edit to move the shopping cart location -> it is just in odd placement? also picture are messed up and wrong size and also second picture comes up. Dont seem to get the same default theme to show up as in the instruction videos? updated from 1.5.6 to 1.6 without any modules installed. messeduptheme.png +1 Same problem. Link to comment Share on other sites More sharing options...
Valoilmio Posted March 19, 2014 Author Share Posted March 19, 2014 (edited) Try to reorder modules in BO > Modules > Positions Tried to reorder -> put cart as first but no effect. Found the reason. Shopping cart is located in displayHeader. AND in display top. if you reorder display top -> example after search then it will "jump" to right position Why the cart is in 2 places? what is the reason. also notised that now the search and cart are not aligned and too much "area" is used on the top of the page. i will re-test today evening to see the positioning is really ok and then close this topic if i manage to get the search and cart to same horisontal area. Edited March 19, 2014 by Valoilmio (see edit history) Link to comment Share on other sites More sharing options...
prestamax Posted March 19, 2014 Share Posted March 19, 2014 This is the correct order of the header modules 2 Link to comment Share on other sites More sharing options...
Blackielives Posted March 19, 2014 Share Posted March 19, 2014 Many thanks for the help. That has worked, though the spacing is quite wide on the page for desktop. Link to comment Share on other sites More sharing options...
selectshop.at Posted March 19, 2014 Share Posted March 19, 2014 The new theme is fully responsive, so the spacing you are seeing is only for big screens. If you minimalize your screen than the space reduces. Link to comment Share on other sites More sharing options...
zophiel Posted March 19, 2014 Share Posted March 19, 2014 is there a way to move it in line with the sign in and contact us? Link to comment Share on other sites More sharing options...
vekia Posted March 21, 2014 Share Posted March 21, 2014 is there a way to move it in line with the sign in and contact us? you mean here: 1 Link to comment Share on other sites More sharing options...
zophiel Posted March 21, 2014 Share Posted March 21, 2014 (edited) Yes somewhere like that. Edited March 21, 2014 by zophiel (see edit history) Link to comment Share on other sites More sharing options...
Blackielives Posted March 21, 2014 Share Posted March 21, 2014 @vekia, how did you manage to rearrange the bar like that at the top ? Not to worried about the cart but all the usual info like that would be great for my site Link to comment Share on other sites More sharing options...
Lucas Cerdan Posted March 21, 2014 Share Posted March 21, 2014 @vekia, how did you manage to rearrange the bar like that at the top ? Not to worried about the cart but all the usual info like that would be great for my site This is by default, but you need more than one language and more than one currency to see those modules activate. Link to comment Share on other sites More sharing options...
Blackielives Posted March 21, 2014 Share Posted March 21, 2014 Many thanks. Just taking ages that's all. Have a shop already just wanted to do new one that was more up to date. Link to comment Share on other sites More sharing options...
zophiel Posted March 25, 2014 Share Posted March 25, 2014 @vekia did you manage to have a look, if not its ok I know your all very busy and helping everyone for free with time is great. Yes somewhere like that. Link to comment Share on other sites More sharing options...
alfredopacino Posted March 25, 2014 Share Posted March 25, 2014 @vekia did you manage to have a look, if not its ok I know your all very busy and helping everyone for free with time is great. im appending to this request. this position for the cart would be great. Link to comment Share on other sites More sharing options...
Lucas Cerdan Posted March 25, 2014 Share Posted March 25, 2014 Well, there's some styling to do, but you can always unhook the block cart from displayTop hook and hook it on displayNav: http://puu.sh/7IS3e.jpg 1 Link to comment Share on other sites More sharing options...
lolosequence Posted March 26, 2014 Share Posted March 26, 2014 Well, there's some styling to do, but you can always unhook the block cart from displayTop hook and hook it on displayNav: http://puu.sh/7IS3e.jpg Hello. Sorry for m'y english, i'm french . I think i have find to do this: When you have hook it on displaynav, you change the css. On global css, delete the line 683: .col-sm-4, and write a line .col-sm-4 {float: right}. You must delete also the line 7 on blockcart.css: padding-top: 50 px; Tell me if it's ok. Thank you et have à good day, Laurent 1 Link to comment Share on other sites More sharing options...
dename Posted March 26, 2014 Share Posted March 26, 2014 some of these "cart placement" themes must be pinned to the top Link to comment Share on other sites More sharing options...
zophiel Posted March 27, 2014 Share Posted March 27, 2014 @lolosequense thats has worked I just need to move it more to the right. Thanks Link to comment Share on other sites More sharing options...
lolosequence Posted March 27, 2014 Share Posted March 27, 2014 @lolosequense thats has worked I just need to move it more to the right. Thanks Perfect . It's more beautifull like this. Link to comment Share on other sites More sharing options...
vekia Posted March 27, 2014 Share Posted March 27, 2014 change float of this block to float:right Link to comment Share on other sites More sharing options...
zophiel Posted March 28, 2014 Share Posted March 28, 2014 I added the line in that lolsequence wrote but that is where is placed it. Link to comment Share on other sites More sharing options...
JohnADK Posted March 31, 2014 Share Posted March 31, 2014 change float of this block to float:right Great idea! HOWEVER... when I did that, my logo moved also to the right, and that is not what I want! I'm assuming I found the wrong place to change the float command. What I did: I transplanted the Cart block to displayNav and Unhooked from displayTop. This put the Cart nicely on the nav line. I tried to change the order by using the method described above and move the placement of Cart box in the displayNav view under Positions. However, this did not move the Cart block, as it is overruled somewhere. Next I used info in another thread and via the browser inspector (I use Chrome), I saw that I could change the float from right to left for the Cart block. I tried to rewrite line 683 as instructed above, but this has no effect on Cart block placement. I found that I could change the float command in line 691 and bingo, the Cart block shifted to the far right... BUT at the same time, my header logo moved to the far right also. I'm not very knowledgable about css language, but it seems to me that the setting I found is "higher up" and controls more than only the Cart block. Where do I change my code to float Cart block to fra right and leave other page elements untouched? My test site is at http://test.tascperformance.dk It seems I am missing some small detail. Can anyone assist me here? Link to comment Share on other sites More sharing options...
JohnADK Posted March 31, 2014 Share Posted March 31, 2014 Sorry, forgot one point. I can only find one place to change the float attribute from left to right, but this same line appears to control BOTH Cart block in the Nav line AND the header logo on the same page. They seem to both be using .col-sm-4, header row #header logo. Have I done something wrong? is there a bug? Why are these both controlled by the same css line? Link to comment Share on other sites More sharing options...
vekia Posted March 31, 2014 Share Posted March 31, 2014 unfortunately your shop is under maintenance mode i can't check it any chance to see it ? (i saw it before i remember ) Link to comment Share on other sites More sharing options...
JohnADK Posted March 31, 2014 Share Posted March 31, 2014 unfortunately your shop is under maintenance mode i can't check it any chance to see it ? (i saw it before i remember ) I forgot that. Yes, I have turned it on. I have now tried to go the other way around and put everything float right, and am trying to work out where I can reverse the order of Search box and logo, then I think it will work okay. But I'm very open to suggested solutions. Link to comment Share on other sites More sharing options...
JohnADK Posted March 31, 2014 Share Posted March 31, 2014 I forgot that. Yes, I have turned it on. I have now tried to go the other way around and put everything float right, and am trying to work out where I can reverse the order of Search box and logo, then I think it will work okay. But I'm very open to suggested solutions. I keep getting stuck, because I do not see how to separate attributes for Cart block from the header logo. Whenever I change the one, the other follows along, so I'm still wondering how to fix this. I can get the Cart shown correctly in the Navblock, but then the header logo is wrongly placed, as it follows with. I hope you can see what I'm missing. Link to comment Share on other sites More sharing options...
JohnADK Posted April 1, 2014 Share Posted April 1, 2014 I forgot that. Yes, I have turned it on. I have now tried to go the other way around and put everything float right, and am trying to work out where I can reverse the order of Search box and logo, then I think it will work okay. But I'm very open to suggested solutions. Still haven't found a solution. Can you help? Link to comment Share on other sites More sharing options...
JohnADK Posted April 1, 2014 Share Posted April 1, 2014 I keep getting stuck, because I do not see how to separate attributes for Cart block from the header logo. Whenever I change the one, the other follows along, so I'm still wondering how to fix this. I can get the Cart shown correctly in the Navblock, but then the header logo is wrongly placed, as it follows with. I hope you can see what I'm missing. anyone? Link to comment Share on other sites More sharing options...
dtfmx Posted April 2, 2014 Share Posted April 2, 2014 is there a way to reset all the displayTop and displayHeader modules position? in the beginning worked but then I can't move any module, it will get back and the changes won't take effect. Please help on how to reset the modules position. Link to comment Share on other sites More sharing options...
Yzzy Posted April 17, 2014 Share Posted April 17, 2014 Hello. Sorry for m'y english, i'm french . I think i have find to do this: When you have hook it on displaynav, you change the css. On global css, delete the line 683: .col-sm-4, and write a line .col-sm-4 {float: right}. You must delete also the line 7 on blockcart.css: padding-top: 50 px; Tell me if it's ok. Thank you et have à good day, Laurent Perfect! Only instead of deleting padding top.. (which made the cart open up in the whole top bar) I changed it to 1px... Any idea how to change the size of the cart block, the text is bigger than the other on that line and I dont seem to be able to change it via css.. or perhaps I am looking at the wrong code? Link to comment Share on other sites More sharing options...
Recommended Posts