Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)
  • in reply to: "Rand" order for products carousel #54175
    mr_pa
    Member
    Post count: 31

    I solved.

    If anyone needs this tweak, add to file sf-products.php after line 223:

     else if ($asset_type == "best-sellers") {			
    			$args = array(
    				    'post_type' => 'product',
    				    'post_status' => 'publish',
    				    'product_cat' => $category,
    				    'ignore_sticky_posts'   => 1,
    				    'orderby' => 'rand',
    				    'posts_per_page' => $item_count
    				);
    
    in reply to: WooCommerce 2.1 Compatibility #48653
    mr_pa
    Member
    Post count: 31
    This reply has been marked as private.
    in reply to: WooCommerce 2.1 Compatibility #48618
    mr_pa
    Member
    Post count: 31

    Hi ED,

    with the latest update (1.63) the “change password” tabs section in my account page is back but unfortunately the function that is used is deprecated wc_get_template( ‘myaccount/form-change-password.php’ ); .

    You should fix it using wc_customer_edit_account_url().

    Would you please tell me how to overcome to this bug?

    Thanks in advance.

    in reply to: WooCommerce 2.1 Compatibility #48394
    mr_pa
    Member
    Post count: 31

    Hi Ed,

    after some tests i’m still having an issue with the result-count.php.
    After upgrading, the “number of products showed” option in the categories page isn’t available anymore.

    Any suggestion?

    P.

    in reply to: WooCommerce 2.1 Compatibility #48237
    mr_pa
    Member
    Post count: 31

    Hi ED,

    just FYI the woocommerce guys recommend to update the variable.php file. Some people in fact are referring some issues during the “add to cart” variable products process.

    in reply to: WooCommerce 2.1 Compatibility #48202
    mr_pa
    Member
    Post count: 31

    You are right ED there is a brand new file in WC for responsive device layouts.

    assets/css/woocommerce-smallscreen.css
    only screen and (max-width: 768px)

    in reply to: WooCommerce 2.1 Compatibility #48200
    mr_pa
    Member
    Post count: 31

    Hi ED,
    i sent you a message via the themeforest profile form.
    I carry on with the debugging tests.

    Thanks.

    in reply to: WooCommerce 2.1 Compatibility #48127
    mr_pa
    Member
    Post count: 31

    I’ve found right know another deprecated function in “My Account” Page:

    Woocommerce->show_messages

    in reply to: WooCommerce 2.1 Compatibility #48124
    mr_pa
    Member
    Post count: 31

    Hi Ed,

    i’m testing the latest theme update (1.62) and i found some woocommerce deprecated functions:

      Woocommerce->nonce_field
      Woocommerce->attribute_label

    they come up in the single page product reviews tab and attributes tab.
    Any suggestion in order to fix them?

    Tomorrow i’m gonna further for the debugging/testing process and if will find others bugs i will let you know.

    Regards.

    in reply to: Woocommerce 2.1 Compatibility – DEV. QUESTION #47754
    mr_pa
    Member
    Post count: 31

    @ Ed: good to know. I hope everything will work fine 🙂

    @ creatorofstuff : to be honest i made to some test in a local evinroment and i didn’t switch back to the previous WC version. I know that is too late but you shuold keep patient until the next update of the theme. I suppose (i hope honestly) that all the compatybility issues will be resolved.

    It’s a good idea to follow the development process of the plugin in order to know if the future updates will make some seriuous conflic with the theme and, of course, make a local installation of your live site and make some testing before go live.

    in reply to: Woocommerce 2.1 Compatibility – DEV. QUESTION #47681
    mr_pa
    Member
    Post count: 31

    Guys, some filters have been changed and some woocommerce pages have been removed.

    So the only thing that we can do is waiting for an update.

    I hope very soon for everybody 😉

    in reply to: Fix for oAuth Twitter Feed 2.1.4 #38175
    mr_pa
    Member
    Post count: 31

    Hi there,

    now it works 😉

    in reply to: Fix for oAuth Twitter Feed 2.1.4 #38172
    mr_pa
    Member
    Post count: 31

    Hi there after the last update, the widget doesn’t work anymore.

    This is the error that i get back:

    Warning: array_slice() expects parameter 1 to be array, null given in ..../plugins/oauth-twitter-feed-for-developers/StormTwitter.class.php on line 80

    in reply to: Shortcode generator broken #37664
    mr_pa
    Member
    Post count: 31

    I’ve checked further and i figured out that the shortcode generator doesn’t work with the new image banner code.

    in reply to: Shortcode generator broken #37663
    mr_pa
    Member
    Post count: 31

    Here the same with chrome!

    Please Fix!

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