Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #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

    #1267140

    Hi newmediologo,

    Can you give us temporary admin access? so we can inspect further on your site.

    Best regards,
    Nikko

    #1267148

    Hi,, In private login credentials

    Thanks

    #1267155

    Hi 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,
    Nikko

    #1267168

    HI 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..

    #1267171

    Same issue for Blog Page on another site fixed by replacing the file function-set-avia-frontend.php

    #1267214

    Page number change but Portfolio entries remains the same..

    #1267391

    Hi 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,
    Nikko

    #1267394

    Hi 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

    #1267436

    Hi 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..

    #1267725

    Hi 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,
    Nikko

    #1267736

    Thank 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.php

    #1267761

    Hi 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,
    Nikko

    #1267835

    Thanks 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..

    #1268000

    Hi 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,
    Nikko

    #1268142

    Thanks 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..

    #1268584

    Hi newmediologo,

    If you can give us FTP access, we’ll help out with the modification :)

    Best regards,
    Nikko

    #1268588

    Hi 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..

    #1268590

    Hi newmediologo,

    You’re welcome. :)
    We’ll just keep this thread open.

    Best regards,
    Nikko

    #1269570

    Hi @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,
    Daniel

    #1269580

    Hi 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:

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    #1269591

    Thanks @nikko,

    I have created a new thread here.

    Regards,
    Daniel

    #1285490

    Hi @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..

    #1285594

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘Pagination in Blog and Portfolio not working’ is closed to new replies.