Mxsix
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Coloured horizontal line in between widgetsYou would just change it to
border-leftin the CSS of the side panel.Well, this is your CSS for your http://www.andredeveaux.com:
http://pastebin.com/eXPmJNiiThis is your CSS from andredeveaux.wordpress.com:
http://pastebin.com/03haaDW4I would suggest copying the CSS that is currently working and replacing the style.css in your current broken theme. Make a backup just in case.
And also, you two sites appear to be the same to me… although it’s hard to sort through that large of a page…
Nice site and I wish I could offer some insight, but wow you have an incredible amount of media for a single page. Might I suggest putting it on multiple pages. That could definitely crash some slower, older browsers and systems.
Forum: Themes and Templates
In reply to: 3.01 upgrade, lost my customizationsFor this 3.0 to 3.0.1 update, on the list of updated files were most of the Twenty Ten theme files. So yes, they were erased and updated.
Forum: Themes and Templates
In reply to: Help me. How do I get the logo?Thanks for the correction Otto, as soon as I posted, I thought I may have thrown out a big assumption there. Cheers.
Forum: Themes and Templates
In reply to: Provide image URL, not upload image in Twenty Ten headerThanks, I actually saw that earlier, but I thought it just might be easier to extend the theme to allow a custom URL path. Does anyone know if this is still possible?
But I guess I’ll just add to the array in my own functions.php (using my child theme).
Forum: Themes and Templates
In reply to: Help me. How do I get the logo?Otto is right. But also in the future, when using boolean statements, you generally only use 2 symbols at the MAX. So NOT EQUAL is “!=” and EQUAL is “==”.