Forum Replies Created

Viewing 7 Topics - 1 through 7 (of 7 total)
Author Posts
March 31, 2015 at 6:38 pm in reply to: Seller roles editor post 40375
Federica Canton Federica Canton

Hello,

no…now the seller have two role:

– edit and publish product (woocommerce role)
– edit and publish article/post (wordpress role)

So i need that the selle can edit and publish product but can’t edit or publish new article/post.

So, can i know what’s the file use dokan to setting the user role? Thanks

March 28, 2015 at 6:38 pm in reply to: Seller roles editor post 40176
Federica Canton Federica Canton

Hello and thanks for reply.

In this moment if a seller loigin on website can publish and edit his product and also can publish and edit post.

I want to change the role seller why not have access to articles and can not create, edit and publish posts.

December 23, 2014 at 4:30 pm in reply to: Is Dokan compatible with WPML 32876
Federica Canton Federica Canton

Hello, there are ant news? I’m interesting to use WPML with Dokan. Thanks

September 19, 2014 at 3:53 pm in reply to: Insert field on registration form 27032
Federica Canton Federica Canton

Hello,

i’ve read the documentation and i have a problem.

So i’ve create a new folder and a new file, style.css (similar es documentation):

/* 
Theme Name: Dokan child
Theme URI: http://wedevs.com
Description: A child theme for Dokan
Author: Wedevs
Author URI: http://wedevs.com
Template: dokan
Version: 1.0.5
License: GPL
*/

/* Theme customization starts here 
--------------------------------------------*/

.home .product-sliders li h3,
.home .product-sliders li .item-button a.fav,
.home .product-sliders li .item-buttom a.add_to_cart_button {
   color: #000;
   background-color: #f0f0f0;
}

And a function.php

<?php

define('THEMEROOT', get_stylesheet_directory_uri());
function scripts() {
     wp_enqueue_style( 'dokan-child-style', THEMEROOT . '/style.css', false, null );
}

add_action( 'wp_enqueue_scripts', 'scripts',99);

?>

I’ve active the child theme but..nothing function..

I need help. Thanks

September 16, 2014 at 2:11 pm in reply to: Insert field on registration form 26866
Federica Canton Federica Canton

Hello, i try to create a child theme insert this `/*
Theme Name: Dokan Child
Theme URI: http://www.mysite.it/
Description: Tema Child Dokan
Author: My Name
Author URI: http://www.mysite.it
Template: dokan
Version: 0.1.0
*/`

But i can’t work on child theme and child file (function / header etc). Maybe any problem on theme?

September 14, 2014 at 10:16 pm in reply to: Insert field on registration form 26795
Federica Canton Federica Canton

Hello, thank’s much. I try to add in a child theme but not function. There are many problem with this Dokan version anche child theme (i use css and function child theme and also i like to create a child theme for this personalization).

And also how can i auto-activate a seller to insert the product after registration?

(Sorry i can’t edit the question past)

Thank’s

September 9, 2014 at 2:28 pm in reply to: Insert field on registration form 26535
Federica Canton Federica Canton This reply has been marked as private.
Viewing 7 Topics - 1 through 7 (of 7 total)