Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #556024

    When i select page 2 on a product grid it shows the same products as on pag 1.
    The products on page 1 are showing on all te pages.

    I’ve disabled all the plugins but nothing seems to work.

    Gr. Marco

    #556199

    Hey MarcoTerHorst!

    can we please take a look at your web site, so we can see it and understand?

    Best regards,
    Basilis

    #556207

    Menu item wijnen – witte wijn

    When you select page 2 it’s the same as page 1 all the pages are the same

    Gr. Marco

    #556233
    #556461

    Hello,

    same on my side. I cannot show you a link, because I tried the update first on an offline copy of the website and kept the live site on WP4.3, but the problem is definitively here…

    It seems to be the same kind of problem than with the blog pages, but for products… Maybe a similar fix than what you just did for the blog pages would work ?

    #557350

    Hi!

    After the update, please go to the Settings > Permalinks panel in order to flush the permalink settings. Click the save button just in case. Remove browser cache then reload the page.

    Regards,
    Ismael

    #557655

    Hi Ismael,

    I’ve tried your solution but the different product pages are showing the same products.
    Is there something i’m doing wrong.

    Gr. Marco

    #557665

    Hey!


    @MarcoTerHorst
    : There’s a database error in your site. Please post the login details here so that we could check the dashboard. Make sure that you have the latest version of the theme and the woocommerce plugin.

    Cheers!
    Ismael

    #557691

    Hey Ismael,

    We have moved the website to the live enviroment.

    http://www.wijnhandelhengst.nl

    #559419

    Hey!

    as already said you are using an old version of the theme, so please upgrade to Enfold 3.4.7 and let us know if you still need help afterwards.

    Regards,
    Andy

    #559899

    Hey!

    I’ve updated to enfold 3.4.7 re-saved the permalinks but it is still not working.

    I need to solve this for our client.

    Regards Marco

    #564018

    Hi Ismael,

    The solution isn’t working for me.

    Still the same only the page 1 is showing in the product grid.

    Gr. Marco

    #564457

    Hey!

    We will need the FTP details so that we can debug the issue. According to other users, the hotfix solve the problem on their installation. Please get a fresh copy of the productslider.php file then look for this code around line 504:

    'offset' => $params['offset'],
    

    .. replace it with:

    'offset' => !(int)$params['offset'] ? "" : $params['offset'],
    

    Regards,
    Ismael

    #565632

    Thnx Ismael,

    It works for me now!

    Regards,

    Marco

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Product grid not working’ is closed to new replies.