The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Home button near footer?

5 posters

Go down

Home button near footer? Empty Home button near footer?

Post by JacobSteele September 12th 2016, 3:29 am

So, randomly the home link appeared at the bottom of my forum and my footer is pushed to the right instead of being centered. How should I fix this?

Home button near footer? Be0afef04d9743b098f7e31a89794276

Please help, this has been bugging the crap out of me and I've been trying to fix it for a whole day now.
JacobSteele
JacobSteele
New Member

Posts : 6
Reputation : 1
Language : English

http://xhwrestling16.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by SLGray September 12th 2016, 3:44 am

It does not appear randomly.  All #phpBB3 forums have a home link at the bottom.


Home button near footer? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51481
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by JacobSteele September 12th 2016, 3:58 am

SLGray wrote:It does not appear randomly.  All #phpBB3 forums have a home link at the bottom.

Is there a way to fix that or is that just how it is? Guess I'm not used to #phpBB3 forums compared to #phpBB2.
JacobSteele
JacobSteele
New Member

Posts : 6
Reputation : 1
Language : English

http://xhwrestling16.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by Ace 1 September 12th 2016, 12:58 pm

This may be against the Terms of Service, but I highly doubt it since it isn't affecting the actual Forumotion footer links.

ACP > Modules > HTML & Javascript > Javascript codes management > Create new javascript

Title: Home Link
Placement: In all the pages
Code:
Code:
$('#page-footer ul').css('text-align', 'center');
$('#page-footer li.rightside').css('float', 'none');
$('#page-footer li.footer-home').remove();
Ace 1
Ace 1
Helper
Helper

Male Posts : 843
Reputation : 64
Language : English - French?
Location : Druid Hill Park

https://help.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by JacobSteele September 12th 2016, 2:19 pm

Ace 1 wrote:This may be against the Terms of Service, but I highly doubt it since it isn't affecting the actual Forumotion footer links.

ACP > Modules > HTML & Javascript > Javascript codes management > Create new javascript

Title: Home Link
Placement: In all the pages
Code:
Code:
$('#page-footer ul').css('text-align', 'center');
$('#page-footer li.rightside').css('float', 'none');
$('#page-footer li.footer-home').remove();

Hmm, I tried that and it didn't affect it at all.
JacobSteele
JacobSteele
New Member

Posts : 6
Reputation : 1
Language : English

http://xhwrestling16.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by JacobSteele September 12th 2016, 8:42 pm

bump
JacobSteele
JacobSteele
New Member

Posts : 6
Reputation : 1
Language : English

http://xhwrestling16.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by Ape September 12th 2016, 9:25 pm

To hide it try this:

ACP >> Display Tab >>    Home button near footer? Images_couleurs Pictures and Colors >> Colors >> CSS Stylesheet Tab
Add the text to the top of the page then save
Code:
a.icon-home{
font-size: 0px !important;
}


Home button near footer? Left1212Home button near footer? Center11Home button near footer? Right112
Home button near footer? Ape_b110
Home button near footer? Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19109
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by Ace 1 September 13th 2016, 12:43 am

JacobSteele wrote:Hmm, I tried that and it didn't affect it at all.

Oh of course. I always forget this. Replace the code with this:

Code:
$(function() {
  $('#page-footer ul').css('text-align', 'center');
  $('#page-footer li.rightside').css('float', 'none');
  $('#page-footer li.footer-home').remove();
});
Ace 1
Ace 1
Helper
Helper

Male Posts : 843
Reputation : 64
Language : English - French?
Location : Druid Hill Park

https://help.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by JacobSteele September 14th 2016, 3:54 pm

Thanks! This worked, but now how to I center my footer links?
JacobSteele
JacobSteele
New Member

Posts : 6
Reputation : 1
Language : English

http://xhwrestling16.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by Ape September 14th 2016, 5:23 pm

place this in your CSS files Smile


Code:
#page-footer {
    text-align: center;
    padding-right: 250px;
}

Result :
Home button near footer? Captur10


Home button near footer? Left1212Home button near footer? Center11Home button near footer? Right112
Home button near footer? Ape_b110
Home button near footer? Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19109
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by JacobSteele September 15th 2016, 3:22 pm

APE wrote:place this in your CSS files Smile


Code:
#page-footer {
    text-align: center;
    padding-right: 250px;
}

Result :
Home button near footer? Captur10
Thank you so much! It works.
JacobSteele
JacobSteele
New Member

Posts : 6
Reputation : 1
Language : English

http://xhwrestling16.forumotion.com

Back to top Go down

Home button near footer? Empty Re: Home button near footer?

Post by brandon_g September 15th 2016, 4:08 pm

Hello,.
Is this solved?

-Brandon


Home button near footer? Brando10
Remember to mark your topic Home button near footer? Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Home button near footer? Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum