Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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 );
This reply has been marked as private.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.
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.
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.
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)Hi ED,
i sent you a message via the themeforest profile form.
I carry on with the debugging tests.Thanks.
I’ve found right know another deprecated function in “My Account” Page:
Woocommerce->show_messages
Hi Ed,
i’m testing the latest theme update (1.62) and i found some woocommerce deprecated functions:
-
Woocommerce->nonce_field
Woocommerce->attribute_labelthey 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.
@ 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.
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 😉
Hi there,
now it works 😉
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
I’ve checked further and i figured out that the shortcode generator doesn’t work with the new image banner code.
Here the same with chrome!
Please Fix!
-
Posted in: We hit Power Elite.