Dokan – integration

This topic contains 15 reply and 2 voices, and was last updated by towhid 8 years, 9 months ago
Viewing 15 Posts - 1 through 15 (of 15 total)
Author Posts
June 30, 2015 at 2:07 pm 53722
towhid Hello, I can not integrate Dokan 2.3 in my new theme. I'd like to know if you can integrate this plugin to my theme. If possible, how much it costs? thank you My website: www.store.tahiti-fit.com www.store.tahiti-fit.com/dashboard login: demo password: demo
June 30, 2015 at 3:09 pm 53745
towhid towhid

Hello Romeo,

To install Dokan Please check this documentation through this link – http://docs.wedevs.com/how-to-install-dokan/.

Thank you 🙂

July 3, 2015 at 9:04 am 54121
Romeo LAI FAO Romeo LAI FAO

Hello,
I have a problem with the store sidebar. It’s not responsive. In full size screen, it’s perfect but in small device, sidebar doesn’t retract or it isn’t placed above or below the store frame. How can I have the toggle button for the sidebar like into the Dokan Theme?
Can you check http://store.tahiti-fit.com/store/demo/ please.

Thank you

July 4, 2015 at 1:25 pm 54212
towhid towhid

Hello Romeo,

Please open themes/mindig/theme/assets/css/responsive.css and add following line at bottom of the file.

#dokan-primary {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

#dokan-secondary {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

Can you please share a screenshot about which toggle button you are mentioning.

Thanks

July 4, 2015 at 2:12 pm 54225
Romeo LAI FAO Romeo LAI FAO

Hello Towhid,

Thank you for your answer.

You can see the toggle button I’m mentioning. I have added the lines in responsive.css but it doesn’t work.

http://store.tahiti-fit.com/wp-content/uploads/2015/07/20150703213655.png

http://store.tahiti-fit.com/wp-content/uploads/2015/07/20150703213925.png

http://store.tahiti-fit.com/wp-content/uploads/2015/07/20150703214324.png

July 4, 2015 at 3:10 pm 54239
towhid towhid

Hello Romeo,

Please download the responsive.css file from the following link and replace with the old and see what happen.
https://www.dropbox.com/s/b43p9scozpcpf10/responsive.css?dl=0

Please let me know the result when done.

Thanks

July 4, 2015 at 3:21 pm 54240
Romeo LAI FAO Romeo LAI FAO

Hello Towhid,

Thank you for the file but it still doesn’t work.

July 5, 2015 at 11:40 am 54313
towhid towhid

Hello Romeo,

Please provide your login details by using this form: http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

July 5, 2015 at 1:40 pm 54325
Romeo LAI FAO Romeo LAI FAO

Hello Towhid,
It’s ok. I thank you and await your reply.

July 5, 2015 at 2:58 pm 54329
towhid towhid

Hello Romeo,

Can you please check your site. I have fixed that responsive issue for sidebar.

Thanks

July 6, 2015 at 4:10 am 54370
Romeo LAI FAO Romeo LAI FAO

Hello Towhid,
Thank you for your help, it’s ok for the responsive issue for sidebar. But how can I have the toggle button like in your dokan demo site.

http://store.tahiti-fit.com/wp-content/uploads/2015/07/20150703213655.png

thank you

July 6, 2015 at 2:05 pm 54422
towhid towhid

Use the following code for toggling the button.

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-top-collapse">
                                <span class="sr-only"><?php _e( 'Toggle navigation', 'dokan' ); ?></span>
                                <i class="fa fa-bars"></i>
                            </button>

Also use this style.

.navbar-toggle {
position: relative;
float: right;
}

.navbar-toggle .icon-bar {
display: block;
width: 22px;

}

.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}

@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}

.navbar-default .navbar-toggle {
border-color: #dddddd;
}
 
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
}

.navbar-inverse .navbar-toggle {
border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
 background-color: #333333;
}
 
.navbar-inverse .navbar-toggle .icon-bar {
   background-color: #ffffff;
  }

If you need further assistance please let me know.

Thanks

July 6, 2015 at 2:10 pm 54424
Romeo LAI FAO Romeo LAI FAO

Hello Towhid,
Where should I paste these codes?

Thank you

July 7, 2015 at 2:00 pm 54560
towhid towhid

Hello Romeo,

Put the style file in theme’s style.css.

Put the toggle button code where you want to show the category. I do not have any idea about the theme you are using.

Thanks

July 17, 2015 at 2:16 am 56085
Romeo LAI FAO Romeo LAI FAO

Hello Towhid,
I saw a post from a person who have the same theme that me. https://wedevs.com/support/topic/dokan-dasshboard-css-issue/

I would like to know all his issues and the solutions you’ve given to this person. That would help me to integrate perfectly dokan to my theme.

Thank you

July 26, 2015 at 2:36 pm 59685
towhid towhid

Hello Romeo,

All of the topic posts are private so that you can not see the discussion.

Can you please specify what sort of query you asked for. I can answer in here.

Are you using nielsen theme?

Thanks

Viewing 15 Posts - 1 through 15 (of 15 total)