Mobile friendly pagination

  • Posted in : Read WP
  • srikkanth1980
    Participant

    Hi, I would like to setup pagination like this webpage: http://eloquentjavascript.net/11_language.html

    Its simple 3 dot-like items. The code is something like this:

    <a href="10_modules.html" title="previous chapter">◀</a>
    <a href="index.html" title="cover">◆</a>
    <a href="12_browser.html" title="next chapter">▶</a>

    If I add the similar code with a custom CSS class for nav, the ◀ and ▶ get changed like this:


    <nav class="customnav">
    <a href="10_modules.html" title="previous chapter"><img draggable="false" class="emoji" alt="◀" src="https://s.w.org/images/core/emoji/72x72/25c0.png"></a><br>
    <a href="index.html" title="cover">◆</a><br>
    <a href="12_browser.html" title="next chapter"><img draggable="false" class="emoji" alt="▶" src="https://s.w.org/images/core/emoji/72x72/25b6.png"></a>
    </nav>

    Why this ◀ gets changed image? How to avoid that? Is there any other way to achive this style of pagination?

    serkan
    Moderator

    Hi, sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.

Viewing 2 posts - 1 through 2 (of 2 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