Replies: 1
Hey guys, I have a really strange example going on. The page isn’t public facing right now, but if need be I can set it up with private login.
The issue is, I have a random number of products per page being set up.
I am building a custom child theme on top of Genesis. The site has a bunch of plugins, but when I couldn’t figure out what the issue was I stripped it right down to a bare site. Only Woocommerce, and only using the 2017 child theme. I still have the wrong number of products per page / a random number of products per page.
I had it set to be 30 items per page. When I go back to 2017 this code is gone, and it was doing a standard of about 9 (but it is different on every page, 9 seemed to be the most common number). With my 30 per page over 3 columns being set, the first page has 22, the second page has 9, and the third page has 15, the fourth page had 30. Most of the pages after that seem to have 30.
Does anyone know what could possibly be going on here?
Looking with firebug, it isn’t showing any LI elements that are just not being displayed properly. It only shows that exact number of LI in the HTML markup.
I am at a complete loss here. I have reinstall WooCommerce also. Re-downloaded through WordPress plugins manager as well as overwrote the files from Github.
It does show under system status that my PHP version is 5.4.45 on this dev server. Is that possibly the problem?