Viewing 30 posts - 1 through 30 (of 37 total)
  • Author
    Posts
  • #550141

    The pagination for my blog posts stopped working all of a sudden. When I click on page 2, it stays on page 1. When I click on page 3, it stays on page 1.

    I have also tried deactivating all of my plug-ins and changing the permalinks to default with no luck.

    I’ve included login information if someone would like to check the inside. Any help would be GREATLY appreciated! Thank you so much!

    #550156

    Hey youkendooit!

    Thank you for using Enfold.

    You don’t have the latest version of the theme which is a probable cause of the issue. Please update the theme to the latest version, 3.4.6.

    Cheers!
    Ismael

    #550284

    Will that affect any of my files, database files, or coding?

    #550291

    Hi guys,

    I just made a topic about the same issue and my Enfold theme is updated to the latest version 3.4.6 and the pagination still does not work correctly.

    #550367

    I am having the same issue with the latest version of the theme. I think its a conflict with the new WordPress 4.4 and the theme function for blog posts.

    #550382

    Hi!


    @youkendooit
    Have you made any changes on theme files? If you have, they will be overwritten unless you are using a child theme and moved your modifications there.


    @alcadis
    and @reggiescott i replied to your threads. Let us stick to those ones. If you attach content into private content field, OP would be able to see them. In your topics, that will not be the case :)

    Best regards,
    Yigit

    #550652

    Hi Yigit,

    I personally haven’t made any changes to the theme files but one of my designers might have. I don’t believe I’m using a child theme. Any way you can help me out there?

    Also, I believe the pagination issue also began the other day when WordPress updated to 4.4. Just a guess but that is about when I noticed the pagination stopped working.

    #550656

    Hey!

    Our devs reported that issue is WP 4.4 related. They are making the changes and will release an update this week.

    Regards,
    Yigit

    #550763

    Okay, thank you Yigit. Hopefully it does the trick soon! I’ll stay tuned.

    #550787

    I have the same problem…
    Glad to hear you guys are on it, got to love the support at Kriesi :-)

    GB

    #551057

    Hey!

    Thank you for your patience :)

    Cheers!
    Yigit

    #551505

    Hey Yigit,

    I hope you’re having a great weekend so far! Any word on when the Enfold bug fix and update will be ready? Planning a campaign pretty soon and wanting to plan it out with the fix. Thank you!

    #552724

    Hi Yigit or Ismael! I just wanted to follow up about the pagination bug. Your help is greatly appreciated! Go Enfold Team!

    #552957

    Yes, please any updates on this issue?

    Anybody tried reverting back to an earlier version of WordPress – hate to do this but may have to.

    #552994

    My development team has resolved the issue for our site. Here is the code:

    //$params['offset'] = 0;
    $params['offset'] = ( $page - 1 ) * $params['items'];

    Found in this file of the theme folder:
    in File : enfold\config-templatebuilder\avia-shortcodes\blog.php Line No: 343

    To see it in action here is a link to our site:
    http://www.buenavistanj.com

    Share with the masses!

    #553030

    Thanks Reggiescott – but didn’t fix the issue with my site… ;-(

    Is your setting ‘deactivate offset’ or ‘no duplicates’ or a number…..?

    #553053

    My setting is:
    ‘no_duplicates’

    #553272

    Thanks reggiescott,

    I will look into this but also just needed a theme update in general since a few other 3rd party plug-ins stopped working too. Hoping the update is released soon :]

    #554712

    are there any solutions to this issue? I’m experiencing exactly the same problem and really need to fix it asap.

    thank you.

    #554740

    I have the same problem with my Blog.
    On the 10/12 Yigit posted the update would ready at the end of that week – which has come & gone.
    Is there a new release date?
    Thanks.

    #555176

    Hi!

    Enfold 3.4.7 is currently available for download on ThemeForest. Please update the theme to the latest version – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #555206

    Just updated, works great for me, solved my post grid view page load issue. thanks Enfold Team!!!

    #555306

    Installed update & Blog pagination (in grid view) is now working again – thankyou !

    #555578

    Hey there,
    Pagination on Blog pages is now working, but still does not working on Woocommerce products page. Grid view always stays on the first page. Any advice?

    #557457

    glad it’s working for you guys.


    @videogame

    Can you provide us a link showing the issue please? we need admin access as well. Make sure to deactivate all other plugins but WooCommerce by WooThemes. Make sure to use newest theme, WordPress and plugin versions. Post login details here as private reply.

    Cheers!
    Andy

    #558093

    @Andy
    Pagination is working on default Woocommerce store page. It is not working if I am using Plugin Additions -> Prodct Grid element.
    Cheers, Happy N.Y!!!

    #559024

    Hey!

    Thank you for the info. Please modify the config-templatebuilder > avia-shortcodes > productslider.php. Look for this code around line 483:

    $params['offset'] = 0;
    

    .. replace it with:

    $params['offset'] = ( $page - 1 ) * $params['items'];
    

    Best regards,
    Ismael

    #560187

    Hey Ismael,

    I am having the same exact issue and you referred me to this solution from another thread (https://kriesi.at/support/topic/woocommerce-pagination-not-working/#post-556939)

    Where is the code in this solution located, and how am I to edit this code safely if I am using an enfold child theme?

    #560241

    Hey!

    You need to edit the files via FTP. https://codex.wordpress.org/FTP_Clients

    Best regards,
    Ismael

    #561587

    Hi Ismael,

    I have the same problem using Product Grid with Portfolio Items. When I click on page 2, it stays on page 1. When I click on page 3, it stays on page 1.

    I’ve updated to Enfold 3.4.7 and I tried editing the config-templatebuilder/avia-shortcodes/productslider.php file by replacing

    $params[‘offset’] = 0;

    with

    $params[‘offset’] = ( $page – 1 ) * $params[‘items’];

    But none of these seem to make any difference.

    Any ideas?

Viewing 30 posts - 1 through 30 (of 37 total)
  • The topic ‘Pagination on Blog page does not work – URGENT’ is closed to new replies.