Jump to content

[SOLVED] Dynamic Mode for categories doesn't work


Recommended Posts

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

you use default module / theme or some customized solutions?

Yep, 

 

 
Categories block INSTALLED
Developed by : PrestaShop | Version : 2.0 | Category : Front Office Features

Description : Adds a block featuring product categories.

Configure Disable Reset Delete Mark as Favorite
Edited by SeVi (see edit history)
Link to comment
Share on other sites

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

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;
}
 
GueMolo.png
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

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

  • Like 1
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...