Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • in reply to: Hero image doesn't match the demo #215400
    michaeljh
    Member
    Post count: 17

    Thanks, Kyle.

    Where can I look up these variables and their values? Are the useful ones maybe in one or two php files that you can point me to? I’m very capable of reading php. I am more than your average user.

    These url variables make it easier to view different options without having to go through the wordpress/swift page builder/preview changes route.

    in reply to: Hero image doesn't match the demo #215397
    michaeljh
    Member
    Post count: 17

    btw where do I find a list of these url parameters and values?

    • layout=full-width

    I find it very useful.

    in reply to: Hero image doesn't match the demo #213081
    michaeljh
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: Upsell products only showing one item #202392
    michaeljh
    Member
    Post count: 17

    Oops sorry, it was in my functions.php.

    Marking this as resolved.

    in reply to: Upsell products only showing one item #202121
    michaeljh
    Member
    Post count: 17

    Thanks Ed for the fix.

    One question for you, how do I remove the upsell div after the woocommerce-tabs div? It used to be contained in product-after-summary but that div is now gone? It seems to default to upsell when their is no page-builder content given to the product.

    I just feel the second upsell is redundant when it’s already in the product summary.

    in reply to: Upsell products only showing one item #201329
    michaeljh
    Member
    Post count: 17

    When is the new update going to be released?

    -Winston

    in reply to: Upsell products only showing one item #200094
    michaeljh
    Member
    Post count: 17

    Any update on this?

    in reply to: Upsell products only showing one item #199843
    michaeljh
    Member
    Post count: 17
    This reply has been marked as private.
    in reply to: Upsell products only showing one item #199534
    michaeljh
    Member
    Post count: 17

    I updated both theme and framework and the problem is still there. Could someone look into this?

    Someone reported the same issue back in Apr 27 (point #3) http://www.swiftideas.com/forums/topic/some-issues-4/ and this issue is still not addressed by anyone.

    BTW, if you resize the browser window the thumbnails recompute their positions and they show correctly afterwards.

    in reply to: figcaption sometimes shows, sometimes don't #197607
    michaeljh
    Member
    Post count: 17

    This is the code in the theme’s woocommerce/content-product.php that display <figcaption>

    I can see that this product’s display type is “gallery”. Why is that?? Where is this setting???

    <div><?php echo $product_display_type; ?></div>

    <?php if ($product_display_type != “standard”) { ?>
    <figcaption>
    <div class=”thumb-info”>
    <?php do_action( ‘woocommerce_before_shop_loop_item_title’ ); ?>
    <h4><?php the_title(); ?></h4>
    <?php
    $size = sizeof( get_the_terms( $post->ID, ‘product_cat’ ) );
    echo $product->get_categories( ‘, ‘, ‘<h5 class=”posted_in”>’, ‘</h5>’ );
    ?>
    <?php if ( class_exists( ‘Woocommerce_German_Market’ ) ) { ?>
    <div class=”gm-hover-price-wrap”>
    <?php
    /**
    * woocommerce_after_shop_loop_item_title hook
    *
    * @hooked woocommerce_template_loop_price – 10
    */
    do_action( ‘woocommerce_after_shop_loop_item_title’ );
    ?>
    </div>
    <?php } else { ?>
    <h6><?php woocommerce_template_loop_price(); ?></h6>
    <?php } ?>
    </div>
    </figcaption>

    in reply to: figcaption sometimes shows, sometimes don't #197606
    michaeljh
    Member
    Post count: 17

    I deactivated all plugins except for swift and woocommerce and the issue is still there.

    in reply to: figcaption sometimes shows, sometimes don't #197605
    michaeljh
    Member
    Post count: 17

    It looks like a bug. I noticed that the figcaption only happens for products that have up-sells setup.

    Also, is there another way to change how the up-sell products look? Currently it seems to be only available from the “+” and it only shows one product.

    in reply to: Footer broken after latest update #135489
    michaeljh
    Member
    Post count: 17

    The issue I am having is any second div widget (highlighted in the attached screenshot of Chrome inspector) is appearing outside of the “footer-widgets” div.

    What’s going on here? thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Footer broken after latest update #135488
    michaeljh
    Member
    Post count: 17

    Hi,
    I have the same issue, I looked in the function.js file and I am seeing this line instead:
    ightboxThumbs = sfOptionParams.data(‘lightbox-thumbs’) ? true : false,

    when was the update with the fix released?

    I am already on version 2.0.3

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