-
AuthorPosts
-
October 27, 2017 at 9:36 am #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.
October 27, 2017 at 11:23 am #869516Also I have added site description the way you suggested, would love to hide it on scroll. How to achieve this?
October 29, 2017 at 5:50 pm #870142Hi 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,
VictoriaOctober 30, 2017 at 11:33 am #870413Shopping 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?
October 30, 2017 at 11:34 am #870414Also 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.
October 30, 2017 at 2:36 pm #870477Hi 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,
VictoriaOctober 30, 2017 at 2:39 pm #870479Totally 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.
October 30, 2017 at 3:53 pm #870528Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.