Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: Division By Zero #279814
    chanson
    Member
    Post count: 11

    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 '';
    	}
    }
    
    in reply to: Rows – shadow #277172
    chanson
    Member
    Post count: 11

    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!

    in reply to: Social Grid not displaying at all #273056
    chanson
    Member
    Post count: 11
    in reply to: Complete that Look… #255337
    chanson
    Member
    Post count: 11

    Perfect.
    Thanks Kyle.

    in reply to: Complete that Look… #255329
    chanson
    Member
    Post count: 11
    This reply has been marked as private.
    in reply to: PHP Warning #250484
    chanson
    Member
    Post count: 11

    Ok, function has been added. I will monitor the errors to see if this comes up again.

    Thanks

    in reply to: PHP Warning #249662
    chanson
    Member
    Post count: 11
    This reply has been marked as private.
    in reply to: PHP Warning #248912
    chanson
    Member
    Post count: 11
    This reply has been marked as private.
    in reply to: PHP Warning #248079
    chanson
    Member
    Post count: 11

    I am on the most current version 1.7.7

    in reply to: Updating swift framework #246597
    chanson
    Member
    Post count: 11

    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…)

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