A few question regarding Dokan Plugin
Author | Posts |
---|---|
January 21, 2015 at 11:31 pm 34772 | |
Hi,
I have a few question(please refer the number on attached picture:
![]() | |
January 22, 2015 at 10:55 am 34797 | |
Hello Zikri, I think these are happening for using a different theme. You have to work with your theme’s style.css file. You have to edit some style. Can you please give me the site link to see the problem?. Thank you 🙂 | |
January 22, 2015 at 12:47 pm 34805 | |
Hi Nayem, Thank you for fast response. Please also check my store list page on below link. How to make Please advice if you need my login credential. Thank you. | |
January 22, 2015 at 12:56 pm 34806 | |
Hello Zikri, I have checked your site. There is a problem with your theme style. Please read this doc- http://docs.wedevs.com/how-to-fix-the-broken-store-page-of-dokan/. It will help you to fix your store page. You have to edit your style so you may need to discuss with a front end designer about this. For your store location problem- please open your theme css file and insert these code-
. Thank you 🙂 | |
January 22, 2015 at 1:47 pm 34807 | |
I’m not sure which html tags is, but below is the text on my page.php file post, /** | |
January 22, 2015 at 1:49 pm 34808 | |
You have to copy the store.php file and put it to the Dokan folder in your child theme. First make a folder named Dokan and paste the store.php file in the folder. | |
January 22, 2015 at 8:15 pm 34842 | |
Yes, I already done like that. But I dont know which HTML tags should be change. | |
January 24, 2015 at 11:52 am 34890 | |
Hello Zikri, You have to edit your theme style. Please make a child theme and customize your css there. Your all problem is occurring for your theme style. Please do some customization with your theme style if you are good in code then you can do it easily otherwise you may require a front-end designer to do this for you. Thank you 🙂 | |
January 24, 2015 at 7:48 pm 34913 | |
Hi Nayem, The dokan widget supposed to be in the sidebar, but why it appear on the left side? Please ignore other issue, just help me to make the widget appear on the right side, Hope you can advice on this. Thanks=) | |
January 25, 2015 at 10:38 am 34952 | |
Hello Zikri, The sidebar of this plugin is coming from the template. You can move it to the right side. Just you have to insert a line in your theme css file.
Find this class #secondary and insert float:right;. It will appear on the right side of the store page. Thank you 🙂 |