Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Pages › very simple landing page
- This topic has 5 replies, 2 voices, and was last updated 2 years, 9 months ago by
Manathan.
-
AuthorPosts
-
gilParticipant@gill49
- 32 Topics
- 126 Posts
Hi,
I’m trying to make a simple landing page for non-registered people. A very simple page that has no footer, nor before footer, nothing. I use Beaver Builder but it still puts the footer for me.Is it possible to have a really simple page, with nothing but what I want to put on it ?
May 26, 2022 at 10:24 #40715@themodactyl- 0 Topics
- 6725 Posts
Hi Gil,
You can use the Full Width: No header template. However, the footer will still be displayed. To hide the footer, simply add the following code snippet to your website:
/** * Hide Footer */ #prefooter, #footer{ display:none; }
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.
Regards,
May 27, 2022 at 09:21 #40758gilParticipant@gill49- 32 Topics
- 126 Posts
Thank you for your code proposal, but I formulated my question incorrectly at the start:
what I’m trying to have is just a landing page for non-logged-in users, which would only consist of a register button with a little site presentation box.I saw that there are login plugins. Some are customizable. The downside is that it turns the site into a private space. It’s bad for SEO.
I will try to do with this solution. I’ll let you know.
May 27, 2022 at 12:18 #40766@themodactyl- 0 Topics
- 6725 Posts
Hi Gil,
Thank you for your feedback.
We usually recommend My Private Website to make you entire website private. Simply install and activate this plugin, and then go to the plugin settings page (Settings > Private Site) in order to adjust options according to your needs.
If you need more help, this tutorial seems to explain every steps in great details: How to Make Your WordPress Blog Completely Private.
I understand that it might be bad for SEO, but I’m afraid there is no solution we don’t know of. 🤔
Best regards,
May 30, 2022 at 14:03 #40794 -
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 ‘very simple landing page’ is closed to new replies.