«Rubber» design

This topic contains 5 reply and 2 voices, and was last updated by Artem 9 years, 10 months ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
May 7, 2014 at 8:33 pm 20078
Artem Hello! Please tell me, you plan in the future the support of rubber design? (like amazon.com) I think, that Dokan is perfect (really), but hard design of theme is single serious drawback. I made a rubber design myself (see burer.ru), but worry, that after new versions of Dokan i have to edit code again. Maybe, you add the ability to customize the template for use full screen width and customize products previews and product page? If the opportunity arises, I will send to you all my life a rays of thanks :)
May 7, 2014 at 11:56 pm 20100
Tareq Hasan Tareq Hasan

Thats why the idea of child themes came 😀

You can just create a child theme and it’ll have all the features of the parent theme. Even if you update the main theme, your child theme will not be updated and all of your codes will still be there. Read more here

May 8, 2014 at 12:20 am 20103
Artem Artem

OMG, this genious! Thanks : )

May 8, 2014 at 1:31 pm 20127
Artem Artem

Hm, i can’t change Dokan styles from child theme. For sample:

/*
Theme Name: Maggot – Dokan child theme
Template: dokan
Description: Add some things to Dokan theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import
url(“../dokan/style.css”);

body {
background: #FF0000;
}

Not working. And other changes by child theme not change Dokan styles. But this working with other (not Dokan) themes… What i do wrong?

May 8, 2014 at 7:39 pm 20149
Artem Artem

Please, help.

May 8, 2014 at 10:06 pm 20165
Artem Artem

Found this: wedevs.com/support/topic/child-theme-3/

Thanks, Simon.

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