Find Answers and Get Support › Forums › Gorgo – Multi-Purpose Gutenberg Blog & Magazine Theme › Theme Customizer › Register
- This topic has 5 replies, 3 voices, and was last updated 2 years, 6 months ago by
Jean-Pascal.
-
AuthorPosts
-
EllegimultimediaParticipant@brunopatierno
- 2 Topics
- 7 Posts
In the registration I would need to insert an informative text before the registration fields, what can I do? Also is there a way to change the primary order of the various blocks? Thank you
July 21, 2022 at 16:29 #41748@roboraptor- 0 Topics
- 412 Posts
Hi there,
Thanks for getting in touch!
Our support site is unavailable from Thursday July 21, 22 until Sunday July 24, 22. Our team is on leave to celebrate our Belgian national holiday but rest assured that we will do our best to handle your requests as soon as we get back!
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
July 21, 2022 at 16:29 #41749@themopteryx- 0 Topics
- 615 Posts
Hi Ellegimultimedia,
Note that these tasks are part of BuddyPress plugin.
I think these links may help you achieve what you are looking for:
Add text/elements before register form and before register fields (code snippet)
https://theme.co/forum/t/buddypress-pages-adding-text-on-top/74819/4Modifying the Registration Form
Best,
July 25, 2022 at 14:03 #41804EllegimultimediaParticipant@brunopatierno- 2 Topics
- 7 Posts
This reply has been marked as private.July 25, 2022 at 15:32 #41813@themopteryx- 0 Topics
- 615 Posts
Hi Ellegimultimedia,
Same thing here, your link doesn’t seem to work.
But to add this code snippet to your site, we recommend that you use the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post: Adding Custom PHP Without Changing Your (Child) Theme.
Regards,
July 26, 2022 at 14:17 #41830EllegimultimediaParticipant@brunopatierno- 2 Topics
- 7 Posts
This reply has been marked as private.July 26, 2022 at 15:46 #41833@themopteryx- 0 Topics
- 615 Posts
Hi Ellegimultimedia,
I took the liberty of installing the code snippet plugin on your site and inserting the snippet from my previous answer.
Note that the snippet is the following:
function ioautore_register_msg_title() { echo '<div class="ioautore_register_message text-center my-4"><h2>Custom message on top of register page.</h2></div>'; } add_action( 'bp_before_register_page', 'ioautore_register_msg_title' ); function ioautore_register_message() { echo '<div class="alert alert-primary">Custom message inside register panel.</div>'; } add_action( 'bp_before_account_details_fields', 'ioautore_register_message' );
All you have to do is activate this snippet via the plugin settings screen (see screenshot) and modify it as you like.
Don’t forget to constantly empty your cache to see your changes (form cache plugin installed on your site)Also, it’s important to remember that we usually share snippet only to solve issues with our theme. Any further request for snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
Regards,
July 27, 2022 at 09:43 #41837 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Register’ is closed to new replies.