fishordog Posted October 17, 2013 Share Posted October 17, 2013 I want to display my subcategories without clicking on "+". When i disable Dynamic mode in blockcategories module my subcategories aren't displaying. Prestashop version 1.5.5. How can i fix this? When it's enabled i can see "+" buttons and if i click on it i can see sub-categories. Thanks Link to comment Share on other sites More sharing options...
fishordog Posted October 19, 2013 Author Share Posted October 19, 2013 bump Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 you use default module / theme or some customized solutions? Link to comment Share on other sites More sharing options...
fishordog Posted October 19, 2013 Author Share Posted October 19, 2013 (edited) you use default module / theme or some customized solutions? Yep, Categories block INSTALLEDDeveloped by : PrestaShop | Version : 2.0 | Category : Front Office Features Description : Adds a block featuring product categories. Configure Disable Reset Delete Mark as Favorite Edited October 19, 2013 by SeVi (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 Yep, Yep? so which one? default or customized? Link to comment Share on other sites More sharing options...
fishordog Posted October 19, 2013 Author Share Posted October 19, 2013 Yep? so which one? default or customized? default one. I posted a screenshot of the module in my previous post Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 hello unfortunately i don't see any screenshot. when you disable dynamic option, you still see main categories? if so, it looks like some issue with css styles, are you able to verify it? if not, you can always share url to website, then i will inspect it with regards, Milos Link to comment Share on other sites More sharing options...
fishordog Posted October 20, 2013 Author Share Posted October 20, 2013 hello unfortunately i don't see any screenshot. when you disable dynamic option, you still see main categories? if so, it looks like some issue with css styles, are you able to verify it? if not, you can always share url to website, then i will inspect it with regards, Milos I decided to leave it how it is and display categories as grid. I followed instructions on mypresta.eu, but few things still need to be fixed. I also changed .inline_list li .img { display: block; margin-left: auto; margin-right: auto margin-top: 15px; } to .inline_list li .img { display: block; margin-left: auto; margin-right: auto margin-top: auto; } but it still doesn't look good. What do i do to remove that dotted margin(or make it clear) and how do i make it display category names if they have longer names? As you can see in category #2 Link to comment Share on other sites More sharing options...
vekia Posted October 20, 2013 Share Posted October 20, 2013 your website is online? it will be much easier to say what you have to change mainly because this case is related to css styles Link to comment Share on other sites More sharing options...
fishordog Posted October 20, 2013 Author Share Posted October 20, 2013 your website is online? it will be much easier to say what you have to change mainly because this case is related to css styles pm sent Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 hello this is how it looks like for me: you see the same? if not, please clear browser cache and then refresh your store page Link to comment Share on other sites More sharing options...
fishordog Posted October 23, 2013 Author Share Posted October 23, 2013 Yes it looks the same for me. What i was asking is how to display subcategories without clicking on "+" in the categories block. But it was before i changed them to display as grid, so i'm fine with how it looks now. Thanks Link to comment Share on other sites More sharing options...
fishordog Posted October 23, 2013 Author Share Posted October 23, 2013 btw could you point where i can change the color of the background for "Subcategories" to transparent? Link to comment Share on other sites More sharing options...
vekia Posted October 23, 2013 Share Posted October 23, 2013 you need to open category.css file located in your theme directory. near line 28 you've got: #subcategories h3 { background-color: #F9F9F9; clear: both; display: block; overflow: hidden; } just remove background-color: #F9F9F9; param 1 Link to comment Share on other sites More sharing options...
fishordog Posted October 23, 2013 Author Share Posted October 23, 2013 you need to open category.css file located in your theme directory. near line 28 you've got: #subcategories h3 { background-color: #F9F9F9; clear: both; display: block; overflow: hidden; } just remove background-color: #F9F9F9; param thanks it worked. I was looking for this in global.css for some reason Link to comment Share on other sites More sharing options...
vekia Posted October 23, 2013 Share Posted October 23, 2013 thank you for confirmation. im going to mark this thread as solved. anyway, if you've got any additional questions related to this case - just 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