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 ArticleReaven 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 ArticleModularBase 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 ArticleWPyogi 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 ArticleModularBase 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 Articlebeccablair 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 ArticleWPyogi 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 Articlebeccablair 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 ArticleModularBase 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 ArticleReaven 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 Articlebeccablair 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 Articlebeccablair on "Prana child theme footer problem"
ModularBase, do you have any themes you would recommenced to do that with?
View ArticleWPyogi 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 ArticleElectricFeet 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 Articlegscohier 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 ArticleAndrew 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 Articlegscohier 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 ArticleAndrew Nevins on "[Theme: Customizr] Changing Colour of Social Media icons in...
Whereabouts are you adding this?
View Articlegscohier 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 ArticleAndrew 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