Home › Forums › WoodMart support forum › Infinite scrolling enable
Infinite scrolling enable
- This topic has 84 replies, 3 voices, and was last updated 6 months ago by Artem Temos.
-
AuthorPosts
-
July 6, 2024 at 10:23 am #581441
Aizaz Imtiaz AwanKeymasterHello,
Please follow this guide:
https://barn2.com/blog/woocommerce-manage-stock-at-variation-levelBest Regards.
July 8, 2024 at 10:18 am #581683
MikeParticipantgood morning
July 8, 2024 at 10:44 am #581691
MikeParticipanthelp
July 8, 2024 at 11:03 am #581695
MikeParticipantopen ticket
July 8, 2024 at 2:17 pm #581747
Aizaz Imtiaz AwanKeymasterHello,
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.
July 8, 2024 at 3:46 pm #581820
MikeParticipanthide the read work.
July 8, 2024 at 5:36 pm #581875
MikeParticipantwith the other issues will we fix them?
July 8, 2024 at 6:19 pm #581878
MikeParticipant2. Do we solve the second in this way?
July 8, 2024 at 10:25 pm #581927
MikeParticipantInfinite Scrolling page load stop working why???
July 9, 2024 at 11:46 am #582042
Aizaz Imtiaz AwanKeymasterHello,
Please follow this complete guide how the woocommerce inventory settings works:
https://barn2.com/blog/woocommerce-manage-stock-at-variation-levelBest Regards.
July 11, 2024 at 2:46 am #582541
MikeParticipantHello 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
July 11, 2024 at 10:28 am #582610
Aizaz Imtiaz AwanKeymasterHello,
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.
July 11, 2024 at 1:14 pm #582655
MikeParticipantok look
July 11, 2024 at 2:47 pm #582687
Aizaz Imtiaz AwanKeymasterHello,
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.
July 11, 2024 at 3:02 pm #582690
MikeParticipantI will tell you in detail later. Now I want to fix this immediately. please
Infinite scrolling back pageJuly 11, 2024 at 3:43 pm #582700
Aizaz Imtiaz AwanKeymasterHello,
Please go to Settings > Permalinks > and change structure to Plain > Save and check again.
Best Regards.
July 11, 2024 at 4:19 pm #582712
MikeParticipantif they enter plan instead of post name, the whole site will be wrong.
this doesn’t workJuly 11, 2024 at 4:49 pm #582715
MikeParticipantthe problem is this.
July 11, 2024 at 4:58 pm #582717
MikeParticipantI found the problem
July 11, 2024 at 6:22 pm #582742
MikeParticipantI want a solution
July 12, 2024 at 10:04 am #582830
Aizaz Imtiaz AwanKeymasterHello,
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.
July 12, 2024 at 11:25 am #582872
MikeParticipantthat’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.
July 12, 2024 at 2:43 pm #582949
Aizaz Imtiaz AwanKeymasterJuly 12, 2024 at 3:10 pm #582958
MikeParticipanti work without that’s what I’m explaining to you.
wd-load-more:not(:hover) {
display: none !important;
}July 12, 2024 at 3:17 pm #582966
MikeParticipantthat’s what I’m explaining to you.
July 12, 2024 at 4:45 pm #583009
MikeParticipantDid you see it again?
July 13, 2024 at 2:39 pm #583135
Aizaz Imtiaz AwanKeymasterHello,
If you remove the css then it works for you? If yes for now I am unable to login to your site. Kindly, please share your valid WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards.
July 13, 2024 at 3:01 pm #583139
MikeParticipantI put this back in
.wd-load-more:not(:hover) {
display: none !important;
}July 13, 2024 at 3:05 pm #583143
MikeParticipantlook now.
July 13, 2024 at 5:41 pm #583162
MikeParticipantI bypassed it again now until you are available again.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register