Quantcast
Channel: Topic Tag: footer | WordPress.org
Browsing all 13545 articles
Browse latest View live
↧

Alex Nguyen on "[Theme: Twenty Thirteen] Large gap between footer widgets"

Never mind, I've found the solution! Here http://slobodanmanic.com/444/flexible-horizontal-sidebars-wordpress-twenty-thirteen-child-theme/, in case some one might need it, just download his child theme...

View Article


freelancephp on "[Plugin: Email Encoder Bundle - Protect Emailaddresses] How...

In the footer you could use the template function: if (function_exists('eeb_email')) { echo eeb_email('info@somedomain.com'); } Another email protection plugin with a different approach is WP Mailto...

View Article


lightspeedsite on "Remove Wordpress Frame On Some Content Pages"

Hi, I need a couple of pages to be accessed via a mobile phone with no frames (menus). All I want is the post text to be accessed in the webpage. How do I do that for select posts? It is possible that...

View Article

srijith.v on "[Plugin: Share Buttons by AddThis] Limit AddThis to just main...

@tzeldin88: Yes, the plugin will render buttons when the_content() is being called. For custom placement, you may try the template tag option. First you have to set 'Do not Show' to display options in...

View Article

Kathryn Presner on "[Theme: Twenty Fourteen] Multiple Column Menus in Footer"

Glad you're all set. You may also want to explore the documentation here: http://theme.wordpress.com/themes/twentyfourteen/

View Article


WPyogi on "Remove Wordpress Frame On Some Content Pages"

No way to really know what you are talking about or answer without more info - http://codex.wordpress.org/Forum_Welcome#Include_as_much_information_as_possible

View Article

tzeldin88 on "[Plugin: Share Buttons by AddThis] Limit AddThis to just main...

Ahhhh, thank you for confirming that the AddThis plugin does indeed insert itself into any call of the_content(), even those outside the loop. This seems like a problem with the plugin -- I would think...

View Article

Barnez on "Can't center align footer content"

Hi, I'm struggling to center align the page links in my footer. The footer php is: <div id="footer"> <div class="wrap"> <div id="footerColumn"><?php if (...

View Article


wiresplus on "Can't center align footer content"

Hello, your page renders `<div id="footer"> <div class="wrap"> <div id="footerColumn"></div> <ul id="menufooter" class="">` Try some mods to the css for #footer: `#footer...

View Article


Shout Out SideKick on "Can't center align footer content"

Hello Barnez, try changing #footer ul (likely in your style.css file around line #252) to this... #footer ul { display: block; margin:0 auto; width: 660px; } the area basically is not centarable , if...

View Article

sominparate on "Can't center align footer content"

Replace your css with my css.this will help you. #footerColumn { margin: 0 0 10px 10px; } Next: Remove width #footer ul { display: block; margin-bottom: 10px; margin-left: auto; margin-right: auto;...

View Article

Barnez on "Can't center align footer content"

Hi wiresplus & Danny, Thanks for both your suggestions, as I had run out of options in my novice css toolkit. In the end your advice about using #footer ul did the trick Danny, and the footer page...

View Article

Barnez on "Can't center align footer content"

Hi Somin, I had just managed to resolve the problem as you posted. Thanks for taking a look and offering your suggestions. Much appreciated! Barnez

View Article


SideKick Dan on "Can't center align footer content"

Glad to hear it worked! :) If you add more links down there and it gets wider, you may just have to adjust the width some. Best Regards, Danny :)

View Article

freshwater on "[Theme: Twenty Fourteen] Change sidebar and footer color"

i followed kmaninaustin and Zulfikar Nore recommendations/links to do a child theme to update footer color. it worked BUT, for an existing twenty fourteen site, .site-footer { background-color: #3AD;...

View Article


WPyogi on "[Theme: Twenty Fourteen] Change sidebar and footer color"

When you switch from a parent to a child theme, you need to redo theme settings and options - they are not carried over - it's like switching to any other new theme. You should be able to redo the...

View Article

Selinvarol on "[Theme: Spun] Color of Menu and Footer"

Hello, I have a child theme and custom css manager. 1. Menu on header, how can I change the color of the text to white without any highlight? 2. Footer, all content is in grey color and can not be...

View Article


Andrew Nevins on "[Theme: Spun] Color of Menu and Footer"

Menu on header, how can I change the color of the text to white without any highlight? Can you explain further what you want regarding the "without any highlight" bit? 2. Footer, all content is in grey...

View Article

Selinvarol on "[Theme: Spun] Color of Menu and Footer"

Thanks Andrew. I am trying to get the same look as on my blog which is http://www.cevizhane.wordpress.com Header Menu is in grey and highlighted in white which is not looking nice but in my blog it is...

View Article

iena69 on "[Theme: Hueman] Different color for Social Icons"

I would like to have a different color in the footer for the social icons. Is tehre a way using css?

View Article
Browsing all 13545 articles
Browse latest View live