Categories and sub categories display
-
Hello.
Thank you for this really effective plugin.
I have a question in terms of display of sub categories: choosing the option “Sub-Category Style: Hierarchical” is it possible to display only the subcategories of the selected category?
Or can display categories in a drop-down list and then a second drop-down list containing only under the corresponding categories?See : http://www.ecobio.alsace/exposants-2016/
Thank you for your reply.
Regards.
David
Plugin version : Version 3.6.20
-
Hi David,
There is no option for this at the moment. As far as showing and hiding subcategories and categories, you could probably write some custom CSS (which you could add to the “Custom CSS” box for your catalog) that would allow you to achieve this.
The CSS class for the categories is: “.prod-cat-sidebar-category”
The CSS class for the sub-categories is: “.prod-cat-sidebar-subcategory”So, for example, you could hide all category labels and leave the sub-category labels by putting the following:
.prod-cat-sidebar-category { display: none; }Thank you. I’ll try to find something in that direction.
Some more questions:
1) Is it possible to add a “Search” button next to the search box? It’s not intuitive to type the Enter key and it is a problem on smartphone.
2) Is it possible to erase all filter criteria in one step? When the filter list is long (as on our website) it’s not always easy to realize that a box is checked.
3) Is it possible to combine the parameters in the URL ? eghttp://www.ecobio.alsace/exposants-2016/?categories=22,21&sub-categories=9,10&tags=5
Thank you for your answers.
Regards.
DavidOops, I forgot one question:
4) I can’t sort categories in the desired order. An idea ?
Thanks.5) On more question : is it possible to change the display of custom fields to make it such a hypertext link (url)?
Thanks.Hi David,
1) Thanks for the feature suggestion. This isn’t something that we have in our plans at the moment, but maybe in the future.
2) This isn’t possible right now, but perhaps we could look into adding a “clear all” button in a future update.
3) This should definitely be possible.
4) You can re-arrange the order within a specific category by going to the “Categories” tab, clicking on the category you want and then using the drag-and-drop “Products in Category” section to order the products.
5) At the moment, if you want to add a link in a custom field, your best bet is to create a “Short Text” type custom field and then put in the HTML link (i.e. Link text) as the value for that custom field for a product. We’re looking into adding a link custom field type in a future update.
OK thanks.
It works for 4) and 5). 🙂A few more questions :
6) I might be trying to build custom drop-down list to filter out of the plug-in (no sidebar). For cons, I would have liked to keep the search tool. Is it possible to integrate it in an other place than in the sidebar?
7) Probably a dummy question : I can’t find how to view 4 items on the same line while there appears to be room. See here : http://prntscr.com/ah4c96URL : http://www.ecobio.alsace/exposants-2016/?categories=2
Thanks a lot
DavidHi David,
6) There is a “UPCP Search Bar” widget included with this plugin. You could maybe take a look at the code for that to see if you could use it in your custom code. Alternatively, you could add your custom code to the catalog sidebar and then use CSS to hide the rest of the elements in the sidebar.
7) The catalog will automatically display up to four columns based on the space available. While it does look in your screenshot like there is space for a fourth column, if it’s staying at three, it means there isn’t quite enough space. You could try reducing the width of the thumbnails using the “Thumbnail” area of the “Styling” tab.
Hi.
Thank you for your previous answers, a priori it works!
But..
after the last update to version 3.7.1, I encounter different problems:
8) Unable to access the detail view! http://www.ecobio.alsace/exposants-2016/
9) I chose the Block option in Catalogue Skin Styling. But when I filter by categories or subcategories, their title is no longer displayed at the top of the list. Is this normal?
10) I find that the display/search is very slow. Is this normal?
11) The text “Updating results” is not translated in French (although it is ok in back office)
12) Where can I find the translation of pagination? ( “1 of 5”): http://prntscr.com/am27pbThank you for your help
DavidHi David,
8) I just had a look at your site and all the views still work, it’s just that they’re all appearing under the sidebar now, instead of to the right of it. I looked at the code and saw the following styling for the .prod-cat-inner CSS class:
.prod-cat-inner { position: relative; float: left; width: 74%; width: 100%; }The main catalog area has been assigned a width of 100%, which is overwriting the 74% that it should be. Did you add this to the Custom CSS or somewhere else? If so, you need to remove where you make it 100%. If you can’t find where you might have made the change, you could try putting the following at the bottom of your Custom CSS:
.prod-cat-inner { width: 74% !important; }While it would be much better to find and remove the other piece of code, this should still do it.
9) I’m not sure I know exactly what you mean. The category headings usually only appear if you add a whole category to your catalog, as opposed to individual products. The filtering doesn’t affect the display of these headings.
10) I just did a few test searches on your site – using the search box in the sidebar of the catalog – and the results were being displayed within one or two seconds for all the searches I tried. Is it longer on your end? Also, your catalog page is loading quickly for me.
11) Did you input a value for the “Updating Results Label” setting? It is found in the “Catalogue” column of the “Labelling” area of the “Options” tab.
12) For this one, you’d have to use the translation files (i.e. the “.mo” and “.po” files) at the moment, as we don’t have it in there as a labelling option. I’ll check to see if we can add that in an update in the near future.
In my case, I created some categories (including products) that are not showed on the list, as “balanzas” & “termobloques” categories, that I created as usual, but they do not appear on the categories list, neither their products.
Thank you for your quick responses.
8) I’m sorry !
After having posted my message, I started working the CSS of a secondary page and have not noticed that it had an influence on the main page! My goal is to do without the left sidebar plugin and replace it with a custom bar with drop-down lists.
The result is here: http://www.ecobio.alsace/exposants-2016-tests/
By cons, my problem is elsewhere: it is when you click on “Details” that nothing happens (on the original or the test). See screenshots:
http://prntscr.com/amdnm4
http://prntscr.com/amdnef9) the title of the category is displayed as the first time: http://prntscr.com/amcwpr
By cons, if you check the categories, the title disappears (ditto by paging) and everything is mixed: http://prntscr.com/amdmtw10) maybe it’s my internet connection which is sometimes slow
11) yes, I have changed the value in “Updating Results Label” setting.
12) ok thanks
Hi again
13) I just saw that the version 3.7.1 ‘Added a number of new sidebar styling options, including a “block” style and a “collapsible” option for categories when “hierarchical” mode is in use’.
But where is this option ?
Thanks !Hi David,
8) This is very strange behaviour as there’s no setting or options for this. Are you setting custom links for your products (using the “Product Link” field when creating or editing a product)?
9) The title/heading you’re talking about is dynamically generated based on the URL parameters you’re using for filtering. Any time you start further filtering, it removes the heading because you are no longer looking at exactly just the category you described in your URL parameters. As far as I know, it’s always been this way, and is the intended behaviour.
11) There must be an issue then with the way this specific label option saves, for some reason. We’ll take a look at it and add the fix in a future update.
13) All sidebar settings are found in the “Sidebar” area of the “Styling” tab. And you can use the “Sub-Category Style” setting in the “Basic” area of the “Options” tab to choose hierarchical.
8) Not at all.
I just tried to create a second fake catalog, and it works fine… : http://www.ecobio.alsace/catalogue-tests/ Very strange !!! An idea ?
Maybe, do you think it’s necessary to uninstall and re install the plugin ? But, in this case I lose Categories and subcategories (export is only available with products, no ?) And also settings…
9) Ok. My apologies.
11) OK. Thanks
13) OK. Great… but nothing happens ! I think I have an other little problem : “Collapsible SubCategories” option can’t be save…
http://prntscr.com/amq2g4
http://prntscr.com/amq33e
http://www.ecobio.alsace/catalogue-tests/
http://www.ecobio.alsace/exposants-2016/Thanks again…
Merci dgpartner pour avoir posĂ© la question Ă Etoile Web. J’ai le mĂŞme problème prĂ©sentement avec mon catalogue depuis la mise Ă jour. Je suis l’Ă©volution de vos tests.
Mais je crois que pour simplifier je vais refaire les catalogues.
On lâche pas! 🙂
The topic ‘Categories and sub categories display’ is closed to new replies.