WPyogi on "How do I get my Menu at the bottom of the page too?"
Moved to http://wordpress.org/support/topic/menu-isues?replies=2#post-4317769
View ArticleWPyogi on "[Theme: Wu Wei] Menu Isues"
That's funny, there isn't a child theme active/visible on your site.
View ArticleWPyogi on "[Theme: Wu Wei] Menu Isues"
See this link in the header - http://newmediabutterfly.com/wp-content/themes/wu-wei/style.css" That shows the theme you are using... a child theme has a different name (something like wu-weichild).
View Articlejtiemann on "Remove Search Bar From Footer"
Hi all, I am currently implementing a footer using the following YouTube video http://www.youtube.com/watch?v=TF9uf-FB1CY on my website http://www.ineedapickmeup.com I have stumbled across a problem...
View Articlempergram on "Removing Creditline (D5 Simplify)"
I've searched all over trying to remove "D5 Simplify Theme | Powered by WordPress" in the footer of their Simplify Theme, but no luck. I assumed it'd be similar to other D5 coding, but after deleting...
View ArticleVoW on "How to remove footer from specific pages?"
How to remove footer from specific pages? I have a facebook widget on the bottom of the page. It appears on every page of our site, but I want to appear on the home page only. How should I do this? And...
View Articletrch on "[Theme: Quark] Contents below footer"
Hey, I'd want to add an image below the footer and I'm looking for the easiest way to do this. I like how the thin blank footer separates this image from the other content so it's really not an option...
View Articlealchymyth on "How to remove footer from specific pages?"
possibly consider to use one of the 'conditional widget' plugins; http://wordpress.org/plugins/search.php?q=conditional+widget
View Articlesiobhyb on "Remove Search Bar From Footer"
Hey. The following code should work as you require it: function menu_search($items, $args){ if ( $args->theme_location == 'primary' ){ $search = '<li class="search">'; $search .= '<form...
View Articlejscheps on "Changing Footer Colour"
Hi We are using the colorway theme (free version) for our wordpress site and we have been trying to figure out how to change the colour of the footer. Anyone who can help us with this it would be...
View Articlesiobhyb on "Changing Footer Colour"
Firstly, you should create a child theme. Instructions and information on using child themes can be found here: http://codex.wordpress.org/Child_Themes When this is done, you can target the footer in...
View Articlejscheps on "Changing Footer Colour"
Ok, thanks for the information. The instructions you included tell me to build this under the theme directory, but it does not tell me where to find the theme directory? And I've searched in several...
View ArticleKail87 on "AJAX call and updates before call is ended"
Hi, I have an install with 3 parts. 1 - header, 2 - main content and 3 - footer. I had once script, that checks if content of 1 and 2 part is greater than 0,8 of all window height. If it is not, the...
View Articlejscheps on "Changing Footer Colour"
Here is what I've entered in my child theme style.css file: @import url("../colorway/style.css"); /* Theme Name: ColorWay There URI: http://jdeventstyling.com/ Description: Child theme for the ColorWay...
View Articleahortin on "[Theme: Quark] Contents below footer"
If you want an images below the footer (ie. you don't want to add it into the footer using the footer widgets), then you'll need to add it below the footer in footer.php
View Article