Home Forums WoodMart support forum How to Edit Store Page Structure (Dokan)

How to Edit Store Page Structure (Dokan)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37354

    yacob555
    Participant

    Hi, where can I edit the configuration of the storefront page on the multivendor store page? I assumed there would be a “Page” with just the shortcode [dokan-store] but I can’t find it.

    Things I want to edit on that page:
    -Footers are different from the other pages
    -Prefooter needs removed
    -Store page is not full page width (still room for widgets, which I don’t want)

    Example page is in the private comments.

    Thanks in advance!

    #37365

    Artem Temos
    Keymaster

    Hi,

    You can hide the prefooter and sidebar on this page using our custom settings while editing it in the Dashboard
    https://gyazo.com/2d777479cd5c4f53c7071299780a8d60
    https://gyazo.com/9d3ab080cbb1b65ec20c4daec57d8610

    Regards

    #37672

    yacob555
    Participant

    Thank you for that!

    Where can I edit the store page? I don’t see a page under “Pages” that controls the store page. I’d like to make it full screen. Even though the widget is gone there’s still room there for a widget and the content isn’t full page.

    Example page in private comments.

    #37712

    Artem Temos
    Keymaster

    Please, provide us your admin access so we can login and check this on your side.

    Thank you in advance.

    #37846

    yacob555
    Participant

    Sure thing, its in the private comment.

    #37876

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to make dokan store layout in one column.

    .dokan-store .dokan-single-store.dokan-w8 {
    	width: 100%;
    }

    Regards

    #37907

    yacob555
    Participant

    Looks great! Thanks!

    One last thing – since there’s no “store” page under Pages – how do I remove/edit which prefooter that appears on the store page?

    #37928

    Bogdan Donovan
    Keymaster

    Try to use this code snippet

    .dokan-store .woodmart-prefooter {
    	display: none;
    }

    Regards

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