Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Posts › Multiple pages with Page break (not clear in which page the user is)
- This topic has 7 replies, 3 voices, and was last updated 3 years, 6 months ago by
Themosaurusrex.
-
AuthorPosts
-
ValentinaParticipant@valentina
- 3 Topics
- 8 Posts
We generally split most of our posts into sub-pages using the WP block “page break” but we have noticed that there is no clear way for the users to tell on which page they are.
See attached image – we took this screenshot while on page 2 of the post, but we could see no difference in color and no visual cues to tell us where we were.
How can we fix this?
July 30, 2021 at 18:49 #33976@themodactyl- 0 Topics
- 6690 Posts
Hi Valentina,
Thank you for reaching out to us!
Can you confirm me this issue is appearing in a course made with LearnDash? In that case, it’s best if we take a quick look at this…
Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Can you please send us the specific url where we can investigate this?
Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
August 2, 2021 at 10:45 #34007@themosaurusrex- 0 Topics
- 2048 Posts
Thank you Valentina.
We’ll give a look at this and we’ll be back to you.
Thank you for your patience.
August 4, 2021 at 17:09 #34064@themosaurusrex- 0 Topics
- 2048 Posts
Hi Valentina,
To fix this before we patch the issue in our plugin, simply add the following code snippet to your website:
/** * Highlighting page breaks. */ .page-links .post-page-numbers.current, .page-links .post-page-numbers:hover, .page-links .post-page-numbers:active, .page-links .post-page-numbers:focus { background-color: var(--grimlock-pagination-hover-background-color); color: var(--grimlock-pagination-hover-color); border-color: var(--grimlock-pagination-hover-border-color); }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Thank you for understanding.
August 5, 2021 at 10:50 #34092@themosaurusrex- 0 Topics
- 2048 Posts
You’re welcome Valentina.
Cheers,
August 6, 2021 at 17:47 #34122 -
AuthorPosts
The topic ‘Multiple pages with Page break (not clear in which page the user is)’ is closed to new replies.