Category listing module

  • Posts: 6
  • Thank you received: 0
12 years 2 months ago #64838

Hi,

is it possible when creating a Category listing module to get the following behaviour:
1/When I click on a category on the menu, it expands it to display the sub-categories (this is OK) plus it displays on main body the subcategories as well with their respective pictures, or any specific page (like a category introduction thru an article) ?
Or I should not use category listing module to get this behavior?

Also my current category listing module seems broken:
1/the subcategories are all displayed is a row despite i chose list [when i check the HTML it doesn't make any sense. I can see the tag <UL> and <LI> as the demo website but it won't generate a list]
2/[SOLVED]number of products are displayed and categories with 0 product are displayed as well despite i deactivated it

I attached screenshot of my menu and setup I did.





thanks
Ludovic

Attachments:
Last edit: 12 years 2 months ago by LudovicB.

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

  • Posts: 6
  • Thank you received: 0
12 years 2 months ago #64865

Regarding the problem with the menu it's related to CSS. After commenting the following in hikashop default CSS it's better but not perfect (i can see a list but without the "dot" at the beginning of each line):

.hikashop_category_list_item, .hikashop_product_list_item{
/* float:left;*/
}

But on the demo website, it's not and there is no issue. So I don't get it.

For the missing "dot" it seems to be from another CSS file.

Last edit: 12 years 2 months ago by LudovicB.

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #65072

Removing the float left is fine yes.

For your first question, that's because the option "link on main category" is turned off in the hikashop options of your module. If you turn it on, it will do exactly what you want.

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

  • Posts: 6
  • Thank you received: 0
12 years 2 months ago #65193

nicolas wrote: Removing the float left is fine yes.

For your first question, that's because the option "link on main category" is turned off in the hikashop options of your module. If you turn it on, it will do exactly what you want.


Thank you Nicolas, I turned on this option and it's now OK.

Also, is there a list of free template fully supported by Hikashop ? I find out that using beez template (default one of joomla) it not really working well with hikashop (especially for the point I mention in my first email). There are so many CSS file with redundant style that I cannot figure out what I have exactly to update.
Also is it possible to buy just 1 template from your shop ? (and not the whole pack)

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #65342

Hi,

We don't sell any templates.
The styles pack that we sell will customize the look of the hikashop elements on your website but you will still have your joomla template to display all the pieces of your website together.

If you want templates that are sure to work well with HikaShop, I can only recommend these as they are made especially to be used with HikaShop:
www.vjtemplates.com/hikashop-templates/all-categories

But otherwise, most templates should work relatively well with HikaShop.

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

  • Posts: 6
  • Thank you received: 0
12 years 2 months ago #65386

nicolas wrote: We don't sell any templates.


My bad, I meant the styles you are selling. They look nice but I really just need 1 and it seems the only way is to buy the whole pack (intended for professional developers with multi projects I guess)

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #65603

There is unfortunately no option to buy just one style. As you guessed, the pack is intended for professional developers who usually have several ecommerce project over the year and not for a one off project.

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

  • Posts: 6
  • Thank you received: 0
12 years 2 months ago #65954

nicolas wrote: Removing the float left is fine yes.

For your first question, that's because the option "link on main category" is turned off in the hikashop options of your module. If you turn it on, it will do exactly what you want.


I just find out that activating the option "Link on main categories" create a visual problem in the menu:



If I untick this option it's fine.

In the html code, there is an extra hyperkink created that seems "useles" and occurs this visual behaviour:



any idea why ? and how to solve this ?

thanks
Ludovic

Attachments:

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 1 month ago #66064

That comes from the CSS of your template.
You can see it on the right of your screenshot:
.panel h3.pane-toggler a
{
blabla
}

which is in the personal.css of your template.
Remove it and you won't have that.

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

  • Posts: 6
  • Thank you received: 0
12 years 1 month ago #66156

nicolas wrote: That comes from the CSS of your template.
You can see it on the right of your screenshot:
.panel h3.pane-toggler a
{
blabla
}

which is in the personal.css of your template.
Remove it and you won't have that.


But i'd like to keep the (+) image, this is part of the default beez template.

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 1 month ago #66378

The link which is added, has to be there for the accordion system of joomla.
You can't remove that HTML.

You can change the line:
<a href="<?php echo $link; ?>">

to:
<a class="hikashop_category_list_item_link" href="<?php echo $link; ?>">

in the file listing_list of the view category via the menu Display>Views and then change the CSS of your template so that is only applies to a.hikashop_category_list_item_link instead of a and that will do what you want.

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

Time to create page: 0.099 seconds
Powered by Kunena Forum