Posted: November 21, 2018 at 6:37 am
We’re using the Jupiter theme and the event registration pages are appaering as blogs. Is there a way to change this to pages instead? |
|
Hi, Yes there is. You add this code to your site: You can add the above to a functions plugin or, if applicable, into your WordPress child theme’s functions.php file. |
|
Thanks for sending the code through. I’ve tested it out and things have changed, I can no longer see the blog author and post date which is great but the event title has dissapeared but the the paginationis also still visible. Do you know i there is a way to remove the paignation? Thanks |
|
Hi, The code I shared would only change the single event page, and make is use the Jupiter’s page.php template instead of the Jupiter single.php template. If you’re seeing pagination, that would be an archive page, which the above code would not affect. You can remove pagination by going to WordPress Settings > Reading and set “Blog pages show at most” to a higher number. With regards to the page title disappearing, does the page title re-appear if you remove the custom code? |
|
Thanks for getting back to me. Our problem is that we need the pagination for our normal blogs so if I turn them off, the blogs are affected. |
|
We’ve been trying to remove this pagination by adding CSS to the “Registration checkout” page (the one selected as the “Critical Registration Checkout Page”. However these changes are not working. We also tried adding some extra text to this page but that didn’t show up either. Should text added her appear on the registration pages? |
|
Your registration checkout page shouldn’t have pagination, and anything you add to the page before or after the shortcode should appear. May I ask do you have a custom page template set for that page? That may be causing the issues you’re seeing. |
|
This reply has been marked as private. | |
I’m afraid that screenshot doesn’t offer much as far as clarity. The page attributes settings will be where you’ll select the page template. In any case, the code I shared with you wouldn’t affect that page, because it’s a WordPress page. The code will only affect single Event Espresso event custom post types. |
|
This reply has been marked as private. | |
This reply has been marked as private. | |
The pagination as you describe it is a feature added by the Jupiter theme. One way to disable that for the event page would be to copy the Jupiter theme’s mk_get_single_post_prev_next() function (found in the theme’s general-functions.php file), put the copy into a custom functions plugin or child theme’s functions.php file, then add this near the beginning of the function:
|
|
The support post ‘Event registration page on Jupiter theme appearing as a blog’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.