• Resolved ugotta

    (@ugotta)


    Nextpage not work!
    Single post content is not displayed after the first ‘NextPage’

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author terrathemes

    (@terrathemes)

    Hello @ugotta,

    you’re right, I somehow missed that function in Meteorite. I try to bring an update in the next 10h that fixes that issue.
    When it’s live, I’ll write a short node here.

    Regards,
    Terra Themes

    Thread Starter ugotta

    (@ugotta)

    Hi,
    In addition, in blog/archive layout, if paging reaches dozens or more, need a option to hide paging navigation to avoid unsightly many numbers. Or beautify it in other ways.
    thx

    oops,Skip this, and perhaps it’s better to implement with a child theme.

    • This reply was modified 7 years, 3 months ago by ugotta.
    Theme Author terrathemes

    (@terrathemes)

    Hi @ugotta,

    the update is live now with Meteorite 1.8.3. This fixes the nextpage command in posts. Also these page links are styled to fit the blog/search/archive pagination you can select in the Customizer.

    To hide the page links on the blog or archive page you can use this css

    .blog .page-links, .archive .page-links {
      display: none;
    }

    If you want it only for some posts you need to add the custom post class to this rule.

    Thread Starter ugotta

    (@ugotta)

    Hey,

    If the page navigation (only nextpage) can set drop-down style is better. So I don’t have to use child theme and WP-PageNavi. Or integrate WP-PageNavi into the theme.
    WP-PageNavi can set drop-down style.

    Blog/archive/search every post bottom:
    |drop down pagenumber|

    Single page bottom:
    |drop down pagenumber| Prev Next

    Blog/archive/search bottom still:
    1 2 3…200 last

    I’ve never seen any theme do that. But that’s what I’ve been looking for. If it’s going to be complicated, you don’t have to this.

    One more thing, I hope I can choose the transparent color directly on the customize.

    Meteorite can almost discard the use child theme.
    Thank you for developing this powerful, free (premium) theme.

    Theme Author terrathemes

    (@terrathemes)

    Hi @ugotta,

    I’ve never heard of or saw such a dropdown and I don’t think that this kind of feature would be used of most of the users. That’s why I don’t think I’ll implement it into Meteorite. Maybe a plugin can do this for you.

    The transparency with the colors is something I already tried out a bit. But since all the colors are editable with CSS the result isn’t quite worth the effort to implement it. This would only come in a major update which isn’t planned, since I’m quite busy.

    Thank you much for your feedback. I really appreciate that you like Meteorite.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Nextpage not work!’ is closed to new replies.