Tagged: pagination, woocommerce
-
AuthorPosts
-
December 10, 2015 at 4:55 am #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!
December 10, 2015 at 5:32 am #550156Hey 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!
IsmaelDecember 10, 2015 at 11:47 am #550284Will that affect any of my files, database files, or coding?
December 10, 2015 at 12:10 pm #550291Hi 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.
December 10, 2015 at 1:49 pm #550367I 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.
December 10, 2015 at 2:13 pm #550382Hi!
@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,
YigitDecember 10, 2015 at 7:45 pm #550652Hi 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.
December 10, 2015 at 7:50 pm #550656Hey!
Our devs reported that issue is WP 4.4 related. They are making the changes and will release an update this week.
Regards,
YigitDecember 10, 2015 at 11:05 pm #550763Okay, thank you Yigit. Hopefully it does the trick soon! I’ll stay tuned.
December 11, 2015 at 1:45 am #550787I have the same problem…
Glad to hear you guys are on it, got to love the support at Kriesi :-)GB
December 11, 2015 at 2:10 pm #551057December 13, 2015 at 1:09 am #551505Hey 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!
December 15, 2015 at 2:26 am #552724Hi Yigit or Ismael! I just wanted to follow up about the pagination bug. Your help is greatly appreciated! Go Enfold Team!
December 15, 2015 at 12:39 pm #552957Yes, please any updates on this issue?
Anybody tried reverting back to an earlier version of WordPress – hate to do this but may have to.
December 15, 2015 at 1:41 pm #552994My 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: 343To see it in action here is a link to our site:
http://www.buenavistanj.comShare with the masses!
December 15, 2015 at 2:34 pm #553030Thanks Reggiescott – but didn’t fix the issue with my site… ;-(
Is your setting ‘deactivate offset’ or ‘no duplicates’ or a number…..?
December 15, 2015 at 3:12 pm #553053My setting is:
‘no_duplicates’December 15, 2015 at 9:13 pm #553272Thanks 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 :]
December 18, 2015 at 12:31 am #554712are there any solutions to this issue? I’m experiencing exactly the same problem and really need to fix it asap.
thank you.
December 18, 2015 at 2:02 am #554740I 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.December 18, 2015 at 8:14 pm #555176Hi!
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,
YigitDecember 18, 2015 at 9:10 pm #555206Just updated, works great for me, solved my post grid view page load issue. thanks Enfold Team!!!
December 19, 2015 at 2:29 am #555306Installed update & Blog pagination (in grid view) is now working again – thankyou !
December 20, 2015 at 11:55 am #555578Hey 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?December 26, 2015 at 6:10 pm #557457glad 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!
AndyDecember 29, 2015 at 2:52 pm #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!!!January 4, 2016 at 6:13 am #559024Hey!
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,
IsmaelJanuary 6, 2016 at 12:48 am #560187Hey 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?
January 6, 2016 at 2:55 am #560241Hey!
You need to edit the files via FTP. https://codex.wordpress.org/FTP_Clients
Best regards,
IsmaelJanuary 7, 2016 at 11:09 pm #561587Hi 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?
-
AuthorPosts
- The topic ‘Pagination on Blog page does not work – URGENT’ is closed to new replies.