About nick1111
Rank 8483
3,077 followers Joined May 2016
Hello everyone, my name is Nick and I am interested in sharing my passion for cooking, along with my recipe collection. My collection of

Posts

5

Questions

11

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training
asked in
Getting Started
Updated

Server responded err login failed message what do i do?
The username and password are correct.

Try to manually type the password rather than copy and paste it. It does work for me, but not always.

I just had this problem, and actually manually typing out the password, alphabet by alphabet, works

See more comments

Server responded err login failed message what do i do?

Server responded err login failed message what do i do?

asked in
Getting Started
Updated

Server responded err login failed message what do i do?
The username and password are correct.

Try to manually type the password rather than copy and paste it. It does work for me, but not always.

I just had this problem, and actually manually typing out the password, alphabet by alphabet, works

See more comments

asked in
Everything Wordpress
Updated

I know to go to Appearance>>Editor>>Theme Footer(footer.php)

I am not a coder and do not want to delete the wrong thing...I am using the Twenty Fifteen Theme.

Glad you are sorted hun :-))

Thanks for the help...got it fixed. Nick

Excellent :-))

Hey honey, can you hit the like button on my comments if they are okay PLEASE....thank you hun :-))

Hi Nick, great to here you have the problem fixed. Irv.

Thanks for the help...got it fixed. Nick

I just fixed it...the best thing to do is copy the code and save it. I then went in and this is what it looked like when I finished.

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/
?>



<!-- .site -->

<?php wp_footer(); ?>

</body>
</html>

If I messed up I could always go back and paste the code like it was before I tried to delete the footer. Yeah! Thanks for the help! Nick

Deleted everything between and <!-- .site -->

Please open a test site to play around with in the future

Loes,
Thanks for the advice...I will do that for sure! Nick

Well done...the code always looks hard to understand but if you read it carefully (and change/delete anything Really carefully) the fix is usually easy to do...

You got it!...But like Loes said, do it on a test site.

Yes please :) you better trial and error on a test site first, and when things work you can repeat it on your regular website

Loes,
I hear you loud and clear...great advice!

Great!

Hi Nick,

It's Theme Footer (footer.php file). I've just test it and it seems to work...

Right at the top of Theme Footer code it should say
<?php

Just under neath it, insert the following code:

.page-footer {
display: none;
}

I hope it works!
Ray

Thanks for the help...got it fixed. Nick

My advice would be to not mess around with code unless you are an expert.
If you don't like the looks of it, then find a theme you do like.

Is there any specific item in the footer you are trying to get rid of? or are you trying to eliminate the footer altogether?

FHagstrom,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

Yeah I see that, your footer shouldn't be that large, it will get that way if something large is placed in it.

Look in your widgets to see if there is a text widget or something that was placed in the footer, if so, then just get rid of that widget

FHagstrom,
I just fixed it...the best thing to do is copy the code and save it. I then went in and this is what it looked like when I finished.

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/
?>



<!-- .site -->

<?php wp_footer(); ?>

</body>
</html>

If I messed up I could always go back and paste the code like it was before I tried to delete the footer. Yeah! Thanks for the help! Nick

Deleted everything between and <!-- .site -->

Thanks for the help...got it fixed. Nick

I was just wondering why you would want to delete it in the first place?

Skiponline,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

I see what you mean, is it a design of the theme ?

I think you put some widgets in the footer and you want to delete them, but going to editor, footer.php and delete what is there is not a good idea!
Go to Appearance, widgets, see footer widgets and over there you can delete what you do not like!

dorina62,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

I'm glad you solved your problem!

Nick do have it going your way yet?

I have deleted the footer before but I had to delete my theme last week and forgot how I did it. Want to make sure when messing with code.

Dreamer56,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

I'll check it out.
Did you get it fixed? I don't see a blank white box

Not sure but this may help you achieve what you are wanting: Hope that helps.

