A few question regarding Dokan Plugin

This topic contains 9 reply and 2 voices, and was last updated by Nayem 9 years, 2 months ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
January 21, 2015 at 11:31 pm 34772
Nayem Hi, I have a few question(please refer the number on attached picture: problem no1 to no3 1. My website( http://alkahfi.my) sidebar is on right side. How to set the Seller page sidebar to be at right side? 2. The map for store location on sidebar didn't appear 3. I already insert the default size for seller store banner (825px x 300px), but on th seller page as on the image is only 639x300px, and the banner looks repeated on vertical side. Below question not related to attached picture: 4. When installing page, is it only have 2 pages for dokan( Dashboard & Store List)? 5. Where can I do customization for css..I already done custom css for seller page, and put the code to my theme(custom css area). But it didn't work Please advice. Thank you in advance.
January 22, 2015 at 10:55 am 34797
Nayem Nayem

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
zikri daud zikri daud

Hi Nayem,

Thank you for fast response.
Yes I’m not using Dokan theme(use Directory theme).
In the theme option, there’s a tab for insert the custom CSS code.
You can visit the link below for sample seller page
http://alkahfi.my/store/zik_ganu/
http://alkahfi.my/store/zikri/
You can see that the content not center as other page(ex. homepage)

Please also check my store list page on below link. How to make
it appear as on your demo page.
http://alkahfi.my/store-listing/

Please advice if you need my login credential. Thank you.

January 22, 2015 at 12:56 pm 34806
Nayem Nayem

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-

#dokan-store-location {
    width: 250px;
    height: 200px;
}

.

Thank you 🙂

January 22, 2015 at 1:47 pm 34807
zikri daud zikri daud

I’m not sure which html tags is, but below is the text on my page.php file
Which one should I insert to the themes/directory/dokan/store.php?
Sorry, I reaaly dont get this one.

post,
array(
‘meta’ => $GLOBALS[‘pageOptions’],
)
);

/**
* Fire!
*/
WPLatte::createTemplate(basename(__FILE__, ‘.php’), $latteParams)->render();

January 22, 2015 at 1:49 pm 34808
Nayem Nayem

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
zikri daud zikri daud

Yes, I already done like that. But I dont know which HTML tags should be change.
The store location issue already solved, but the other 5 issues still remain.
Please advice. Thank you.

January 24, 2015 at 11:52 am 34890
Nayem Nayem

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
zikri daud zikri daud

Hi Nayem,

The dokan widget supposed to be in the sidebar, but why it appear on the left side?
My theme default sidebar is on the right side. I don’t think its a theme problem.

Please ignore other issue, just help me to make the widget appear on the right side,
which is my default sidebar location. Like the other plugin, if we set a widget
it will appear on the sidebar, no matter the sidebar is on right or left side.

Hope you can advice on this. Thanks=)

January 25, 2015 at 10:38 am 34952
Nayem Nayem

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.

#secondary {
   float: right;
}

Find this class #secondary and insert float:right;. It will appear on the right side of the store page.

Thank you 🙂

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