Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • in reply to: Language Switcher simplification #312133
    kommuni
    Member
    Post count: 16
    This reply has been marked as private.
    in reply to: SVG logo sizing and placement issue #312009
    kommuni
    Member
    Post count: 16

    It looks like this is primarly desktop related. On the iPad/iPhone the SVG logo shows up nice and clear.

    in reply to: Cart & Account in right part of Top Bar #311997
    kommuni
    Member
    Post count: 16

    I guess no answer means that this is not possible?

    in reply to: SVG logo sizing and placement issue #311996
    kommuni
    Member
    Post count: 16

    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?

    in reply to: Use FAQs with VC instead of SPB #311868
    kommuni
    Member
    Post count: 16

    Ok, but this needs the page builder beeing activated, right? Because this shortcode doesn’t work without the page builder active on our site.

    in reply to: Use FAQs with VC instead of SPB #311863
    kommuni
    Member
    Post count: 16

    I’m still confused. So just to be clear: There is no shortcode to simply place the FAQs without the SPB?

    kommuni
    Member
    Post count: 16

    Found 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/

    in reply to: Use FAQs with VC instead of SPB #311852
    kommuni
    Member
    Post count: 16

    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,
    Frank

    in reply to: Cart & Account in right part of Top Bar #311832
    kommuni
    Member
    Post count: 16

    Additionally 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.

    in reply to: Move full menu / mobile menu switch to different breakpoint #311828
    kommuni
    Member
    Post count: 16

    Thank you, this works.

    in reply to: Change Cart Layout #311827
    kommuni
    Member
    Post count: 16

    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.

    kommuni
    Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Custom Product page #301837
    kommuni
    Member
    Post count: 16

    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.

    in reply to: Custom Product page #301830
    kommuni
    Member
    Post count: 16

    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”?

    in reply to: Custom Product page #301828
    kommuni
    Member
    Post count: 16

    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

Viewing 15 posts - 1 through 15 (of 15 total)