WPyogi on "Changing Footer Colour"
Oh wait a second - my totally stupid mistake - SORRY SORRY - change that name on the top line - /* Theme Name: ColorWay Child Template: colorway */ @import url("../colorway/style.css");
View ArticleJan Dembowski on "Changing Footer Colour"
Edit: DOH! says Jan. She beat me to the reply. This is the problem: you cannot have the same Theme Name in two themes. http://www.jdeventstyling.com/wp-content/themes/colorway-child/style.css Make it...
View ArticleWPyogi on "Changing Footer Colour"
Yeah, I just saw that too - DOH indeed! And I WAS just off for a couple of hours - LOL :)!
View Articlejscheps on "Changing Footer Colour"
Ok this worked. I have activated the child theme. Now should I try entering the stuff above for the footer? Or how do I proceed with that?
View Articlejscheps on "Changing Footer Colour"
This completely erased our website though when I clicked view site? None of the work we had done is there it is now back to Colorway as the "website" not the one we had created.
View ArticleWPyogi on "Changing Footer Colour"
Yep, now add under that @import line: .footer-navi { background-color: #2B4908; } Change that to whatever color you want.
View ArticleWPyogi on "Changing Footer Colour"
Yes, you will need to redo theme options/settings in the child theme - they aren't all transferred over :(.
View Articlerobert.vlajk@gmail.com on "[Plugin: Logo Slider] Usage in page footer"
Hi, Thank you for the solution, it works superb within a page content, but how can add it to the footer? Thanks, Robert http://wordpress.org/extend/plugins/logo-slider/
View Articleconstantg on "Hit Counter Warnings: What do they mean?"
Warning: fopen(/home/content/66/11075566/html/wp-content/plugins/hit-counter/css/.txt) [function.fopen]: failed to open stream: No such file or directory in...
View Articleesmi on "Hit Counter Warnings: What do they mean?"
Looks like a problem in the hit counter plugin. Try deleting it and looking for another one.
View ArticleTheGREATPhotobooth on "Alter footer text in spun theme"
Hi all I have now done this with 2 links, site & facebook page http://www.thegreatphotobooth.gr <?php do_action( 'spun_credits' ); ?> <a href="http://www.thegreatphotobooth.gr/"...
View Articlecool_ivar on "[Plugin: WP RSS Multi Importer] Multiple Widgets?"
I would like to use this plugin on my site on certain pages to display posts from the same feed in both my sidebar and my footer. I've tried but it only displays the feed once. Is it impossible to do...
View ArticleAndrew Bowden on "Issue with separating footer widgets"
I am trying to correct a change the previous web designer did to the footer menu, he combined the 3 blocks into one, and I am unable to separate them.. I have attached several images so someone can see...
View Articleesmi on "Issue with separating footer widgets"
I'm sorry but as you are using a non-WPORG theme, you need to seek support from the theme's developers - paid or otherwise. We only support themes downloaded from wordpress.org here. Try...
View Articleoceanbluesky on "How to embed a table of image slices from Photoshop into...
Hi, how can this table with image slices (exported from Photoshop) be placed within the footer.php file of a twentytwelve-child theme?...
View ArticleWPyogi on "Puzzle: table in footer vs html page?"
But I'm not sure why you're using a table? That's really considered outdated/bad practice for layout...
View Articleoceanbluesky on "Puzzle: table in footer vs html page?"
Hi WPyogi, yes as a test I placed a basic table in the footer.php file and it rendered properly...but a table with sliced images as exported from Photoshop does not (within the .php footer...within its...
View ArticleWPyogi on "Puzzle: table in footer vs html page?"
I really don't know much about PS - but since that's the variable that changes it, that seems like the place to look...perhaps it adds formatting of some sort? You might want to ask on a PS forum?
View Articleoceanbluesky on "Puzzle: table in footer vs html page?"
the variable may be wordpress? since the table in a php file displays perfectly: http://factualfiction.com/marsartists/wp-content/themes/twentytwelve-child/footer_test.php ...but when cut and pasted...
View ArticleWPyogi on "Puzzle: table in footer vs html page?"
Using Firebug - turning off all the twentytwelve CSS being applied to the table fixes it...in particular the margin and vertical align set on line 55 in the parent CSS.
View Article