alin.dorobantu Posted January 29, 2014 Share Posted January 29, 2014 Hy, I have a website: http://www.danielafashion.ro, and i want to add left colunm on categories pages with there subcategories. Left column blocks, it was made but, dosent apperar on the categories pages. Please help me, i am beginer in prestashop. Thx in advanced, Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 you haven't got left column on your website. this is why you don't see it. Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 Thx, How can make it ? Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 you have to develop it in your theme. it's non default theme so it's hard to say what you have to change (no one knows sources of your theme) if this is paid solution, if i were you - i will ask theme developer for this. Link to comment Share on other sites More sharing options...
webdev0008 Posted January 29, 2014 Share Posted January 29, 2014 Hi make sure blockcatigories module is enable and put this code in product_list.css in css folder of your theme folder. #left_column {display:block !important;} Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 global.css 2619 #left_column { display: none; } remove display:none; Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 Thx, Today i will try, becouse now i dont have acces at ftp or cpanel. After i recive acces there i wil try and i will keep you posted. Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 Hy, There are any maodule to edit .css file from admin prestashop ? Because till i dont have acces at ftp or cpanel. Thx, Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 unfortunately i don't know any module for edit css files from back office. but you can try with this: install free html block module, open configuraiton page of addon then: 1) from left hand side block select "header" 2) to the right hand side window paste this code: <style> #left_column { display: block!important; } </style> Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 It was perfect, thx but the subcategories arent shown http://www.danielafashion.ro/index.php?id_category=6&controller=category&id_lang=1 Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 i see, what module you use for categories block? Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 i think that the default one Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 it looks like it's default category module. can you try to clear cache? this module uses cache, so i suppose that you see there old cached version. if this will not work, try to install this one: block categories with counter it's a free alternative of categories block module. Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 the same problem: http://www.danielafashion.ro/index.php?id_category=6&controller=category&id_lang=1 Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 it's ok in chrome dont show nothing, but in IE it's ok Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 even in IE it's a problem Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 29, 2014 Author Share Posted January 29, 2014 i clear cash and the same problem Link to comment Share on other sites More sharing options...
vekia Posted January 30, 2014 Share Posted January 30, 2014 to the module that i suggested to use before(html block free) add this code: #categories_block_left li a { background: none repeat scroll 0 0 #463837; clear: both; color: #FFFFFF; float: left; margin-bottom: 2px; padding: 6px 15px; text-decoration: none; width: 100%; display: block; } (add it between <style></style> tags that you added it there before) Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 30, 2014 Author Share Posted January 30, 2014 Charming, works perfectly Thank you so much, you are very good at this platform. Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 30, 2014 Author Share Posted January 30, 2014 Now a have another problem it show even categories and subcategories, and i need only subcategories on the category page. http://www.danielafashion.ro/index.php?id_category=7&controller=category&id_lang=1 Link to comment Share on other sites More sharing options...
alin.dorobantu Posted January 30, 2014 Author Share Posted January 30, 2014 Problem solved, I put another li in the css #categories_block_left, the final code look like this: #categories_block_left li li a { background: none repeat scroll 0 0 #463837; clear: both; color: #FFFFFF; float: left; margin-bottom: 2px; padding: 6px 15px; text-decoration: none; width: 100%; display: block; } Thx man, Link to comment Share on other sites More sharing options...
vekia Posted January 30, 2014 Share Posted January 30, 2014 glad to hear that it is solved now i can go ahead and mark this topic as solved too if you need any kind of additional assistance related to this categories block - feel free to continue discussion below with regards, Milos 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