daniel
asked 11 years ago

Hi,we are aRental for movie equipment, so we need a lot of subcategories in our shop structure.  But in your theme theres no possibility for an dropdown menu directly in the shop in any sidebar. with jigoshop it apperars but doesnt work because it is too large for the skin..
any workarounds
cheers dan

daniel best
replied 11 years ago

Oh ok, i should send a pic… The dropdown is working on other pages it only doesnt work on wallpress shop page properly. You only see the first three categories but you cant scroll down… And its cropped on the right side..
Now i dont know if this is an wallpress or jigoshop issue

4 Answers
well wisher
answered 11 years ago

Did you try using the “shop sidebar” in dashboard >>appearance>>widgets try putting your shop categories over there and they will only show up in your shop showcase page with scroll down

well wisher
answered 11 years ago

can you please drop the link of your website here…so that community can see what the real problem is and support you better…

DominicStaff
answered 11 years ago

Hello Daniel ! 
Please send me username & password of your site (via private answer) for further checking.

daniel best
replied 11 years ago

Oh would if i could its not online yet, ill send you a pic or you easily would see the issue if you try jigoshop free and check the dropdown option in drag drop shop sidebar section. With some shop categories and subcategories you then see that the theme is too short for scrolldownmenu and can not scroll only for milisec when you refresh the site

DominicStaff
answered 11 years ago

Hi Daniel !
To resolve the Category drop down issue in the sidebar, you can add the following code to the Header Code (Dashboard > Appearance > Customize > Custom Code)

 <style>
#main {
    padding: 50px 8px 10px 250px;
}
#sidebar {
    width: 240px;
}
</style>

Hope this helps !

daniel best
replied 11 years ago

HOLY MOLY! this solved the Problem!! Only the roll over scroll down is still disabled, but i can go down with the up and down buttons…
WOW thanks now i understand a lot more why custom code is needed for theme correction. Thanks

Powered by DW Question & Answer Pro