xejay Posted August 12, 2010 Share Posted August 12, 2010 Need change subcategories position from top left to right content, and categories menu move up. There my examples what i need. I'am using this template: http://kamel.kelkoul.free.fr/matrice/category.php?id_category=2 Examle in my website http://bepigu.lt/6-kompiuterin-technikaWaiting for help Link to comment Share on other sites More sharing options...
razaro Posted August 13, 2010 Share Posted August 13, 2010 Here are changes you need to do global.css (line 81) #left_column { float:left; margin-top:2em; width:193px; } global.css (line 413) div.list_product { float:right; margin-bottom:1em; width:650px; } global.css (line 418) body#category #subcategories { float:left; width:640px; } And you could adjust width values. Link to comment Share on other sites More sharing options...
xejay Posted August 13, 2010 Author Share Posted August 13, 2010 Thanks alot! I will try this at home. One more time thank you Link to comment Share on other sites More sharing options...
xejay Posted August 16, 2010 Author Share Posted August 16, 2010 I changed code, and it worked! I have change:global.css (line 413) div.list_product {width:650px; margin-bottom:1em; float:right;} global.css (line 418) body#category #subcategories{width:650px; float:right} Link to comment Share on other sites More sharing options...
xejay Posted August 16, 2010 Author Share Posted August 16, 2010 Need more help. In main category are shown sub ctegories, but when i open sub category witch have more sub categories i don't want that subcategories be visible. Only visible must be products without subcategories.Is that possible? Link to comment Share on other sites More sharing options...
xejay Posted August 17, 2010 Author Share Posted August 17, 2010 Can't anyone hep me? Link to comment Share on other sites More sharing options...
Fant63 Posted August 21, 2010 Share Posted August 21, 2010 Here are changes you need to do global.css (line 81)#left_column { float:left; margin-top:2em; width:193px; } Thank razaro!With your permission, I just corrected the code:global.css (line 81)#left_column { clear:left; margin-top:2em; width:193px; } But still remains a problem with cashondelivery (3) ((Maybe there is a solution? Link to comment Share on other sites More sharing options...
razaro Posted August 22, 2010 Share Posted August 22, 2010 Need more help. In main category are shown sub ctegories, but when i open sub category witch have more sub categories i don't want that subcategories be visible. Only visible must be products without subcategories.Is that possible? sorry for late replay, try this : in categories.tpl add if statement in list item {foreach from=$subcategories item=subcategory} 1}style="display:none"{/if}> @Fant63 Can you post link to your site so i could check it out ? Link to comment Share on other sites More sharing options...
Fant63 Posted August 22, 2010 Share Posted August 22, 2010 Thanks for the quick response!Sorry.... I would not like to show your site ... but there are others in the network having the same problems, such as this one:http://www.guertel-laden.com/After selecting a payment error (Step 6)I sincerely thank you for your help! Link to comment Share on other sites More sharing options...
razaro Posted August 22, 2010 Share Posted August 22, 2010 Try this ul.step { float:left; list-style:none outside none; margin-top:1.5em; width:100%; } global.css (line 558)Changed width from 670 px to 100% so check are other steps OK. Link to comment Share on other sites More sharing options...
Fant63 Posted August 23, 2010 Share Posted August 23, 2010 Thank you for your work!After the change, it looks like the figure below:For convenience, I spread global.css and link to the site www.mypozitiv.ru/global.css not boot ((( Link to comment Share on other sites More sharing options...
Fant63 Posted August 23, 2010 Share Posted August 23, 2010 Hmm... may need to edit validation.tpl? Link to comment Share on other sites More sharing options...
razaro Posted August 23, 2010 Share Posted August 23, 2010 Yes that is right file, you need to add just one div around everything below breadcrumband style it a little like this {capture name=path}{l s='Shipping' mod='cashondelivery'}{/capture} {include file=$tpl_dir./breadcrumb.tpl} {l s='Order summation' mod='cashondelivery'} {assign var='current_step' value='payment'} {include file=$tpl_dir./order-steps.tpl} {l s='Cash on delivery (COD) payment' mod='cashondelivery'} <form action="{$this_path_ssl}validation.php" method="post"> .... </form> I attached file as zip validation.zip Link to comment Share on other sites More sharing options...
Fant63 Posted August 24, 2010 Share Posted August 24, 2010 Thank you for your help)))I just corrected the code, Order summation rose in his place ... but the central part slipped rightMaybe I better look for another subject? Link to comment Share on other sites More sharing options...
razaro Posted August 24, 2010 Share Posted August 24, 2010 Sorry my mistake didn't closed div in previous post.I updated it.So at the end of validation.tpl it should be Link to comment Share on other sites More sharing options...
Fant63 Posted August 24, 2010 Share Posted August 24, 2010 Thanks!Super!Everything finally fell into place!You are as always magnificent!Enclose working validation.tpl validation.zip Link to comment Share on other sites More sharing options...
eCasper Posted September 26, 2010 Share Posted September 26, 2010 First of all thanks a lot for the post. I've another few problems.When the category name is lengthy, it overflows the data in side the box.Also the order confirmation page does not appear correctly(Every thing are floated to right side). Please check the attachment for have a better picture of the problem. Any help will be really appreciated.Thanx! Link to comment Share on other sites More sharing options...
marcsylvainjoseph Posted October 13, 2010 Share Posted October 13, 2010 pour moi, voici ce qui a fonctionné:81 #left_column, #right_column {clear:right;} à la place de #left_column, #right_column {float:left;}82 #left_column {clear:left; width:193px; margin-top:1.6em} :rien à changerpour le reste des modifs citées avant pour les lignes 413 et 418, rien à changer à part ajuster le width ligne 413 (415 chez moi à cause des modifs)div.list_product {width:720px; margin-bottom:1em; float:right;}va bien sinon, ca dépasse à droitePenser à ajuster les valeur des images de catégories dans préférences -> images du backofficepour moi, 720 x 240 va bien.Du coup, cela solutionne également l'utilisation du module sotewsadd dans la partie "homepage" des positionnement de module.voir le résultat: http://www.vinipink.fr/boutique/15-cafesJ'espère que ca va aider d'autres personnesCe thème vaut le coup de l'améliorerMerci DG craft Link to comment Share on other sites More sharing options...
tekneto Posted October 13, 2010 Share Posted October 13, 2010 Does anyone know what the css code would be to fix the alignment in the category product section? Same template issue as subcategories problem posted but I cannot find the area to edit. See attached. Link to comment Share on other sites More sharing options...
eCasper Posted October 25, 2010 Share Posted October 25, 2010 Guys this modification is not yet completely done. I've a similar problem when I'm using IE6, IE7 & IE8. When it comes to the 3rd root of the category tree, category block doesn't seem floating up and it floats up at the root of 1st and 2nd. but this works fine in Firefox, Chrome.Please see the attach.Any help will be really appreciating!Thanks in Advance! Link to comment Share on other sites More sharing options...
eCasper Posted October 25, 2010 Share Posted October 25, 2010 I solved this problem by changing global.css#center_column .products_block ul{width:700px}change above to: #center_column .products_block ul{width:679px} And also #center_column .accessories_block ul{background-image:none;width:700px;float:left;}to #center_column .accessories_block ul{background-image:none;width:697px;float:left;} Link to comment Share on other sites More sharing options...
sibster Posted January 28, 2011 Share Posted January 28, 2011 ive maid another post and was sent here but i can not see the answer. on my home page the products only show 3 across how can i change it to 4 across.Thank you Have a look here.www.feelgood-lingerie.co.uk Link to comment Share on other sites More sharing options...
Kelvin Koh Posted January 28, 2011 Share Posted January 28, 2011 Now I see it's 4 across, but you need to move your left column up to cover the empty space. I'm using Firefox to view your site.The solution (modification of codes) is in the 1st 6 posts, in particular reply post #1. You can tweak the widths to try to get 4 images across. Link to comment Share on other sites More sharing options...
sibster Posted January 28, 2011 Share Posted January 28, 2011 weird because in google chrome it shows the left colum across. Link to comment Share on other sites More sharing options...
Kelvin Koh Posted January 28, 2011 Share Posted January 28, 2011 I'm using Google Chrome to view your site now. Seems you got what you're looking for - 4 images across with left column in place. Link to comment Share on other sites More sharing options...
sibster Posted January 28, 2011 Share Posted January 28, 2011 wtf, why dont it show for me then, right cookie deleting time. Link to comment Share on other sites More sharing options...
Kelvin Koh Posted January 28, 2011 Share Posted January 28, 2011 Remember to clear cache too. Link to comment Share on other sites More sharing options...
Jelmer de Jong Posted January 28, 2011 Share Posted January 28, 2011 I've tried all the suggestions, but it doesn't seem to work.Take a look here www.weddingdesigns.nlThe left column still floats lower on the 3rd level of the categories. Link to comment Share on other sites More sharing options...
Kelvin Koh Posted January 28, 2011 Share Posted January 28, 2011 I'm hazarding a guess that it's due to the subcategories' images and descriptions. Try removing one of them and see what's the result? Another possible alternative is to :A) Reduce the left column by a few pixels (could be the lines that are messing up the alignment) OR B)Shift the subcategories' images and description div box a bit more to the right.The modification of the subcategories div boxes will need advise from more experienced users here. Link to comment Share on other sites More sharing options...
Jelmer de Jong Posted January 28, 2011 Share Posted January 28, 2011 You are right. I tried to do a category without description and image, and then the left column showed up fine.Does that give you a further clue?I'll try to make the left column a bit smaller. I'll let you know what happens. Link to comment Share on other sites More sharing options...
Jelmer de Jong Posted January 28, 2011 Share Posted January 28, 2011 Making the left column smaller did not make a difference.I feel like the answer should be really simple, but I've tried a lot and nothing seems to work. That while it does work fine on a category page with just subcategories. It doesn't make sense... Link to comment Share on other sites More sharing options...
Kelvin Koh Posted January 29, 2011 Share Posted January 29, 2011 Making the left column smaller did not make a difference.I feel like the answer should be really simple, but I've tried a lot and nothing seems to work. That while it does work fine on a category page with just subcategories. It doesn't make sense... Have you tried the method in post #20? Link to comment Share on other sites More sharing options...
Jelmer de Jong Posted January 29, 2011 Share Posted January 29, 2011 Yes, I tried it but it didn't make a difference. It changes the way the homepage looked: only 3 products would fit on one row instead of 4, but the category pages were unchanged. Link to comment Share on other sites More sharing options...
veve_zlobidlo Posted January 31, 2011 Share Posted January 31, 2011 pour moi, voici ce qui a fonctionné:81 #left_column, #right_column {clear:right;} à la place de #left_column, #right_column {float:left;}82 #left_column {clear:left; width:193px; margin-top:1.6em} :rien à changerpour le reste des modifs citées avant pour les lignes 413 et 418, rien à changer à part ajuster le width ligne 413 (415 chez moi à cause des modifs)div.list_product {width:720px; margin-bottom:1em; float:right;}va bien sinon, ca dépasse à droiteMerci DG craft Thanks!! :-) Link to comment Share on other sites More sharing options...
Jelmer de Jong Posted February 2, 2011 Share Posted February 2, 2011 It worked!! Thanks a lot! Link to comment Share on other sites More sharing options...
silencl Posted February 23, 2011 Share Posted February 23, 2011 Hi, I also have one problem with the matrice theme I cannot find a way to fix myself.It's a formatting of the error page, when a product is not found. I think it should be 404 page.Left column is gone left (see the picture for more info)Or sample here: http://www.dakine-shop.cz/zimni-cepice/579-magic-spiker-protiskluzove-navleky-na-boty.htmlMany thanks for any ideas Link to comment Share on other sites More sharing options...
pedro fonseca Posted March 23, 2011 Share Posted March 23, 2011 informations repeat.The column right, put featured products. Fine?View screen, please. Link to comment Share on other sites More sharing options...
pedro fonseca Posted March 23, 2011 Share Posted March 23, 2011 and this module how put right?is possible?regards Link to comment Share on other sites More sharing options...
nd0r0 Posted April 3, 2011 Share Posted April 3, 2011 Here are changes you need to do global.css (line 81)#left_column { float:left; margin-top:2em; width:193px; } global.css (line 413) div.list_product { float:right; margin-bottom:1em; width:650px; } global.css (line 418) body#category #subcategories { float:left; width:640px; } And you could adjust width values. please help me, i cannot find this on /theme/matrice/css/global.cssthat line must be add manualy, or we just edit ?thanks before..one more question, that error also happened on manufacturer lis. how to fix it. thanks Link to comment Share on other sites More sharing options...
fcmdiana Posted May 7, 2011 Share Posted May 7, 2011 HiI also cant find the div names to change the values. But this may be due to updating to Matrice theme 1.4.Can someone advise me on how to achieve this with Matrice theme 1.4 please? Thanks in advance! Link to comment Share on other sites More sharing options...
fcmdiana Posted May 7, 2011 Share Posted May 7, 2011 Sorry ignore me - I found it for those who are wondering the code is in category.css Link to comment Share on other sites More sharing options...
cth7687 Posted May 11, 2011 Share Posted May 11, 2011 hey guys!I got same problem like this :(check attached image)but mine is 1.4 and global.css look totaly different. Is anyboday figured out on 1.4??Thank you for your help~! Link to comment Share on other sites More sharing options...
fcmdiana Posted May 12, 2011 Share Posted May 12, 2011 @cth7687 Please check themes>matrice>css> category.css - the code should appear there 1 Link to comment Share on other sites More sharing options...
cth7687 Posted May 13, 2011 Share Posted May 13, 2011 @fcmdiana, Thank you very much!!! It works!! I changed:div.list_product {float:right;margin-bottom:1em;width:650px;} and body#category #subcategories {float:left;width:640px;} .thank you again!! Link to comment Share on other sites More sharing options...
cth7687 Posted May 16, 2011 Share Posted May 16, 2011 Ahhhhhh problem after problem..up there some people got problem on 1.3.3, and I have same problem with 1.4.My problem is just same as post #37(see attached image)and tried method from post #20, #33, but both not working and didn't changed anything. every problems I have looks like width is too long, but no idea where should I fix..and.. other thing is how can I remove "my account" from left colum?Sorry for my English.thank you for your help!! Link to comment Share on other sites More sharing options...
cth7687 Posted May 25, 2011 Share Posted May 25, 2011 Could anybody share Hook.jpg(from Matrice theme) in English with V1.4??Previously, I post my problem on here: http://www.prestashop.com/forums/viewthread/65926/themes/need_change_subcategories_positionbut today just I notice that I didn't fallow the DG's basic rule. The hook.jpg. Once I checked this configuration, it was all French, so I was ignored and.... I think that's why still I'm suffering for figure it out all the ugly look on my site. I'm still new in Prestashop and not so sure what modules should I keep enable / move /disable on back office-> module->position.Could you show me how did you set yours?I will really appreciate your help.my website is: http://s244953920.onlinehome.us/dahiny141/ Link to comment Share on other sites More sharing options...
bonbontamura Posted May 26, 2011 Share Posted May 26, 2011 if you want to move my account to the right side, just add a at the start and at the end of my-account.tpl.if you want to disable the my account module on the left column, you have to decide first, do you want to disable this module everywhere or just in this my-account.php?to disable completely, just uninstall this module in the module tab. to disable it only on specific page, go to the position under the module tab and then look for "my account" module, click edit and then just fill in on the empty field -> my-account.php. Link to comment Share on other sites More sharing options...
Lgfx13 Posted May 27, 2011 Share Posted May 27, 2011 Hello and thank you by advance,Does anybody have a solution for this problem, because I'm on it for a while, I made a print capture.Please let me know, Link to comment Share on other sites More sharing options...
bonbontamura Posted May 27, 2011 Share Posted May 27, 2011 Hello and thank you by advance,Does anybody have a solution for this problem, because I'm on it for a while, I made a print capture.Please let me know, Did you read this above your post?if you want to move my account to the right side, just add a at the start and at the end of my-account.tpl.if you want to disable the my account module on the left column, you have to decide first, do you want to disable this module everywhere or just in this my-account.php?to disable completely, just uninstall this module in the module tab. to disable it only on specific page, go to the position under the module tab and then look for "my account" module, click edit and then just fill in on the empty field -> my-account.php. Link to comment Share on other sites More sharing options...
Lgfx13 Posted May 30, 2011 Share Posted May 30, 2011 Perfect, It works perfectly.Have a good day. Link to comment Share on other sites More sharing options...
djbuan_pasaway Posted July 10, 2011 Share Posted July 10, 2011 Hi guys and gals,I am using Matrice team on my prestashop website version 1.4.3 and I am running into a lot of problems, first of which is when clicking a category, the page goes to a page wherein the center_column does not have any display at all...I tried using the category.tpl of the default theme and it works with messed up layout but when using matrice's, it doesnt work at all... can anyone please help me? thanks? Link to comment Share on other sites More sharing options...
randvell Posted September 21, 2011 Share Posted September 21, 2011 Thank you much! It helped, but still have problems with some modules, other pages it is ok Link to comment Share on other sites More sharing options...
хамак Posted December 7, 2011 Share Posted December 7, 2011 hey guys! I got same problem like this :(check attached image) but mine is 1.4 and global.css look totaly different. Is anyboday figured out on 1.4?? Thank you for your help~! Hi all, i have found the css code but i do not know to what to change it. Please help Link to comment Share on other sites More sharing options...
bigkana Posted March 1, 2012 Share Posted March 1, 2012 people who are having trouble with the white space on top of the left column, delete the float:left; in global.css "#left_column, #right_column {width:190px;}" tag. it worked for me. ofcourse the width shouldnt matter long as it's not diggin into the main column. g- Link to comment Share on other sites More sharing options...
navarrete105 Posted March 3, 2012 Share Posted March 3, 2012 Hallo, Thanks for all the help here. I was discovering a lot of things and I lerned a lot. But now I don´t find an answer. I need to move a Paypal module like in the photos. Paypal ist wrong and bankwire ist ok. An idea? Paypal module is 2.8, prestashop 1.4.6.2, Theme Matrice, my web www.manenausdraht.de Thanks a lot! Link to comment Share on other sites More sharing options...
navarrete105 Posted March 4, 2012 Share Posted March 4, 2012 Position Paypal Module Matrice Problem solved! Hi, Ihave solved it! go to: module/paypal/comfirm.tpl after line {include file="$tpl_dir./breadcrumb.tpl"} you need to add <div class="cms"> result: {include file="$tpl_dir./breadcrumb.tpl"}<div class="cms"> After it, go to the end of the page and add: </div> It´s all! solutions here: http://dgcraft.free.fr/blog/index.php/themes-prestashop/matrice-themes-prestashop-1-3-1-gratuits/ and here: http://www.prestashop.com/forums/topic/112117-solutions-theme-matrice-14/page__st__160 thank people!! 1 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