Pioneer Valley Web Design on "Footer Images showing on home page but no where...
FYI, it's @PVWDesign :-/
View ArticleAndrew Nevins on "Footer widgets not showing fully on some pages"
Alternatively just use a theme we support; http://wordpress.org/themes/
View ArticleMrjames518 on "My footer refuses to center"
Hello all. I've been struggling to get this darn footer to center. I was able to make my main content center but the footer is elusive. Site: http://www.harvestcreativeservices.com/wp/ basic css:...
View Articlegraphical_force on "My footer refuses to center"
Did you get this fixed? Can you be more specific about the content that you need centered since it appears that it already is?
View Articleaadmiral on "[Theme: Hueman] Footer"
Hello, How can I attach a Footer to the bottom of the screen? Forever and regardless of the content on the page. Currently, the footer is located right after page if the content on the page a bit -...
View Articlesourcefound on "[Plugin: Constant Contact Widget] Sign Up Field in Footer"
Hi, you can add the following PHP to the footer section of your theme (replace grp with the appropriate Constant Contact list, btn with the text of the button, and msg with the appropriate success...
View Articlejessmccleese on "[Theme: BlackBird] Messed up footer when I changed editor"
Hello All, I tried to follow a few threads for other themes to add the privacy policy to my footer. In the midst of all that I messed up my footer completely. I am now missing the footer (with the...
View Articlebatharoy on "[Theme: BlackBird] Messed up footer when I changed editor"
Here is the default footer code for that theme. Copy and paste overwriting what is in there now. <div class="clear"></div> <!--Start Footer--> <div class="footer-wrapper">...
View ArticleSelinvarol on "[Theme: Spun] Footer Font Change"
Hello, My header Menu font and footer font type is not matching. I use Century gothic in header menu and would like to use the same for footer widgets as well. and no other changes to other font types...
View Articlechristinas on "[Theme: Attitude] Add credits in "copyright" in footer"
I would like to add some additional text into the footer - copyright- section. Which file do I edit and where? (BTW: I cannot find any copyright-info in the functions.php-file. read a thread where this...
View ArticleAlexander Agnarson on "[Theme: Hueman] Footer"
Hi, Easiest way is to set a higher max height for the page, so that the footer is never hanging like that: .main-inner { max-height: 700px; } If you want to go the javascript way instead, here is a...
View Articleaadmiral on "[Theme: Hueman] Footer"
Okay, thanks. But still stuck with footer limitation. Page limited to 1024px. .container-inner { max-width: 1024px; } Set your code with my value: #footer-bottom { margin: 0 auto; max-width: 1024px; }...
View ArticleAlexander Agnarson on "[Theme: Hueman] Footer"
Sorry, I meant min-height, not max-height for the main-inner one. For the footer, try this instead: #footer { margin: 0 auto; max-width: 1024px; }
View Articleaadmiral on "[Theme: Hueman] Footer"
It works! Many thanks. With sticky footer - I will try to do using javascript.
View ArticleAndrew Nevins on "[Theme: Spun] Footer Font Change"
At the bottom of your child theme style.css file add this: .site-info { font-family: "Century Gothic"; }
View Articletruejoke on "[Theme: Customizr] Change backgroundcolour of the footer"
Hello, How can i change the backgroundcolor of the footer? Thanks!
View ArticleCindy Vriend on "[Theme: Customizr] Change backgroundcolour of the footer"
in the custom css box add this and change the color to whatever you want :) footer#footer .colophon { background-color: #000000; }
View ArticleJAYMICHAELIVING on "[Plugin: Constant Contact Widget] Sign Up Field in Footer"
Hey! Thank you SO MUCH for replying to this thread. First of all, you BY FAR have the best Constant Contact plugin on internet at the moment; well done sir! Alright, so I have a few questions about the...
View Articlesourcefound on "[Plugin: Constant Contact Widget] Sign Up Field in Footer"
1) Simply url escape the group name, like this: the_widget('sf_widget_constantcontact','grp=Jay%20Michael%20-%20website&btn=SUBMIT&msg=Thanks!'); 2) Yes, you can also apply css rules to the...
View ArticleJAYMICHAELIVING on "[Plugin: Constant Contact Widget] Sign Up Field in Footer"
I went ahead and put this EXACT code into my footer.php file (below) and it crashed my site/theme editor. Luckily I back up my site, so I was able to retrieve it, but what should I do to prevent this...
View Article