Home › Forums › WoodMart support forum › Broken counter for long names of categories in the sidebar
Broken counter for long names of categories in the sidebar
- This topic has 13 replies, 3 voices, and was last updated 5 years, 8 months ago by Artem Temos.
-
AuthorPosts
-
February 12, 2019 at 5:54 pm #107139
richtig.mediaParticipantHey there,
we discovered an issue regarding the display of longer strings of categories.
Added to this topic you will find an screenshot which shows the issue quite good.Maybe it is a solution to show it before the category name.
Best regards
RobertAttachments:
You must be logged in to view attached files.February 12, 2019 at 8:06 pm #107155
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and provide your site admin access to the private area.
Best Regards
February 13, 2019 at 9:15 am #107211
richtig.mediaParticipantHello Elise,
added to this response you will find all the nscary informations.
We have three shops with your theme, which are listed as well.Best regards
RobertFebruary 13, 2019 at 10:42 am #107227
Elise NoromitMemberHello,
Please check your credentials I cannot log in.
Best Regards
February 13, 2019 at 1:31 pm #107255
richtig.mediaParticipantSorry! Generated a new PW for you.
February 13, 2019 at 3:08 pm #107276
Elise NoromitMemberHello,
I still cannot login. If you have blocking plugins or configurations deactivate them.
Best Regards
February 13, 2019 at 3:52 pm #107286
richtig.mediaParticipantNext try, sorry again.
February 13, 2019 at 6:44 pm #107315
Elise NoromitMemberHello,
You have activated Toggle function in the Theme Settings > Shop > Widgets
In result, the counter goes to the title so that toggle arrow could be shown for the categories which have sub-categories. http://prntscr.com/mkp5wj
When you disable the toggle function the view is correct http://prntscr.com/mkp59t
However, the categories which have the sub-categories will look like this http://prntscr.com/mkp6b8
So you need to make up the decision on how to configure.
Best Regards
February 14, 2019 at 7:08 am #107383
richtig.mediaParticipantHello Elise,
unfortunately that is not a good solution. If I disable the AJAX toggle function as you already told me all the categories are listed. This means for a shop like stegplattenversand.de the list is so long the customer has to scroll for days.
Is there any way of fixing this? Our IT-team already tried some solutions but with no good result.
Best regards
February 14, 2019 at 7:35 am #107390
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-widget .cat-item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .woodmart-widget .cat-item a { -webkit-box-flex: 1; -ms-flex: 1 1 calc(100% - 65px); flex: 1 1 calc(100% - 65px); } body .widget_product_categories .cat-item .count { margin-right: 30px; } .woodmart-widget .cat-item ul { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
Also, you have to purchase one license per website and register them in your account on our xtemos.com website.
February 14, 2019 at 1:13 pm #107477
richtig.mediaParticipantThank you so much for your help!
We will activate all license as soon as we go live.Best regards
February 14, 2019 at 3:07 pm #107504
Artem TemosKeymasterYou have to activate it to get support help from us.
February 14, 2019 at 3:42 pm #107522
richtig.mediaParticipantThe license has been activated.
February 14, 2019 at 5:58 pm #107559
Artem TemosKeymasterThank you
-
AuthorPosts
Tagged: long category names, sidebar counter
The topic ‘Broken counter for long names of categories in the sidebar’ is closed to new replies.
- You must be logged in to create new topics. Login / Register