Viewing 2 Topics - 46 through 47 (of 47 total)
Author Posts
March 14, 2015 at 4:28 pm 39127
towhid towhid

Hello Jawad,

Bellow is my answer according to thread. Please match the answer with thread.

Thread #39002:

I did not clearly understand what you mean in this thread. Please write details on screenshot.

Thread #39014:
Please try the following code in style.css for ‘Add to Cart’ icon breakup issue:

.price del {
display: block;
} 

Thread #39016:
If you made any test product to cart page then it has a chance to appear at best selling section.

Alignment does not effect other column and this is not proportionate. So when any content add up in this section it will populate and expand and this is the idea needed for make the theme responsive. You can style this div with fixed height also.

All other image does not distort the alignment. I will suggest you to use of that size image for “Playstation 4″ as well and see its output.

Thread #39039:
I have tried to reproduced this issue but can’t replicate it . Please send me a screenshot.

Thread #39051:

You can fix it easily. Please open Dokan theme->includes->wc-template.php file. Now please find this function- function dokan_woo_breadcrumb( $args ). In this function you will find this line ‘home’ => _x( ‘<i class=”fa fa-home”></i> Home’, ‘breadcrumb’, ‘dokan’ ), and you have to replace this line as- ‘home’ => _x( ‘Home’, ‘breadcrumb’, ‘dokan’ ),.

Place this style at themes/dokan/style.css
.widget.dokan-category-menu #cat-drop-stack > ul > li .sub-category{
min-widht: 100% important;
}

Thread #39052:
Place this style at themes/dokan/style.css
.widget.dokan-category-menu #cat-drop-stack > ul > li .sub-category .sub-block{
float: none !important;
}

Thank You 🙂

March 15, 2015 at 6:55 am 39147
Mohammed Jawad Mohammed Jawad

Hi Towhid,

Thank you for those bug fixes, after I’ve had time to apply them I’ll get back to you with any further issues as well as screenshots for the unresolved ones.

Many Thanks,
Jawad

Viewing 2 Topics - 46 through 47 (of 47 total)