Home › Forums › WoodMart support forum › About brand tab BUG
About brand tab BUG
- This topic has 14 replies, 2 voices, and was last updated 7 years ago by Artem Temos.
-
AuthorPosts
-
December 9, 2017 at 4:47 pm #28045
FreeRiderNSKParticipantGood afternoon. If there is no description for the brand, an empty “About the brand” tab is displayed. Logically, it should not be displayed!
December 10, 2017 at 8:16 am #28121
FreeRiderNSKParticipantWill you fix it?
December 10, 2017 at 12:02 pm #28153
Artem TemosKeymasterHello,
Thank you for reporting us about this issue.
Yes, we will fix it in our next theme update for sure.
Regards
December 10, 2017 at 12:51 pm #28181
FreeRiderNSKParticipantSearch with categories. If the category is long, then the text rests on the right side without an indent.
Attachments:
You must be logged in to view attached files.December 10, 2017 at 12:54 pm #28184
FreeRiderNSKParticipantAnd further. When I open the Ajax window, the sticky header is moved to the right. this is normal?
December 10, 2017 at 2:33 pm #28200
FreeRiderNSKParticipantWhat about the last questions?
December 11, 2017 at 7:23 am #28282
Artem TemosKeymasterHi,
Here is a code to fix search categories dropdown
div.search-by-category .list-wrapper { max-width:none; } .search-by-category .list-wrapper .woodmart-scroll-content { overflow: scroll; }
As for the sticky header, the problem is that when the popup is opened browser scroll is hidden and unfortunately, we are not able to fix this.
Regards
December 11, 2017 at 10:39 am #28333
FreeRiderNSKParticipantGood afternoon! Could you elaborate on your topic functional as in this plugin for money. So that everything works with your theme.
https://codecanyon.net/item/woocommerce-vehicle-parts-finder-makemodelyear/13458497December 11, 2017 at 11:24 am #28342
FreeRiderNSKParticipantOr can you help to adapt this plugin to your theme?
December 11, 2017 at 12:31 pm #28353
Artem TemosKeymasterSorry, but we are not available for custom development at the moment. We can suggest you to hire our partners to do this job https://wpkraken.io/?ref=xtemos.studio
December 11, 2017 at 1:17 pm #28364
FreeRiderNSKParticipantOK. I added a plug-in filter to the filter area myself.
1. When you try to click on the filter, the window collapses. How to fix?
2. Incorrectly works with the ajax directory, because the filter fields when the page is loaded handle the script. Do not tell me how to make sure that every time ajax refresh of the directory is started, the filter plug-in function is started.December 11, 2017 at 1:47 pm #28372
FreeRiderNSKParticipantscreen
Attachments:
You must be logged in to view attached files.December 11, 2017 at 2:58 pm #28390
Artem TemosKeymaster1. Replace the line in
js/functions.js
file fromajaxLinks: '.woodmart-product-categories a, .widget_product_categories a, .widget_layered_nav_filters a, .filters-area a, .woocommerce-pagination a, .woodmart-shop-tools a, .woodmart-woocommerce-layered-nav a',
to this
ajaxLinks: '.woodmart-product-categories a, .widget_product_categories a, .widget_layered_nav_filters a, .filters-area .woodmart-widget a, .woocommerce-pagination a, .woodmart-shop-tools a, .woodmart-woocommerce-layered-nav a',
2. Sorry, but what do you mean here? We don’t see AJAX shop activated on your website at all at the moment.
Regards
December 11, 2017 at 3:14 pm #28406
FreeRiderNSKParticipantI disabled it, because adding my filter after the application, and any action, Ajax starts to work uncorrectly. Since every time the page loads, a script is triggered on my filter plugin. How to make this script work also when Ajax is triggered.
For the test, enable the Ajax mode on the site, select any plug-in filter configuration. And for example sort. Ajax will work and look at the plug-in fields. They will not display correctly. Film a video?December 11, 2017 at 3:17 pm #28409
Artem TemosKeymasterIn this case, you need to contact plugin’s developers and ask them what code should you use to reinit plugins filters after AJAX reloads the page. Sorry, but we can’t know this information.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register