Home Forums WoodMart support forum Dokan Store List Page Issue

Dokan Store List Page Issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #119711

    cukebook
    Participant

    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/

    #119729

    cukebook
    Participant

    Here is the screenshot

    Attachments:
    You must be logged in to view attached files.
    #119743

    Artem Temos
    Keymaster

    Hi,

    How exactly have you placed the search form to that page? Please, provide us some screenshots.

    Regards

    #119773

    cukebook
    Participant

    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.
    #119809

    Bogdan Donovan
    Keymaster

    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

    #119879

    cukebook
    Participant

    that did the trick,

    thanks

    #119908

    Artem Temos
    Keymaster

    You are welcome.

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Dokan Store List Page Issue’ is closed to new replies.