• Resolved sufti

    (@sufti)


    I do not quite know how to describe the problem, especially in English, then sign in to my website, scroll down and look at what the website shows when you want to switch page. The numbers on the words “Previous” and “Next”.
    https://peaceinworld.esy.es/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Author!

    I see what you mean. Please try using this CSS to fix this error:

    .pagination .prev {
      right: auto !important;
      left: 10% !important;
    }
    .pagination .next {
      left: auto !important;
      right: 10% !important;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter sufti

    (@sufti)

    Thank you. Only there is another problem that seems related to that. The second page “post-recommended” appears at the bottom instead of the top. What to do?
    Besides, how can I adjust the correction subtitles? The Hebrew “Previous” and Back “buttons are reversed.

    Theme Author Ben Sibley

    (@bensibley)

    Okay try this CSS instead:

    .pagination .next {
      right: auto !important;
      left: 10% !important;
    }
    .pagination .prev {
      left: auto !important;
      right: 10% !important;
    }

    That should switch the positions of the previous and next links in the pagination.

    For the featured or “sticky” post, this will only show at the top of the blog on page one. Then it will also show in its natural order in the posts as well. In this case, it is last since it is the oldest post.

    Thread Starter sufti

    (@sufti)

    I used your code and problem Back

    Theme Author Ben Sibley

    (@bensibley)

    It looks like the “.” is missing in front of “.pagination .next”. Could you update the CSS with the missing period, and then check the display again?

    Thread Starter sufti

    (@sufti)

    thanks for the fast treatment.
    If you send the file of the language, you can add them to the default language of the template?

    Theme Author Ben Sibley

    (@bensibley)

    Yes, Author can be translated by the steps in this tutorial, and any completed translations can be sent to us at [email protected]. We will then include these files in the next update.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem reading through pages’ is closed to new replies.