Author | Posts |
---|---|
March 14, 2015 at 4:28 pm 39127 | |
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:
Thread #39016: 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: 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 Thread #39052: Thank You 🙂 |
March 15, 2015 at 6:55 am 39147 | |
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, |