-
AuthorPosts
-
January 4, 2014 at 6:47 pm #205373
Hey guys,
1. I have a little problem with created layersliders. I want to display them on my shop landing page. I use Enfold in combination with woocommerce. Because I can post any other content above the shop page, I cant find the reason why the sliders wont be displayed. The only thing is that I can see a frame in size of the slider which I have created and chosed. This frame is placed where the slider supposed to stand – but not displayed. If I post the same slider on another page its no problem. How can I fix this? I think its nothing special, but I’ve already tried different settings in layer slider, like different slider sizes and so on.
2. Whats the quick CSS Code, to disable the smaller getting logo if you scroll up page. It just happens sometimes, but I would like to have a fixed logo size all the time.
3. How can I change the colour of product variations font? I mean the window where you can choose the different variations for the main product. It seems a bit to bright for me.
4. Whats the Quick CSS Code, to get a equal font colour for prodcut variations title. Its always alternating from a darker colour to a brighter colour in the next row and so on.
5. Is there a possibilty to get logos in partner slider with link and transparent background? If I connect a link to the partner logo the transparent background disapears and a white background comes. Doesnt matter whether the logo is png8,24 or gif. As soon as I put a link to it the transparent background is gone….
6. I created a blog on my page. Unfortunately the blog pictures are always smaller than the fixed given picture frame. Is there a possibilty to set the background of blog page into simple white, to avoid that problem? The other pages should stay with the chosen background, just blog page should get a white background.
Thank you very much!!
milatch
January 4, 2014 at 8:20 pm #205395Hi,
Can you post the link to your website please?
Regards,
JosueJanuary 4, 2014 at 8:35 pm #205398This reply has been marked as private.January 5, 2014 at 8:37 am #205519Hey!
1.) You can create a new shop page then insert the LayerSlider + Product Grid element. Deselect the page on Woocommerce > Settings > Pages > Shop Base Page.
2.) I don’t see the issue with the logo getting smaller but you can add this on Quick CSS:
.logo img { height: 97px !important; }
3.) Change the variation select text using this:
#top .main_color select { color: red; }
4.) Can you please post a screenshot?
5.) Add this to make the background transparent for logo/partner element:
#top .avia-logo-element-container .slide-image { overflow: visible; background: none; }
6.) You can use this to change the blog background:
.blog .container.template-blog { background: white; padding: 0 20px; }
Remove browser cache then reload the page a few times to see the changes.
Best regards,
IsmaelJanuary 5, 2014 at 4:32 pm #205570This reply has been marked as private.January 6, 2014 at 11:44 am #205779Hi!
Re 1) Because the WooCommerce shop plugin uses a custom template for the shop pages and this custom template does not support our template builder. If you want to feature some products on the homepage you can use the “Product Slider” or “Product Grid” elements in your advanced layout. Combining the Layerslider with the shop page is not possible.
Re 6) If you just want to remove the sidebar on the blog page without extending the blog with use following code
#top.blog #main .sidebar { display: none; }
If you want to use a white bg color for all table rows insert following code into the quick css field
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: #fff; }
Re “The second point is that in Germany, the point “forward to card” always stands below right, not left. How can I just witch those two blocks with eachother? So that “calculate delivery charges” is always left and cart amount block is always right.” and “carting out the point “calculate delivery charges”.
We just use the default WooCommerce checkout template and you probably need to modify it somehow. If you purchased a woocommerce extension I suggest to contact the WooCommerce plugin developers ( http://www.woothemes.com/support/ ) – maybe they can help you for free. Otherwise you can try to hire someone to modify the checkout templates for you – i.e. here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization
The same applies to the carting out issue – you would need to modify the php code or write a js code to pre-select the right dropdown item. CSS won’t help in this case.
Regards,
PeterJanuary 6, 2014 at 11:48 am #205781Hi!
Update – I just noticed you mean the link which then shows the shipping cost form. You can always display it with following css code
.shipping-calculator-form{ display: block !important; }
Cheers!
PeterJanuary 6, 2014 at 3:36 pm #205843Hey Peter,
okay thank you. I would like to have the fixed dark colour for those table rows only for font colour, not for the background. The background is fine. I just dont like the alternating colours in the different rows (like in the screenshots). They should be all the same.
Thank you
milatch
January 6, 2014 at 4:37 pm #205868Hey!
Please add following code to Quick CSS as well
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: black; }
Best regards,
YigitJanuary 6, 2014 at 5:01 pm #205875Hey,
perfect, thank you! Awesome support!
Best regards,
milatch
-
AuthorPosts
- The topic ‘little problem list:/’ is closed to new replies.