Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
both pages that are being called out in the error logs are referring to the same lines of code –
function wc_get_loop_class() { global $woocommerce_loop; $woocommerce_loop['loop'] = ! empty( $woocommerce_loop['loop'] ) ? $woocommerce_loop['loop'] + 1 : 1; $woocommerce_loop['columns'] = ! empty( $woocommerce_loop['columns'] ) ? $woocommerce_loop['columns'] : apply_filters( 'loop_shop_columns', 4 ); if ( 0 === ( $woocommerce_loop['loop'] - 1 ) % $woocommerce_loop['columns'] || 1 === $woocommerce_loop['columns'] ) { return 'first'; } elseif ( 0 === $woocommerce_loop['loop'] % $woocommerce_loop['columns'] ) { return 'last'; } else { return ''; } }
Is there anyway to globally turn this off? I just updated to the newest theme / swift framework and now all my rows have shadows on them!
This is a good post to read –
http://www.swiftideas.com/forums/topic/instagram-api-update/
Perfect.
Thanks Kyle.This reply has been marked as private.Ok, function has been added. I will monitor the errors to see if this comes up again.
Thanks
This reply has been marked as private.This reply has been marked as private.I am on the most current version 1.7.7
I’ve been having the same issue that Brooke mentioned. I had no idea that the current framework is on 1.7.7
No notices on the Dashboard and I have been working off of version 1.6.6 with the most current version of Atelier. Would there be any conflicts to letting this happen? I do agree that adding the most recent version in the theme updates would be the best bet to go along with the other premium theme updates (Quickview, Revolution Slider, etc…)
-
Posted in: We hit Power Elite.