Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterCategory pages already have pagination enabled. When you have more posts in the respective category pagination will appear.
You can always email [email protected] with screenshots of what you want.
Themonic-Support
KeymasterYou just have to enter the following in between your paragraphs in the post editor to break the singlepost into multiple
<!--nextpage-->
like this:
Themonic-Support
KeymasterTry
<!--nextpage-->
to break single article into multiple pages.
ref:
https://codex.wordpress.org/PaginationIf you wish to use third party plugin refer its docs.
Themonic-Support
KeymasterPagination is inbuilt in the theme.
Third option from top, turn it ON
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterWe will try to add “Email to Author” support in one of the upcoming versions.
Themonic-Support
KeymasterPlease send in login details to [email protected] and we will inspect and provide assistance.
Demo for reference: http://demo.themonic.com/io-pro/2/
Themonic-Support
Keymaster1)
.entry-content p { margin: 0 0 20px; }
2,3) Only background and text color can be changed of mobile menu. Arrow color is linked to text color.
For text color of mobile menu
.js .selectnav { color: #000000; }
4)
.categories { display: none; }
5)
.comments-title { font-size: 20px; }
6)
.entry-content ul { font-size: 20px; }
7)
.entry-content blockquote { background: #F49C9C; }
8) You can target h1 heading as below, check out CSS guide for text bg color
.entry-content h1 { font-size: 21px; }
9)
.below-title-meta a { color: #F49C9C; }
Themonic-Support
KeymasterStyling output generated by third party plugin comes under custom work, but do send a link to live site with that list to [email protected] and we will help without any extra charge for eg. if you require only simple styling.
Themonic-Support
KeymasterIt’s not a theme feature, it’s built in WordPress, I don’t think you can rename it easily without writing a function but you can style it.
- AuthorPosts