rickcosmos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Eleven Sidebar colorWP-
Exploring my page with Chrome, what it really looks like is the code
<div id=”secondary” class “widget-area” role=”complementary”> takes over the post area when the browser is reduced horizontally.Hope that makes sense.
RForum: Fixing WordPress
In reply to: Twenty Eleven Sidebar colorWP-
I appreciate all the help and look forward to more ideas. Once I’m done tweaking everything I can I’ll upload the site and see if the problem still exists.THanks,
RickForum: Fixing WordPress
In reply to: Twenty Eleven Sidebar colorWP-
As luck would have it I had Firebug loaded also. I I did the validation and the errors I received where:Line 98, Column 201: Attribute pubdate not allowed on element time at this point.
Line 110, Column 203: Bad value category tag for attribute rel on element a: The string category is not a registered keyword or absolute URL. Whitespace in path component. Use %20 in place of spaces.
Line 150, Column 116: Bad value generator for attribute rel on element a: Not an absolute IRI. The string generator is not a registered keyword or absolute URL.
Can’t say it was anything I did.
RForum: Fixing WordPress
In reply to: Can the header in twenty eleven be changed to two images?A-
I want my slideshow to be 492px wide by 371px deep. I want it to float right and on the left of it I want my logo. I was planning on using the meteor-slides plugin. But if you have another suggestion, please let me know.
Right now I’m working locally on my computer so I’ve got a couple more days of messing with it before I upload it.Once it’s uploaded I’ll let send a link.
Thanks,
RForum: Fixing WordPress
In reply to: Twenty Eleven Sidebar colorWPyogi
I’m using google Chrome to figure out what’s what. I’m wondering if the results I’m getting are do to the fact that I’m testing the responsiveness on Chrome’s browser window and not an actual smart phone.As you suggested I dropped my code into w3c validator and though it came up with 6 errors but nothing that I recognized as a HTML code error. It was stuff like: Duplicate ID searchform, etc.
Forum: Fixing WordPress
In reply to: Twenty Eleven Sidebar colorWPyogi,
No it doesn’t run into the main content, instead the color I assign to the side bar ends up being the background color of the main content once the sidebar drops below the main content.R
Forum: Fixing WordPress
In reply to: Can the header in twenty eleven be changed to two images?Thanks for the quick response. I’m feeling a little over my head with the coding. Could you break it down a little for me and describe what I should do in the Header.php & Style.css files.
Thanks a lot.
RForum: Fixing WordPress
In reply to: Twenty Eleven Sidebar colorWPyogi,
There’s not really much to show. The only change has been to create a child theme style.css and change the widget-area class/*
Theme Name: Child Theme
Description: A Child of Twenty Twelve
Author: Rick Cosmos
Version: 0.0.1
Template: twentyeleven
*/
@import url(‘../twentyeleven/style.css’);.widget-area {
background-color: #FF4400;
}Any help is appreciated.
R