Home Forums WoodMart support forum Infinite scrolling enable

Infinite scrolling enable

Viewing 26 posts - 31 through 56 (of 56 total)
  • Author
    Posts
  • #581441

    Hello,

    Please follow this guide:
    https://barn2.com/blog/woocommerce-manage-stock-at-variation-level

    Best Regards.

    #581683

    Mike
    Participant

    good morning

    #581691

    Mike
    Participant

    help

    #581695

    Mike
    Participant

    open ticket

    #581747

    Hello,

    Read more button appears only if the product does not have the price, or if the product is out of stock. This is not related to our theme, this is how WooCommerce plugin works. You can enable Storefront theme and check.

    If you want to hide the read more button, try to add the following php code in the funcion.php of the child theme.

    if (!function_exists('woocommerce_template_loop_add_to_cart')) {
    	function woocommerce_template_loop_add_to_cart() {
    		global $product;
    		if ( ! $product->is_in_stock() || ! $product->is_purchasable() ) return;
    		wc_get_template('loop/add-to-cart.php');
    	}
    }

    Best Regards.

    #581820

    Mike
    Participant

    hide the read work.

    #581875

    Mike
    Participant

    with the other issues will we fix them?

    #581878

    Mike
    Participant

    2. Do we solve the second in this way?

    #581927

    Mike
    Participant

    Infinite Scrolling page load stop working why???

    #582042

    Hello,

    Please follow this complete guide how the woocommerce inventory settings works:
    https://barn2.com/blog/woocommerce-manage-stock-at-variation-level

    Best Regards.

    #582541

    Mike
    Participant

    Hello Aizaz,
    can you help me if the class are correct in the theme?
    my reasoning is simple but it doesn’t work and I think I’m doing something wrong with the class the theme?

    Thank you

    #582610

    Hello,

    Sorry to say Can you please share some screenshots of what you actually want, so I will check and give you a possible solution?

    Best Regards.

    #582655

    Mike
    Participant

    ok look

    #582687

    Hello,

    Sorry to say but we didn’t seem to understand your concern properly. Could you please elaborate on your concern more with some useful Screenshots so that we can better understand and assist you accordingly of what you actually want.

    Best Regards.

    #582690

    Mike
    Participant

    I will tell you in detail later. Now I want to fix this immediately. please
    Infinite scrolling back page

    #582700

    Hello,

    Please go to Settings > Permalinks > and change structure to Plain > Save and check again.

    Best Regards.

    #582712

    Mike
    Participant

    if they enter plan instead of post name, the whole site will be wrong.
    this doesn’t work

    #582715

    Mike
    Participant

    the problem is this.

    #582717

    Mike
    Participant

    I found the problem

    #582742

    Mike
    Participant

    I want a solution

    #582830

    Hello,

    01. Which issue you have faced after changing the permalink. Can you please change the permalink and browse the site again and check the issue. Now I have checked your site and it is working fine.

    02. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-load-more-loader .load-more-loading { 
    display: none !important; 
    } 
    
    .wd-load-more:not(:hover) {
     display: none !important; 
    }

    Best Regards.

    #582872

    Mike
    Participant

    that’s how it is and it doesn’t work. It does not return you to the page you were on. What is the problem? Look screenshot pic and video.

    #582949

    Hello,

    Please see this video. It is working fine.
    https://uploadnow.io/f/ghwQYWV

    Best Regards.

    #582958

    Mike
    Participant

    i work without that’s what I’m explaining to you.
    wd-load-more:not(:hover) {
    display: none !important;
    }

    #582966

    Mike
    Participant

    that’s what I’m explaining to you.

    #583009

    Mike
    Participant

    Did you see it again?

Viewing 26 posts - 31 through 56 (of 56 total)