Home › Forums › WoodMart support forum › "LOAD MORE PRODUCTS" button does not work
"LOAD MORE PRODUCTS" button does not work
- This topic has 11 replies, 2 voices, and was last updated 6 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
March 2, 2018 at 3:31 am #43307
nikkerbockersParticipantOn the shop page — after the theme update, said button at the bottom no longer works. You can click on it and the button reflects the “Loading” transition but it doesn’t load new products. I tried other categories and clicking the “Load More Products”at the bottom, it still doesn’t work
March 2, 2018 at 8:11 am #43330
Artem TemosKeymasterHi,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
function woodmart_shop_vc_css() { if ( ! function_exists( 'wc_get_page_id' ) ) return; $shop_custom_css = get_post_meta( wc_get_page_id( 'shop' ), '_wpb_shortcodes_custom_css', true ); if ( ! empty( $shop_custom_css ) ) { ?> <style type="text/css" data-type="vc_shortcodes-custom-css"><?php echo $shop_custom_css; ?></style> <?php } } add_action( 'wp_head', 'woodmart_shop_vc_css', 1000 );
Regards
March 2, 2018 at 10:41 am #43365
nikkerbockersParticipantHi, how do you do that? where do i find it?
March 2, 2018 at 1:16 pm #43390
Artem TemosKeymasterYou can find it in your wordpress installation folder /wp-content/themes/woodmart-child/. Or you can wait till the next update where we will fix this issue.
March 3, 2018 at 1:45 am #43517
nikkerbockersParticipantcan you just send me the last update file before this new one then? my site was working perfectly before it. I would rather just revert back to the previous update until you fix this issue. I’ve been getting complaints from customers about the usability of the site and losing sales as a result.
March 3, 2018 at 1:52 am #43518
nikkerbockersParticipantalso, i’ve had customers complain of the number of items on their cart visibly indicated on the cart icon. but when you click on the cart itself, it’s empty! so many bugs.
March 3, 2018 at 5:51 am #43538
Artem TemosKeymasterContact us via the contact form on our profile page and we will send you the previous version https://themeforest.net/user/xtemos
But the cart problem is not our theme bug since this functionality is a part of WooCommerce plugin, not our theme.March 3, 2018 at 6:57 am #43546
nikkerbockersParticipantI have just reinstalled the old version of the theme and now the cart is working properly, as well as the “load more products” button at the bottom of the shop catalog.
however, the grid layout is out of whack? it’s not following the 4 or 6 products per row layout.
March 3, 2018 at 7:13 am #43547
Artem TemosKeymasterCould you please update the WooCommerce to the latest version, disable all external plugins that are not related to our theme and send us your admin and FTP access so we can check it?
March 3, 2018 at 7:21 am #43549
Artem TemosKeymasterCheck how it works now.
March 15, 2018 at 1:29 pm #46232
nikkerbockersParticipantHi, I encountered another issue, this time on “Load More Posts” on my blog section.
From Blog > Advisory & Announcements:
if you scroll to the bottom and click “Load More Posts” it leads to a white page with lots of text and garbled letters. have attached a screenshot for your reference.
Attachments:
You must be logged in to view attached files.March 15, 2018 at 2:56 pm #46262
Artem TemosKeymasterHello,
We see a JS error in the console. Try to disable all external plugins that are not required for our theme and check again.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register