Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years, 6 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: only 2 related products on the product page – woocommerce

    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.

    8 years, 6 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: WooCommerce cart always in english.
    This reply has been marked as private.
    8 years, 6 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: only 2 related products on the product page – woocommerce

    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,
    		) );
    	}
    }
    8 years, 6 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: only 2 related products on the product page – woocommerce

    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.

    8 years, 6 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: only 2 related products on the product page – woocommerce

    Hello.
    Are there any news about this?
    Thank you in advance.

    8 years, 6 months ago SoftPlaceWeb
    Participant

    Expired

    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.

    8 years, 6 months ago SoftPlaceWeb
    Participant

    Expired

    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.

    8 years, 7 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: only 2 related products on the product page – woocommerce

    Hello.
    I’m still waiting for your response.
    Thank you in advance.

    Gianmaria Generoso

    8 years, 7 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: only 2 related products on the product page – woocommerce

    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

    8 years, 7 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: There is some invisible space on mobile

    It works, thank you very much.
    Have a nice day.
    Gianmaria Generoso.

    8 years, 10 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: Mega menu is not working correctly

    Ok, 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.

    8 years, 10 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: Mega menu is not working correctly

    Hello.

    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.

    8 years, 10 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: Set faq tabs order

    Hello.

    I think you misunderstood.

    I need to reorder tabs, so the faq categories, and not the categories’s posts.

    Thanks in advance.

    8 years, 10 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: Mega menu is not working correctly

    I 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.

    8 years, 10 months ago SoftPlaceWeb
    Participant

    Expired

    in reply to: Mega menu is not working correctly

    Hello.

    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.

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

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password