Skip to main content

How to configure module for category listing

More
13 years 2 months ago - 13 years 2 months ago #111834 by vannevar
Hi everyone,
I am very new to the site building area.
I am trying to build a site for my business and chose to use Hikashop which seems to cover everything i need, and much more for future needs.

My first problem is with the way hikashop module lists the categories of my products.
As you can see in the screenshot I attach the subcategories are not displayed correctly.
Where it says "ΕΙΔΗ ΣΧΕΔΙΟΥΜΟΛΥΒΙΑΓΟΜΕΣ" it is in fact 3 different categories "ΕΙΔΗ ΣΧΕΔΙΟΥ", "ΜΟΛΥΒΙΑ" and "ΓΟΜΕΣ"
How can I fix this?
And what parameters for lists can I try out? Are there some acceptable parameters for this module, and where can I find them?


P.S. I meant to post in HOW TO?, but the post ended up in general category.
Sorry about that.
Last edit: 13 years 2 months ago by vannevar.

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #111869 by Eliot
Hi there,

I think it's just a css issue. The sub-categories displayed are probably in a <li> tag and the css probably apply it a "float:left" property.
What you have to do is edit the Hikashop front-end css file (in System>Configuration>Display>CSS) and add a css rule to avoid that.
If you can achieve that, just give me a link to your site, I could give you the right css :).

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #111918 by vannevar
As i mentioned above i am a noob so I don't know what rule I should add and where.

My site is www.maniakas.gr

Thx for helping out

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #111928 by Eliot
Just add this:
Code:
.hikashop_product_list_item { float: none; }

at the end of the front-end css file :).
The following user(s) said Thank You: vannevar

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago - 13 years 2 months ago #111945 by vannevar
I tried it but didn't work, so I looked up in the file and there was a similar command at the beginning which was float:left.
So i changed this one to float:none and problem solved. :laugh:
Thx a lot for the help.
Do you also know if there is a way to make all main categories collapsed when you enter the site?
It seems like by default the module has the first category open.
And I would also like to change the fonts the module uses for header and list. Is that possible?
Last edit: 13 years 2 months ago by vannevar.

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #112107 by Mohamed Thelji
Hi,

Can you be more specific about what you really want to do by for example explaining to me through some screenshots ?
Thanks :cheer: .

Please Log in or Create an account to join the conversation.

Time to create page: 0.267 seconds
Powered by Kunena Forum