How to fix pagination link

  • Posted in : Readme
  • kukiex
    Participant

    Hi.
    I feel satisfying to your theme, thanks.

    but I have 2 problems to fix.

    1. Pagination link error
    Problem is “»” button in the pagination.
    It works well in search result list. not right in one category list.

    It works now this way : http://mydomain.com/?s=&paged=2
    (/?s – is working for only search result)
    It must be : “http://mydomain.com/category/posts/page/6(or other numbers)/

    can I fix this?

    2. Portfolio slug problem
    I already have a “portfolio” page before install this theme.
    then I import all your dummy datas for new theme setting.
    So new portfolio page generated named “portfolio-2”
    That is ok, I can change it.
    but can’t edit “← Back to Portfolio” button on single portfolio page.
    It is linked to “/portfolio-2″…
    how to change it?

    Mehmet S.
    Keymaster

    Hi,

    1. I will try to fix it. Thanks for the feedback. Now you can hide the next (») button with this css code:

    – Use this in your theme options > custom css field:

    .post-pagination .pagination-next { display: none; }
    

    – Use this to hide prev («) button:

    .post-pagination .pagination-prev { display: none; }
    

    2. Can you provide your URL?

    kukiex
    Participant

    1. Thank you for your hiding skill.

    2.
    Portfolio URL :
    http://kukie.net/portfolio-2/

    (and… All departments are under ‘Portfolio’, but it name shows on filter)

    Mehmet S.
    Keymaster

    Delete your portfolio pages (portfolio and portfolio-2), also from Trash. Then create a new portfolio page and visit it. The portfolio slug will be saved for the “← Back to Portfolio” button.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register