Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #882692

    Hi Kriesi-Team.

    Is there a possibility to get the same look of a Woocommere sidebar menu on the whole menu structure?

    At the moment I get a menu layout for the categories, which includes seperated background color an right aligned text (which I would prefer as standard menu layout).
    When I get on the single products, the menu looses the background color and the text is aligned left.

    Both (the categories and the single products) got the same “Shop overview page”-widget of Woocommerce to be used.

    Please see further details in the private content area.

    Thanks for your help. :-)

    Greetings,
    Manuel

    #883320

    Hi Kriesi-Team.

    Second try. :-)
    I guess, your just very busy at the moment, so this should just be a try to “keep in mind”.

    Thanks for your help.

    Greetings
    Manuel

    #883693

    Hi Manuel,

    Sorry for the late reply. The .htaccess details are not working, could you check and verify that they are working please?

    Best regards,
    Rikard

    #884558
    This reply has been marked as private.
    #884916

    Hi,

    Please see private.

    Best regards,
    Rikard

    #884952

    Hi Rikard.
    Please see my info in the private content area, too. :-)

    Thanks and greetings
    Manuel

    #885393

    Hi,

    Ok, that worked better. I think we have a function in place to correct that since capital W and P is the correct way of writing WordPress.

    As for your problem; is it the grey background you want to remove when clicking one of the categories in the sidebar?

    Best regards,
    Rikard

    #885449

    Hi Rikard.

    Perfect! :-) After reading the mentioned word the fifth or sixth time I also got the idea, that upper- and lowercase letters are just autocorrected.

    Please see my infos in the private content.

    Thanks a lot for your patience and help.

    Greetings
    Manuel

    #885899

    Hi,

    Ok, thanks for the feedback. Let’s start off with the background colour, let me know if this works out for you:

    .sidebar .menu-item-has-children .sub-menu {
      background-color:#ddd;
    }

    Best regards,
    Rikard

    #886395

    Hi Rikard.

    Step by step – good idea. :-)

    Thanks for the code. It worked very well in that way, that I now know, I don´t want a grey background anymore. :-)

    By using the code I was able to see, that the sidbare menu is seperated in different areas (because the code didn´t work for all areas in the menu).

    By combining it with another sidebarcode, which I´ve already got from your teammate Victoria, I could do some changes in that direction, the sidebar should look like – but I would need some further assistence please.

    Please see the details in the private content area.

    Thanks for your help and greetings.
    Manuel

    #886436

    Hi Manuel,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .widget_nav_menu li {
        text-align: left;
    }
     .main_color .widget_nav_menu ul:first-child>.current-menu-item {
       background: #fff;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #886442

    Hi Victoria.
    Fantastic – the code works great.:-) And thanks for the quick answer.

    Do you think there´s a possibility for the third problem mentioned in my last post (selected category-word should be boldstyle or coloured when you are on a single product page)?

    Thanks a lot and greetings.
    Manuel

    • This reply was modified 6 years, 11 months ago by Dataplus_gmbh.
    #886603

    Hi Manuel,

    There is now special class added to indicate the parent category and so there is no easy solution with css. There has to be logic that put that class there and that kind of customization is out of the scope of our support.

    Best regards,
    Victoria

    #887268

    Hi Victoria.

    Ah ok, thanks for your reply.
    You mean, the class is added by the woocommerce-plugin? Because no things in this project were added by an external service exept your support by this forum.

    Greetings
    Manuel

    #887411

    Hi Manuel,

    No, no class added by the theme to the menu. WooCommerce has nothing to do here.

    Best regards,
    Victoria

    #887797

    Hi Victoria.

    So you mean: you added the new class for the parent directory with goodwill for my woocommerce-problem, but the further costumization is no more problem of your team? Am I right now? ;-)

    Greetings
    Manuel

    #887909

    Hi Manuel,

    No, we did not add any class. We just gave you css to make it look like you need, but there is no indication of the current category in the widget and so we cannot give you css for that.

    Best regards,
    Victoria

    #887932

    Hi Victoria.

    Now I got your intention – in your first post for that topic (#886603) you wrote a “now” instead of a “no”. So I misunderstood your post. :-)
    Ok, no problem. Of cause, that´s logic.

    So, I guess this thread can be closed – all I asked for and was done by you looks definately like it should. :-)

    Greetings
    Manuel

    • This reply was modified 6 years, 11 months ago by Dataplus_gmbh.
    #887977

    Hi Manuel,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.