Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #869489

    Almost finished website and want to move to live server but the following things are holding me back.

    • No shopping cart icon visible in header after update 4.2
    • WooCommerce pages (Shop, product, category and checkout) no transparant header

    The first thing seems a bug to me, the second part is probably to solve with css. How do I set transparant header to all post types (and even better a default content section).

    So right now I have the following layouts: https://voorbeeld-website.nl/kalk-co-kalkverf/ for all pages and https://voorbeeld-website.nl/winkel/ for my shop. I want the last to have the same look as the first but cannot find where to change this. The brown header should be set somewhere but I cannot find it.

    #869516

    Also I have added site description the way you suggested, would love to hide it on scroll. How to achieve this?

    #870142

    Hi davelaar,

    Did you build the shop page with Advanced Layout Builder or is it a default shop page?
    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

    
    .html_burger_menu_active #header_main .menu-item.cart_dropdown {
      display: block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #870413

    Shopping cart Icon is as it should be now. I have tried both default shop page as a custom page with advanced layout builder. The last option works great, but then how to achieve this for product/categorie pages and checkout steps?

    #870414

    Also how to hide text “KALKVERF EN BETONSTUC” (site description below logo) on scroll. Should be simple css I suppose but I really can not find this one.

    #870477

    Hi davelaar,

    Customization of the shop pages is out of the scope of our support, you could hire a freelancer to do it for you.

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

    
    #header.av_header_transparency .site_description {
      display: block;
    }
    #header .site_description {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #870479

    Totally understand that. But hoped for some more woo commerce options in the theme. Right now it just looks a bit different from the rest of the site and I don’t like that. For the rest, great theme with awesome support.

    #870528

    Hi davelaar,

    Glad we could help :)

    Those options are more or less always available, but you have to modify templates and write code.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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