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

beccablair on "Prana child theme footer problem"

But how do I that? I created a child's theme using the "one-click" child's theme plugin. And in the editor, there is no option for a footer.php, only the style.css, and that file doesn't even contain...

View Article


Reaven on "How to move a sidebar widget to footer?"

I actually searched around and added this to the functions.php : register_sidebar( array( 'name' => __( 'First Footer Widget Area', 'twentyten' ), 'id' => 'first-footer-widget-area',...

View Article


ModularBase on "Prana child theme footer problem"

First, you have to fix this error - http://validator.w3.org/check?uri=http%3A%2F%2Fcasllcky.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 - there is an extra <body>...

View Article

WPyogi on "Prana child theme footer problem"

only the style.css, and that file doesn't even contain any .css code? The child theme style.css file is supposed to contain ONLY changes you make - you can use a browser tool like Firebug to find the...

View Article

ModularBase on "How to move a sidebar widget to footer?"

Did you add that to the Vortex theme? If so, it will disappear the next time the theme is updated. Need to use a Child Theme for any alterations. http://codex.wordpress.org/Child_Themes

View Article


beccablair on "Prana child theme footer problem"

When I put my changes in to my child's theme CSS it doesn't edit the part I want, I'm specifically looking to edit the footer, when I tried to put it in on just my child's them it didn't work, nothing...

View Article

WPyogi on "Prana child theme footer problem"

If you are trying to modify something in the footer.php file, you have to do as I posted above - you cannot put anything EXCEPT CSS code in the CSS file.

View Article

beccablair on "Prana child theme footer problem"

Modular base, My FTP isn't saved to my computer because my site is hosted with GoDaddy. Could that have anything to do with my limitations? This is the footer code from my parent theme without I want...

View Article


ModularBase on "Prana child theme footer problem"

Because of this - <?php do_action( 'prana_footer' ); ?> - it seems that the footer is created through the functions file or loop file of the parent theme. The modifications necessary would be too...

View Article


Reaven on "How to move a sidebar widget to footer?"

I added the register_sidebar to the main functions file not to the Vortex functions file. I already made lots of changes to the Vortex files especially the style.css without creating a child theme. :/

View Article

beccablair on "Prana child theme footer problem"

yes, WPyogi, maybe I am not fully understanding. I created my child's theme and understand that is where I make my CSS changes, but I do not know how to get my parent footer copied. It was to my...

View Article

beccablair on "Prana child theme footer problem"

ModularBase, do you have any themes you would recommenced to do that with?

View Article

WPyogi on "Prana child theme footer problem"

I try to copy the footer.php there into the child's theme style.css folder nothing happens. No, because that's not where footer.php code goes. If you have FTP access set up, you need to use that to...

View Article


ElectricFeet on "[Theme: Customizr] Footer link and copyright"

The issue with credits is where do you stop? You credit the theme author. Then you credit Wordpress. And then you credit the authors of the Apache server it's running on. And Linux, which Apache runs...

View Article

gscohier on "[Theme: Customizr] Changing Colour of Social Media icons in the...

Hi, Can anyone tell me how to change the colours of the icons in the footer? I've done it for the top but can't seem to achieve it for the bottom ones. Any idea? http://social-be.be/

View Article


Andrew Nevins on "[Theme: Customizr] Changing Colour of Social Media icons in...

Why can't you achieve it with the bottom, what have you tried?

View Article

gscohier on "[Theme: Customizr] Changing Colour of Social Media icons in the...

Nothing. I'm kind of a newbie to all this. I expected that by adding: .social-block a { color: #39c6f4; } .social-block a:hover { color: #414a9e; } It would've changed both sets but somehow it's only...

View Article


Andrew Nevins on "[Theme: Customizr] Changing Colour of Social Media icons in...

Whereabouts are you adding this?

View Article

gscohier on "[Theme: Customizr] Changing Colour of Social Media icons in the...

I've managed to create a child theme and I'm adding this to the Stylesheet (style.css). Is that not correct? :-S I'm only picking things through reading this forum so I hope I haven't got all mixed up...

View Article

Andrew Nevins on "[Theme: Customizr] Changing Colour of Social Media icons in...

Is that not correct? :-S To answer that, no, no it is correct. The footer social icons use different classes so you will need to add that class to your header styles: .social-block a, .social-icon {...

View Article
Browsing all 13545 articles
Browse latest View live