Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #348302

    Hey

    Please I need urgent support.

    Basically, the aim is to have a post, with paginated content. not separate posts.
    So we dont need long post, we need to divide the content into many pages for a single post.

    1)
    I know i can use content slider. Is there any other way to make this happen ?

    2)
    IMP. when i use this content slider i see the navigation arrows on top right of the post.
    a) I want to have arrows at the bottom on the post too
    b) Also if possible I need the back arrow on left bottom of the post
    and next arrow on the right bottom of the post.
    c) In the center I need page 1, page 2, page 3, linked to these paginated pages. Please help
    Thanks a lot

    • This topic was modified 10 years ago by consultnew.
    #348577

    Hey!

    WordPress has this functionality built-in, refer to this article:
    http://premium.wpmudev.org/blog/how-to-split-wordpress-posts-into-multiple-pages/

    And add this to Quick CSS to style the split navigation:

    .pagination_split_post{
    font-size: 0;
    }
    
    .pagination_split_post{
    clear:both;
    padding: 10px 0px 50px 0;
    position:relative;
    z-index:3;
    line-height: 13px;
    overflow: hidden;
    
    }
    
    .pagination_split_post span, .pagination_split_post a {
    display:block;
    float:left;
    font-size:11px;
    line-height:13px;
    padding:2px 9px 1px 9px;
    text-decoration:none;
    width:auto;
    }
    
    #top .pagination_split_post span, #top .pagination_split_post a{
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    }

    Cheers!
    Josue

    • This reply was modified 10 years ago by Josue.
    #348606

    Hello

    Thanks for the responce

    Is the above CSS for the <nextpage >> built in feature of wordpress thing ?

    I have used the content-slider

    Will the above CSS make something special ?

    #348610

    Hey!

    Yes, that CSS it’s for the <!–nextpage–> tag.

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.