Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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.
btw where do I find a list of these url parameters and values?
- layout=full-width
I find it very useful.
This reply has been marked as private.Oops sorry, it was in my functions.php.
Marking this as resolved.
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.
When is the new update going to be released?
-Winston
Any update on this?
This reply has been marked as private.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.
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>I deactivated all plugins except for swift and woocommerce and the issue is still there.
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.
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.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
-
Posted in: We hit Power Elite.