• Resolved Prateek

    (@zyekil)


    All the products grid list in the Product archive, Shop page, Related products are adding empty spaces after each product column so if I had set 5 column layout only 3 products were displayed and other two product places were empty.

    When I checked the code in dev tools I found that there was an extra link tag inserted after every product

    • tag. and after I deleted the link tag it was displaying correctly.

      I thought the issue was from my side so I deactivated all plugins but the error was still there. Resetting the customizer also didn’t work.

      For now, I only have the Woocommerce and Blockys companion plugin active. When I changed the theme it fixed the problem so the issue is from your side.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey @zyekil

    Are these elements present on the archive page, or somewhere else?

    Thanks

    Thread Starter Prateek

    (@zyekil)

    Wherever the products are displayed it’s the same. same results in Related products on a single product page and same in the product archive.

    • This reply was modified 4 years, 3 months ago by Prateek.

    Hey @zyekil

    I see that the product link is actually out of the LI tag. That should definitely not happen, because we are not modifying this behaviour. That’s how it comes from WooCommerce (A inside the LI tag).

    What kind of localhost server are you running exactly? Also, are you completely up to date? Have you tried looking around WooCommerce’s settings? I know these questions might sound stupid, but we do not have too much to work with right now, because you’re developing the website locally.

    Thanks

    Thread Starter Prateek

    (@zyekil)

    I’m using to Local by flywheel.

    I also just found that <a> link has been injected even inside the footer because of which the footer is broken. I also disabled javascript on the website using chrome settings but still, the bug is there.

    Theme Author Creative Themes

    (@creativethemeshq)

    Hi @zyekil,
    This is not a bug from our theme, everything works fine on our end and we didn’t encountered such an issue before.

    Take a look at our latest WooCommerce demo, everything works properly – https://demo.creativethemes.com/blocksy/petsy/

    Try to deactivate all your plugins, and remove/comment all your code snippets (in case you added some).
    Most likely somewhere you forgot to close a bracket or a plugin is conflicting.

    Let us know if you found what’s causing this.

    Thread Starter Prateek

    (@zyekil)

    I reinstalled Woocommerce and that fixed the bug. I think you were right about me forgetting to close the bracket somewhere.

    But it’s weird that when I activated the other theme it was loading perfectly and that’s why I thought the issue was not from my side.

    Anyways thanks for the help.

    Theme Author Creative Themes

    (@creativethemeshq)

    Hi @zyekil,
    Glad everything is fine now.

    Let us know in case you will have any other questions.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Product list not loading correctly.’ is closed to new replies.