Dokan Store List Page Issue
-
Having a problem with how the filter and search is displaying on the store-list page.
The Search Icon is off to the right of the category list, and doesn’t do anything when you click on it.
I’ve attached a screenshot.
https://www.cukebook.com/store-listing/
Here is the screenshot
Attachments:
You must be
logged in to view attached files.
Hi,
How exactly have you placed the search form to that page? Please, provide us some screenshots.
Regards
The search bar was just there, It may be something with Dokan. I’ll ask them too.
I’ve attached a screenshot.
Anthony
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .dokan-seller-search-form {
width: 100%;
max-width: 100%;
}
body .dokan-seller-search-form:after {
display: none;
}
body .dokan-seller-search-form .dokan-row .dokan-w4:first-child {
position: relative;
}
body .dokan-seller-search-form .dokan-row .dokan-w4:first-child:before {
content: "\f125";
font-family: "woodmart-font";
font-size: 20px;
line-height: 20px;
width: 20px;
display: inline-block;
position: absolute;
top: 20px;
right: 30px;
margin-top: -10px;
margin-left: -10px;
transition: opacity .2s ease;
-webkit-transition: opacity .2s ease;
}
Regards
that did the trick,
thanks
The topic ‘Dokan Store List Page Issue’ is closed to new replies.