Tagged: Blog, pagination, Portfolio
-
AuthorPosts
-
December 14, 2020 at 12:09 pm #1267087
Hi.. Today I’ve updated customer’s site to WordPress 5,6 ?i see that in Portfolio category pages the pagination does not works. Clicking on page numbers at the bottom of the page loads always the same page..
On Blog Pages the same.. Pagination does not works or the arrows Previous/Next and the arrows First/Last does not leads to the right pages..
Site use WPML
Below website link..
Thank You Very much for Your help
December 14, 2020 at 2:12 pm #1267140Hi newmediologo,
Can you give us temporary admin access? so we can inspect further on your site.
Best regards,
NikkoDecember 14, 2020 at 2:25 pm #1267148Hi,, In private login credentials
Thanks
December 14, 2020 at 2:35 pm #1267155Hi newmediologo,
Thanks, I have checked on portfolio but it’s using Load More button not pagination.
On the blog page, it seems to work properly on my end, going to the 2nd page and clicking back to the first page works properly as well.
Can you try to use Chrome browser in incognito mode?Best regards,
NikkoDecember 14, 2020 at 2:48 pm #1267168HI NIkko..
The problem is on portfolio category page such as: https://www.alessandracolucci.com/portfolio-sub/accounting/ the main portfolio page with loda more works
I’ve try with Chrome in incognito mode but nothing change..
December 14, 2020 at 2:55 pm #1267171Same issue for Blog Page on another site fixed by replacing the file function-set-avia-frontend.php
December 14, 2020 at 4:51 pm #1267214Page number change but Portfolio entries remains the same..
December 15, 2020 at 9:03 am #1267391Hi newmediologo,
Thanks, I have checked that page and it does have the correct code and it does not work properly however it’s a bit hard to determine the cause of the issue without isolating some things which involve deactivating plugins and tweaking some code for debugging.
Can you try setting up a staging site? so we can try to debug it there without affecting your live site and disrupting your users/clients.
Here’s a tutorial on how you can do it with ease: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoDecember 15, 2020 at 9:09 am #1267394Hi NIkko..
I’ll ask to my client what she want to do.. This is an extra job..
I’ll let you know soon..
Website is on Siteground that have staging option
Thank You very much
December 15, 2020 at 11:56 am #1267436Hi Nikko.. At the moment my client does not wants proceed with a staging site.. I ask You to let this ticket open..
Two things:
Did is possible that the next release of Enfold fix this issue..? The workaround of function-set-avia-frontend.php works for blog pages..
Did is possible to use the “Load more button” on Portfolio Category Pages instead of Pagination..? Probably it is possible by editing the file
taxonomy-portfolio_entries.php
Thank You very much for Your help..December 16, 2020 at 10:43 am #1267725Hi newmediologo,
Thanks for your patience, I was able to reproduce the issue you have and already reported the bug to our devs.
There’s no temporary solution at the moment but we will post here once a solution is made.Best regards,
NikkoDecember 16, 2020 at 11:13 am #1267736Thank You Very much for Your Help Nikko..
I ask if Did is possible to use the “Load more button” on Portfolio Category Pages instead of Pagination..? Probably it is possible by editing the file
taxonomy-portfolio_entries.phpDecember 16, 2020 at 12:24 pm #1267761Hi newmediologo,
You’re welcome :)
As for I ask if Did is possible to use the “Load more button” on Portfolio Category Pages instead of Pagination..? Probably it is possible by editing the file
taxonomy-portfolio_entries.php it’s not possible since the option available is only pagination (Portfolio Grid).Best regards,
NikkoDecember 16, 2020 at 2:48 pm #1267835Thanks Nikko.. So is not possible to change visualization type in taxonomy-portfolio_entries.php.. The “Load more” button works fine in the main portfolio page..
December 17, 2020 at 5:21 am #1268000Hi newmediologo,
The Main portfolio page is using masonry.
Please do the following steps as a workaround:
1. Enable the Avia Layout Builder Debugger: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
2. Create a new page with just the Masonry (copy the settings on the Main Portfolio Page)
3. Copy the shortcode that shows below the Content Area.
4. In taxonomy-portfolio_entries.php, remove this code:$grid = new avia_post_grid(array( 'linking' => '', 'columns' => '3', 'contents' => 'title', 'sort' => 'no', 'paginate' => 'yes', 'set_breadcrumb' => false, )); $grid->use_global_query(); echo $grid->html();
then replace it with:
echo do_shortcode('shortcode_here')
just replace shortcode_here with the copied shortcode.
Hope this helps.Best regards,
NikkoDecember 17, 2020 at 3:15 pm #1268142Thanks Nikko..
It’s a little bit tricky for but I can try when i’ve some time waiting for a fix from Enfold team..
Thank You very much..
Please leave ticket open..
December 19, 2020 at 6:40 am #1268584Hi newmediologo,
If you can give us FTP access, we’ll help out with the modification :)
Best regards,
NikkoDecember 19, 2020 at 9:33 am #1268588Hi Nikko.. I’ll ask to my client if she want to try this workaround or if she waits for Enfold team fix the bug.. I’ll tell You soon.. Thank You very much for Your Help..
December 19, 2020 at 10:07 am #1268590Hi newmediologo,
You’re welcome. :)
We’ll just keep this thread open.Best regards,
NikkoDecember 23, 2020 at 5:25 pm #1269570Hi @nikko,
if it is a known issue, I wouldn’t want to open a new topic for it. But I do need to know whether my website is suffering from the same bug or that it is something else. I have tried deactivating all plugins without any luck. The website URL is in the private section.
Thanks for helping out!
Regards,
DanielDecember 23, 2020 at 5:59 pm #1269580Hi Daniel,
It seems to be a separate issue though it has some similarities, try refreshing the permalinks, if it does not work then please create a new thread and do the following:
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoDecember 23, 2020 at 6:47 pm #1269591March 4, 2021 at 7:00 pm #1285490Hi @nikko the update to 4.8 solve the issue using the the old pagination method instead of the new one that remains for the blog..
Thank You very much, at the moment the thread can be close..
March 5, 2021 at 4:51 am #1285594Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Pagination in Blog and Portfolio not working’ is closed to new replies.