Antonio on "[Theme: Virtue] How to keep footers at the bottom of the page"
Hi guys, I would like to know how to keep footers at the bottom of the page. I'm working in this website and I've tried this solution, but it doesn't work. Any idea?? Thanks for all.
View Articlesamwatts on "Splitting Footer"
I am currently re-design our website and I would like to split the footer into four sections. When I try to do it the sections go underneath each other instead of side by side, I hope somebody can help...
View Articlenikeo on "[Theme: Customizr] Cant Change my footer.php"
Hi @kelex, you might want to open a new thread for this as this one has been resolved. Thanks! @manavmittl : would you mind set this to resolved to help users find solutions to their similar issues?...
View ArticleVadim on "[Plugin: AtContent Plugin] Posts being moved below footer."
Hi thorax232! Thanks for your message. I will check it now and write you back in minutes. Please, write a message to support@atcontent.com to reach more quick response. Best, Vadim, AtContent Team
View ArticleDan on "[Theme: Virtue] How to keep footers at the bottom of the page"
This is the method I'd recommend - http://ryanfait.com/sticky-footer/
View ArticleDeckey on "[Plugin: qTranslate] How can I translate Widgets?"
Hello Support! I've a question about widgets! How can I translate them? I have a widget with a text area in english, I'd like to translate also in the italian version. Here there is the website: www....
View Articlethorax232 on "[Plugin: AtContent Plugin] Posts being moved below footer."
Thanks Vadim, I sent an e-mail.
View ArticleAntonio on "[Theme: Virtue] How to keep footers at the bottom of the page"
Thank you very much about the information, Dan. Does it work with Virtue WordPress theme? I can't view changes!
View Articlecubecolour on "Splitting Footer"
If you have divs or other block-level elements you can make them go alongside each other by giving them a width value & floating them in css. eg: .footer-widget { width: 200px; float: left; }
View ArticleAntonio on "[Theme: Virtue] How to keep footers at the bottom of the page"
It's working on a desktop, but I have problems when I use a mobile or a table. :(
View Articlekelex on "[Theme: Customizr] editing the footer credit and web link"
I created a child theme with css and functions.php files.I copied the scr ipt to functions.php and the lines of code shows on the page header instead of showing the edited words at the footer area of...
View ArticleKadence Themes on "[Theme: Virtue] How to keep footers at the bottom of the...
you can give this a try, add this css to your custom css box: html, body {padding:0; margin:0; height:100%;} #wrapper {position: relative; min-height:100%;} #containerfooter {position: absolute;...
View Articleacub on "[Theme: Customizr] editing the footer credit and web link"
Can you please copy-paste the code you're putting in your child theme's functions.php (that's breaking your website) here? In order to display as code, you need to add 2 lines (one before the code and...
View ArticleAntonio on "[Theme: Virtue] How to keep footers at the bottom of the page"
Great! It's working now. Thank you very much
View Articlecx1designs on "Twenty Thirteen Footer Question"
Hi...How can I get the footer to appear at the bottom of the page, in Firefox and Safari, like it does in Chrome? Thanks.
View Articlecx1designs on "Twenty Thirteen Footer Question"
Here is the URL: http://www.dianestutoring.us Also, not sure how it looks in IE. Thanks.
View ArticleWPyogi on "Twenty Thirteen Footer Question"
@cx1designs - please start your own thread as per: http://codex.wordpress.org/Forum_Welcome#Where_To_Post
View Articlekelex on "[Theme: Customizr] editing the footer credit and web link"
This is the code running in the functions.php ........... <?php add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $credits = 'href="http://mywebsite.com/"';...
View Articlecx1designs on "Twenty Thirteen Footer Question"
LOL I just logged out of WordPress, and now the footer doesn't appear at the bottom in Chrome, either. Not sure what position to set it to, in the CSS.
View Article