Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.
It looks like this is primarly desktop related. On the iPad/iPhone the SVG logo shows up nice and clear.
I guess no answer means that this is not possible?
any updates on this?
I also have issues with SVG Logos. It looks like the theme is trying to calculate a height/width from the logo image which doesn’t work on SVG.
Is there any chance to make SVG Logos working with Atelier?
Ok, but this needs the page builder beeing activated, right? Because this shortcode doesn’t work without the page builder active on our site.
I’m still confused. So just to be clear: There is no shortcode to simply place the FAQs without the SPB?
January 30, 2017 at 4:30 pm in reply to: "Variation #123 of $productname" in Flyout Cart and error messages #311861Found a fix that seems to do the trick. It looks like the problem is indeed in the framework files which don’t seem to be overwritable by the child theme.
in swift-framework/core/sf-woocommerce.php line 600.
Here’s what I did to fix it:
//$product_title = $_product->get_title(); $product_title = apply_filters( 'woocommerce_cart_item_name', $_product->get_title(), $cart_item, $cart_item_key );
Found this solution on the WPML forums where they fixed it for a customer https://wpml.org/forums/topic/variable-product-title-not-translated-in-shopping-cart-drop-down/
Hi Rui,
just to make sure: So there’s not other way to use the FAQ then going this weird route via the SPB sections? We’re not using the SPB at all otherwise so I would really like to avoid doing it that way.
Thanks,
FrankAdditionally to putting both in the top bar I would bei interested in switching of the flyout cart if possible. Just a link to the main cart would be good for me.
January 30, 2017 at 2:33 pm in reply to: Move full menu / mobile menu switch to different breakpoint #311828Thank you, this works.
Thanks for helping, I was talking about the main cart.
I already found my solution in copying the cart.php over to the child theme and modifying it.
January 30, 2017 at 2:32 pm in reply to: "Variation #123 of $productname" in Flyout Cart and error messages #311826This reply has been marked as private.I’m using the VC row, the SPB is switched off.
I just found what seems to be the problem. In the single-product.php the “container” class is only added to the surrounding div if a sidebar for a product is enabled.
<?php if ($sidebar_config != "no-sidebars") { ?> <div class="container"> <?php } ?>
As soon as this is commented out (and the closing tag too) it works with visual composer rows. Looks good so far.
thanks but I don’t find “Row type” in the settings of the Row. What exactly do you mean? Where can I select “has contained”?
Hi,
thanks but I indeed want to customize the page as much as possible not only below the default product page elements. I already managed to get VC installed and the addon does a good job with single WooCommerce elements.
My only problem left is that it works great for single pages but whenever displaying products it stretches everything to full width.
Any idea where this may come from?
Thanks,
Frank -
Posted in: We hit Power Elite.