Seller Menu issue in Responsive mode

This topic contains 7 reply and 3 voices, and was last updated by Gary 10 years, 4 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
June 5, 2014 at 3:34 pm 21469
Gary Menu in Responsive Mode https://www.dropbox.com/s/e6xane9g7a9psjm/Screen%20Shot%202014-06-05%20at%205.25.10%20PM.png How do i fix the black menu, it is so long, when in responsive mode, after seller login to their dashboard.
June 5, 2014 at 3:41 pm 21470
Nizam Uddin Nizam Uddin

Hello
Sorry for inconvenience! I will forward it to development team. Thank you..

June 5, 2014 at 9:48 pm 21479
shahrulnizat shahrulnizat

Hi, i am not sure whether this is permanent solution.
i did comment out the code below. do advise me if this could affect other areas.

from script.js, line 22

// set dashboard menu height
var dashboardMenu = $(‘ul.dokan-dashboard-menu’),
contentArea = $(‘#content article’);

if ( contentArea.height() > dashboardMenu.height() ) {
removed! //dashboardMenu.css({ height: contentArea.height() });
}

June 9, 2014 at 11:04 pm 21653
Gary Gary

Hello shahrulnizat, I’m looking to change this too, have you had any issues elsewhere after altering this code? My coding knowlege is limited but using firebug I was able to pinpoint the area to manipulate being

    , however I cant find this code and I’m unsure which file it would be in. If ‘598px’ is replaced with ‘auto’ in firebug, the result comes back to what I was looking for. Does anyone know how I can locate the file that firbug extracts the code as its not a css edit area.
June 10, 2014 at 3:29 pm 21700
Nizam Uddin Nizam Uddin

Hello Guys
Dokan V1.0.5 just released. Seller dashboard responsive problem fixed in this version.

June 10, 2014 at 4:01 pm 21707
Gary Gary

Oh that’s great Nizam, thanks for letting us know. I have made some changes to the CSS and worried if I update I will lose them, are their any links on how to create a child theme for this theme that you could forward a link to?

Kind regards

Gary

June 10, 2014 at 4:18 pm 21710
Nizam Uddin Nizam Uddin

Hello Gary
Here is simple instruction for dokan child theme http://wedevs.com/support/topic/several-problems/#post-21677
Hopefully we will write details tutorial about this very soon. Thank you..

June 10, 2014 at 7:30 pm 21727
Gary Gary

Thank you Nizam, thats great!

Kind Regards

Gary

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