richstrauss
Newbie
Just Getting Started
Member Likes (0)
Hi guys,
On my site, when I click on the registration link on the home page, and I go to my custom registration page, the intro still sits on top. Is there any way to remove that?
I am using the Social Theme with Wishlist Member integration (sorry really needed Aweber and Clickbank), so I created a dedicated registration page. Just need to get rid of the Intro still sitting up top, otherwise it is not immediately clear one needs to scroll down to reach the registration form.
Thanks!
Rich
Responses (6)
Member (joined April 2009) Likes (0)
Hiya,
You'd have to create a custom page template and header file to do this. Just make a copy of the regular page.php and change the top line from:
<?php get_header(); ?>to:
Then create a copy of header.php and change the name to header-register.php. In this new file remove lines 212-218. Save and assign the new page template to your custom registration page.
Hope that helps!
Member (joined November 2011) Likes (0)
Hey masonjames, thank you very much!
It does help, except that I don't think our lines 212-218 correspond.
Could you paste the exact code which needs to be removed here, please!
This is my lines 212-218 in header.php when I open it in Notepad ++
There are blank lines between...
Thank you!
Geeky Developer (joined June 2009) Likes (0)
hi richstrauss
are you using page-template for the custom registration page?
if yes, using conditional like if( is_page(' your-template-slug') should fix this.
open header.php and find line 212 or similiar code below
change to:
wrap the new condition page condition code.
cheers
Member (joined April 2009) Likes (0)
Hiya,
As we haven't heard back from you we're going to assume the problem was sorted out and mark this ticket as resolved.
If it wasn't resolved, or you have any more questions related to this thread please feel free to post them below and tick the 'Mark as Not Resolved (re-open)' box below the post area (or else we'll miss it!)
Otherwise, thanks for using the forums, and for being a member of WPMU DEV, it's a pleasure to help you out and we look forward to being of assistance in the future.
Thanks!
Member (joined November 2011) Likes (0)
Hi guys, sorry I didn't come back. I tried the codes above and was then getting errors on my site.
The whole thing just didn't play well - so I moved over to another theme which is serving me better.
I still love the BP Social theme and hopefully I will have time to use it for something else in the future.
Thanks for your help!
Member (joined April 2009) Likes (0)
Hiya rich,
Thanks for letting us know.
WordPress Questions?
We've got answers!
Find out more »