Forum Replies Created
-
Hello, and thank you for you support.
I have only one more question.
Why related products are sometime totally unrelated to the product shown?
I see related product from other categories, that are not related to the product you are seeing.
Thank you in advance.
in reply to: WooCommerce cart always in english.This reply has been marked as private.Hello.
I’ve looked ad the file you told, but i didn’t found the line you’re talking about.
I have something similar, but even if i changed column to 4 and limit to 4, it’s not working.if ( ! function_exists( 'woocommerce_cross_sell_display' ) ) { /** * Output the cart cross-sells. * * @param int $limit (default: 2) * @param int $columns (default: 2) * @param string $orderby (default: 'rand') * @param string $order (default: 'desc') */ function woocommerce_cross_sell_display( $limit = 4, $columns = 4, $orderby = 'name', $order = 'desc' ) { global $woocommerce_loop; if ( is_checkout() ) { return; } // Get visble cross sells then sort them at random. $cross_sells = array_filter( array_map( 'wc_get_product', WC()->cart->get_cross_sells() ), 'wc_products_array_filter_visible' ); $woocommerce_loop['name'] = 'cross-sells'; $woocommerce_loop['columns'] = apply_filters( 'woocommerce_cross_sells_columns', $columns ); // Handle orderby and limit results. $orderby = apply_filters( 'woocommerce_cross_sells_orderby', $orderby ); $cross_sells = wc_products_array_orderby( $cross_sells, $orderby, $order ); $limit = apply_filters( 'woocommerce_cross_sells_total', $limit ); $cross_sells = $limit > 0 ? array_slice( $cross_sells, 0, $limit ) : $cross_sells; wc_get_template( 'cart/cross-sells.php', array( 'cross_sells' => $cross_sells, // Not used now, but used in previous version of up-sells.php. 'posts_per_page' => $limit, 'orderby' => $orderby, 'columns' => $columns, ) ); } }Hello.
Isn’t there a way to do this with actions and hooks in functions.php file?
If we do this, we need to redo the mod every time we update wordpress, and you know wp and woocommerce has a lot of updates.Thanks in advance.
Gianmaria Generoso.Hello.
Are there any news about this?
Thank you in advance.in reply to: WooCommerce cart always in english.Hello.
The po file are exactly as you described, but isn’t working.
Screenshot:
https://i.imgur.com/PJuoI5I.png
Thanks in advance.in reply to: WooCommerce cart always in english.Hello.
I’ve found the translatable string, but is not working.
I’ve put an it.po file in /specular/lang, then i’ve looked at the available translations with the plugin loco translator. The plugin see my file as a new language, and i don’t have the new translated strings on my website.Thank you in advance.
Gianmaria Generoso.
Hello.
I’m still waiting for your response.
Thank you in advance.Gianmaria Generoso
Hello,
Sorry but i can’t give you ftp credentials, but i can give you a full WordPress admin access, that you already have in my account informations.
If you don’t find what are you looking for, i can paste directly here the whole file you need to read.Thank you in advance.
Gianmaria Generoso
in reply to: There is some invisible space on mobileIt works, thank you very much.
Have a nice day.
Gianmaria Generoso.in reply to: Mega menu is not working correctlyOk, thank you.
But i still waiting a reply for the centered mega menu. Thank you in advance.
Is there any mega menu plugin that i can use with this theme? Thanks.
in reply to: Mega menu is not working correctlyHello.
I wrote my admin credentials in my account, you now should see them.
Yes, i’ve a woocommerce zoom plugin.
The problem is not what you described, i will try to explain it point by point.
> open a submenu, in this case “collezioni”
> try to click on every submenu item
> you can’t click because the submenu disappear and the zoom is now active.
The menu already have a higher z-index that the zoom element, but it still not working.
Thank you in advance.
in reply to: Set faq tabs orderHello.
I think you misunderstood.
I need to reorder tabs, so the faq categories, and not the categories’s posts.
Thanks in advance.
in reply to: Mega menu is not working correctlyI also have another problem.
If you go on the product page and try to open the mega menu, the product zoom will hide the menu.
Link: https://biornshoes.wpdev.it/prodotto/lorem-ipsum/
Thanks in advance.
in reply to: Mega menu is not working correctlyHello.
Sorry, but your code is not working.
I’ve put the code in style.css (child theme) and then in the theme’s settings, but is still not working.
Thank you.