• Resolved luckyduckyquackquack

    (@luckyduckyquackquack)


    Hello support,

    I’m having issues with the blog list pagination not working. It seems like clicking on next reloads the page.

    Sidenote: I have also been having problems with maintaining uniform post box display heights. If my titles are too long, then the box will have longer heights than the other posts.

    Looking forward to a response. Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Qode

    (@qodeinteractive)

    Hi,

    Thank you for writing to us!

    We have tested this and found out that this really is a problem on static homepage, so we will include the fix in our next update. If you wish to change it before the update, here are the instructions:
    1. Go to qi-addons-for-elementor\helpers\helper.php file and in qi_addons_for_elementor_get_query_params function find and adjust this part of code (around 120 line in file) like in screenshot: https://www.screencast.com/t/jeX9gitvWkNH
    2. Go to qi-addons-for-elementor\inc\pagination\templates\pagination-standard.php and adjust this part of code as in screenshot: https://www.screencast.com/t/lAc7ozuYgfeb

    As for the box display heights, we have done it this way because of the possible excessive space there’ll be if all the boxes are the same height (height of the tallest item). What you can do, for example, is to add the following custom css, so all box heights are the same as the tallest one in row:

    .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-grid-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-grid-inner .qodef-e-inner {
        height: 100%;
    }

    Regards,
    Qode

    Good morning,
    I have the same problem but I don’t find that qi-addons-for-elementor\helpers\helper.php
    Which folder is it in?
    Kind regards

    Luisa

    Plugin Author Qode

    (@qodeinteractive)

    Hi,

    There is a new version of plugin in which this issue is fixed. You can update the plugin and see if the problem still occurs.

    Regards,
    Qode

    Thread Starter luckyduckyquackquack

    (@luckyduckyquackquack)

    Problem solved thank you for the great update Qode team!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog List Pagination Not Working’ is closed to new replies.