Thanks for the help...got it fixed. Nick

I think you have to go to your menus and delete that menu.
Dreamer 56 (Tim) would be able to help you. Shoot him a PM.

Thanks for the help...got it fixed. Nick

My pleasure. Glad to see your problem remedied.

Thanks!

See more comments

How do you delete the footer in the twenty fifteen theme?

How do you delete the footer in the twenty fifteen theme?

asked in
Everything Wordpress
Updated

I know to go to Appearance>>Editor>>Theme Footer(footer.php)

I am not a coder and do not want to delete the wrong thing...I am using the Twenty Fifteen Theme.

Glad you are sorted hun :-))

Thanks for the help...got it fixed. Nick

Excellent :-))

Hey honey, can you hit the like button on my comments if they are okay PLEASE....thank you hun :-))

Hi Nick, great to here you have the problem fixed. Irv.

Thanks for the help...got it fixed. Nick

I just fixed it...the best thing to do is copy the code and save it. I then went in and this is what it looked like when I finished.

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/
?>



<!-- .site -->

<?php wp_footer(); ?>

</body>
</html>

If I messed up I could always go back and paste the code like it was before I tried to delete the footer. Yeah! Thanks for the help! Nick

Deleted everything between and <!-- .site -->

Please open a test site to play around with in the future

Loes,
Thanks for the advice...I will do that for sure! Nick

Well done...the code always looks hard to understand but if you read it carefully (and change/delete anything Really carefully) the fix is usually easy to do...

You got it!...But like Loes said, do it on a test site.

Yes please :) you better trial and error on a test site first, and when things work you can repeat it on your regular website

Loes,
I hear you loud and clear...great advice!

Great!

Hi Nick,

It's Theme Footer (footer.php file). I've just test it and it seems to work...

Right at the top of Theme Footer code it should say
<?php

Just under neath it, insert the following code:

.page-footer {
display: none;
}

I hope it works!
Ray

Thanks for the help...got it fixed. Nick

My advice would be to not mess around with code unless you are an expert.
If you don't like the looks of it, then find a theme you do like.

Is there any specific item in the footer you are trying to get rid of? or are you trying to eliminate the footer altogether?

FHagstrom,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

Yeah I see that, your footer shouldn't be that large, it will get that way if something large is placed in it.

Look in your widgets to see if there is a text widget or something that was placed in the footer, if so, then just get rid of that widget

FHagstrom,
I just fixed it...the best thing to do is copy the code and save it. I then went in and this is what it looked like when I finished.

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/
?>



<!-- .site -->

<?php wp_footer(); ?>

</body>
</html>

If I messed up I could always go back and paste the code like it was before I tried to delete the footer. Yeah! Thanks for the help! Nick

Deleted everything between and <!-- .site -->

Thanks for the help...got it fixed. Nick

I was just wondering why you would want to delete it in the first place?

Skiponline,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

I see what you mean, is it a design of the theme ?

I think you put some widgets in the footer and you want to delete them, but going to editor, footer.php and delete what is there is not a good idea!
Go to Appearance, widgets, see footer widgets and over there you can delete what you do not like!

dorina62,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

I'm glad you solved your problem!

Nick do have it going your way yet?

I have deleted the footer before but I had to delete my theme last week and forgot how I did it. Want to make sure when messing with code.

Dreamer56,
Look at my site: http://nicksfavoriterecipes.com/
Right under post comment button at the bottom of the page there is a blank white box...that needs to go.

I'll check it out.
Did you get it fixed? I don't see a blank white box

Not sure but this may help you achieve what you are wanting: Hope that helps.

Thanks for the help...got it fixed. Nick

I think you have to go to your menus and delete that menu.
Dreamer 56 (Tim) would be able to help you. Shoot him a PM.

Thanks for the help...got it fixed. Nick

My pleasure. Glad to see your problem remedied.

Thanks!

See more comments

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training